bigquery-basics
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Official Google Resources: The skill utilizes official Google Cloud APIs, client libraries (such as
google-cloud-bigquery), and verified GitHub repositories. These are industry-standard resources for BigQuery integration. - Command-Line Operations: Provides instructional examples for the
bqandgcloudCLI tools. These are used for routine administrative tasks like creating datasets and running queries within the user's authenticated environment. - Data Access Surface: The documentation for the BigQuery MCP server describes an
execute_sqltool. This tool includes a documented security restriction allowing onlySELECTstatements, which prevents unauthorized data modification (DML) or definition (DDL) operations through that specific interface. - Infrastructure as Code: Includes Terraform examples for resource management using the official Google provider from HashiCorp, promoting consistent and auditable infrastructure deployment.
- Security Best Practices: The
references/iam-security.mdfile correctly emphasizes the principle of least privilege, service account impersonation, and data encryption methods.
Audit Metadata