python-bigquery-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard documentation and code examples for the official Google Cloud BigQuery Python SDK with no malicious behavior, obfuscation, or unauthorized access patterns detected.
- [PROMPT_INJECTION]: The skill includes security-focused instructions to prevent SQL injection by mandating the use of query parameters (
ScalarQueryParameter,ArrayQueryParameter) instead of string interpolation when handling untrusted user data. - [CREDENTIALS_UNSAFE]: The skill demonstrates standard credential management using Google Application Default Credentials (ADC) or service account files (
key.json) as placeholders, adhering to official Google Cloud security recommendations without embedding any actual hardcoded secrets. - [EXTERNAL_DOWNLOADS]: All mentioned dependencies are well-known and trusted libraries from the official Google Cloud SDK (
google-cloud-bigquery,google-cloud-bigquery-storage) or established data science projects (pandas,pyarrow).
Audit Metadata