terraform-deploy-traps
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous shell script templates intended for use within Terraform provisioners and cloud-init scripts. These include routine administrative tasks such as Docker container management, database initialization via
psql, and file system permission adjustments. - [EXTERNAL_DOWNLOADS]: References well-known services for operational tasks. It includes scripts that query
api.cloudflare.comfor API token management anddns.googlefor verifying DNS record propagation during deployment validation. - [CREDENTIALS_UNSAFE]: Contains instructions for handling infrastructure credentials. It demonstrates best practices by encouraging the use of environment variables and
.envfiles for managing Cloudflare API tokens, rather than hardcoding sensitive information.
Audit Metadata