adk-infra-expert
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/init-terraform.shutilizes unquoted shell heredocs to generate Terraform variables, which can allow for HCL injection if variables likePROJECT_IDare sourced from untrusted inputs. - [COMMAND_EXECUTION]: The skill uses
Bashto executeterraformandgcloudcommands for provisioning and validating cloud infrastructure. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its ingestion of local project files. 1. Ingestion points:
Read,Grep, andGlobtools are used to inspect existing Terraform files. 2. Boundary markers: No explicit delimiters or instructions are provided to the agent to ignore embedded instructions. 3. Capability inventory: High-privilege shell execution viaBash. 4. Sanitization: No evidence of validation or sanitization of ingested content. - [EXTERNAL_DOWNLOADS]: The skill fetches official Terraform providers from HashiCorp's registry.
- [EXTERNAL_DOWNLOADS]: The skill references documentation and vendor resources from the author's official domains:
tonsofskills.com,intentsolutions.io, andjeremylongshore.com. - [CREDENTIALS_UNSAFE]: Troubleshooting guidance in
references/errors.mdsuggests granting theroles/ownerrole to a service account, which violates the principle of least privilege.
Audit Metadata