terraform
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill provides instructions for standard Terraform CLI operations. It explicitly warns the user about the destructive nature of commands like 'apply' and 'destroy', recommending that 'terraform plan' be reviewed first and user permission be obtained.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill documents 'terraform init', which downloads external providers and modules. The provided examples reference official registries and standard VCS sources.
- [CREDENTIALS_UNSAFE] (SAFE): The skill demonstrates how to handle sensitive variables using the 'sensitive = true' attribute to prevent accidental exposure and explicitly warns against hardcoding credentials, recommending IAM roles or secret managers instead.
Audit Metadata