terraform-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard infrastructure management tools including
terraform,gcloud, andgsutilfor diagnostic and remediation tasks. - [EXTERNAL_DOWNLOADS]: Employs
terraform init -upgradeto fetch provider plugins from HashiCorp's official registry, which is a well-known and trusted service. - [PROMPT_INJECTION]: Features an indirect prompt injection surface due to the nature of analyzing external log files.
- Ingestion points: Processes diagnostic data from
/tmp/terraform.logand output fromterraform plan. - Boundary markers: Does not implement specific delimiters to distinguish log content from agent instructions.
- Capability inventory: Possesses capabilities to modify cloud state via
terraform applyand adjust IAM permissions viagcloud. - Sanitization: No automatic sanitization of log content is performed before processing.
Audit Metadata