What problem does it solve? Agent- and human-generated infrastructure code can look plausible while violating platform rules, and this Skill provides an adversarial review layer that catches non-compliant Azure IaC before it merges. ## Core Features & Use Cases - Four-layer verification: Checks generation-time constitution rules (AVM-first, naming, tagging, private endpoints), plan-time static analysis (bicep build/lint, Checkov/OPA), deploy-time Azure Policy alignment, and runtime policy backstop coverage. - AVM module validation: Verifies module status from the machine-readable index, confirms registry-resolvable version pins, and flags Orphaned or Deprecated modules. - Demo-shortcut audit: Blocks production-targeted PRs still carrying marked demo shortcuts such as key-based Cosmos auth or public endpoints. - Use Case: A platform engineer receives an agent-generated Bicep PR for a new golden path; the verifier produces a per-layer findings report with pass/warn/block verdicts, constitution rule IDs, and concrete fixes. ## Quick Start Review this Bicep pull request against the four-layer guardrail model and report any blocking violations with their constitution rule IDs.