What problem does it solve?
This Skill reviews infrastructure-as-code changes before deployment so you can catch destructive replacements, public exposure, privilege widening, secret leakage, and tenant-isolation regressions before they reach production.
Core Features & Use Cases
- Blast-radius analysis: Identifies deletes, replacements, reindexing, and other changes that can destroy or recreate stateful infrastructure.
- Security and access review: Checks for exposed networks, overly broad IAM/RBAC, missing encryption, secrets in code, and state-capture risks.
- Drift and cost review: Flags mismatches with documented architecture, unpinned modules, missing tagging, and changes that increase ongoing spend.
- Use Case: A Terraform PR renames a database module and widens a security group, and this Skill explains what will be destroyed, what exposure is created, and what corrections are needed before apply.
Quick Start
Ask me to review your IaC diff for deploy safety, blast radius, exposure, IAM width, and tenant-isolation impact before anyone applies it.