skills/gemini-cli-extensions/data-agent-kit-starter-pack/gcp-composer-troubleshooting/Gen Agent Trust Hub
gcp-composer-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes official
gcloudcommands for environment management, log retrieval, and storage operations. These are necessary for the troubleshooting and Root Cause Analysis (RCA) tasks described. - [EXTERNAL_DOWNLOADS]: The agent downloads DAG code from Google Cloud Storage (
gs://) buckets. This behavior is consistent with the skill's purpose of analyzing remote environment code using official vendor tools. - [PROMPT_INJECTION]: The skill processes external data (logs and code), which presents a potential surface for indirect prompt injection.
- Ingestion points: Data is ingested from
gcloud loggingandgcloud storage cpas defined inSKILL.md. - Boundary markers: No specific boundary markers or 'ignore' instructions are used for the processed data.
- Capability inventory: The agent has the ability to execute shell commands (via
gcloud) and perform file system operations. - Sanitization: No explicit sanitization or validation of fetched content is mentioned, although the skill includes instructions to redact sensitive information found in logs.
Audit Metadata