Security review of Infrastructure-as-Code (Terraform, Kubernetes, CloudFormation). Use when reviewing IaC files for misconfigurations, overpermissioning, exposed resources, missing encryption, secrets in code, and supply chain risks. Covers CIS benchmarks and cloud security best practices.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Review infrastructure-as-code for security risks by following the full procedure in plays/iac-security-review.md.
Detect IaC Type — Identify the infrastructure technology from file extensions and content:
.tf / .tofu files → Terraform/OpenTofu (reference data/secure-code-prompts/terraform.md)data/secure-code-prompts/kubernetes.md)data/secure-code-prompts/cloudformation.md)Chart.yaml, templates/) → Kubernetes review with Helm-specific checksSystematic Review by Security Domain (priority order):
0.0.0.0/0), unrestricted ports, missing segmentation, public exposureCheck Against Benchmarks — Validate configurations against:
Produce Findings — For each finding: cite resource path, explain the misconfiguration, describe attack scenario, provide fixed code example, rate severity.
Findings sorted by severity using templates/finding.md format, summary with severity counts, and secure configuration improvements section.
79fea6b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.