Restricted Bigquery Dbt Environment
This skill creates a secure, isolated BigQuery and dbt environment, limiting access & ensuring consistent transformations for reliable data workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add restricted-bigquery-dbt-environment npx -- -y @trustedskills/restricted-bigquery-dbt-environment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"restricted-bigquery-dbt-environment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/restricted-bigquery-dbt-environment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill configures a secure, isolated development environment specifically for running BigQuery and dbt workflows. It enforces strict access controls to prevent unauthorized data access while maintaining the necessary connectivity for data transformation tasks.
When to use it
- You need to execute complex SQL transformations on sensitive BigQuery datasets without exposing credentials in your main codebase.
- Your team requires a sandboxed space to test dbt models against production-like data before deploying changes.
- You are building an AI agent that must interact with Google Cloud infrastructure but needs explicit permission boundaries.
- Compliance policies mandate that data processing tools operate within restricted network segments or specific project scopes.
Key capabilities
- Establishes a dedicated, restricted environment for BigQuery interactions.
- Integrates dbt (data build tool) directly into the isolated workflow.
- Enforces security constraints to limit scope and access rights.
- Provides a structured setup for reproducible data engineering tasks.
Example prompts
- "Set up a restricted BigQuery environment using dbt to analyze our customer churn metrics securely."
- "Create an isolated workspace where I can run dbt models against a specific BigQuery dataset without affecting production tables."
- "Configure a secure pipeline that connects dbt to BigQuery with limited permissions for this specific project."
Tips & gotchas
Ensure your Google Cloud service account has the precise minimum permissions required for the target datasets; over-provisioning defeats the purpose of the restriction. Verify network connectivity rules, as firewalls may block access between the isolated environment and BigQuery if not explicitly allowed.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.