refactor-module
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references best practice documentation and style guides from the official HashiCorp GitHub repository to guide the refactoring process.- [COMMAND_EXECUTION]: The agent is instructed to use standard Terraform CLI commands such as
terraform state list,terraform show, andterraform state mvfor managing resource state transitions.- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the processing of existing infrastructure code and state data. - Ingestion points: Terraform configuration files and structured state output (terraform show -json).
- Boundary markers: While not used for HCL files, the skill promotes the use of structured JSON parsing for state analysis.
- Capability inventory: File system read access and execution of the terraform binary.
- Sanitization: Instructions contain clear directives to avoid exposing or logging sensitive plaintext values that may reside within Terraform state files.
Audit Metadata