tf-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a read-only policy checker in
scripts/validate-terraform-policy.pythat parses Terraform files using regex and a custom lexer to identify security risks without executing the code or making network calls.- [SAFE]: The Python scripts use standard libraries (argparse, ipaddress, json, re) and follow secure coding practices, such as using a lexer to avoid misinterpreting HCL braces within comments or strings.- [SAFE]: Command execution detected inscripts/test_validate_terraform_policy.pyis restricted to running the local validator script against hardcoded test fixtures for verification purposes.- [SAFE]: No hardcoded credentials, sensitive file access, or network exfiltration patterns were found within the skill's instructions or logic.
Audit Metadata