iac-security-review
Installation
SKILL.md
IaC Security Review
Review infrastructure-as-code for security risks by following the full procedure in plays/iac-security-review.md.
Steps
- Detect IaC Type — Identify the infrastructure technology from file extensions and content:
.tf/.tofufiles → Terraform/OpenTofu (referencedata/secure-code-prompts/terraform.md)- Kubernetes manifests (apiVersion, kind: Deployment/Pod/Service) → Kubernetes (reference
data/secure-code-prompts/kubernetes.md) - CloudFormation templates (AWSTemplateFormatVersion, Resources with AWS::) → CloudFormation (reference
data/secure-code-prompts/cloudformation.md) - Helm charts (
Chart.yaml, templates/) → Kubernetes review with Helm-specific checks