What problem does it solve? Security teams need to confirm whether publicly accessible Terraform state files, IaC manifests, and deployment artifacts actually expose sensitive infrastructure metadata, without touching the credentials inside or violating engagement scope. ## Core Features & Use Cases - Evidence-Gated Validation: Follows a fixed baseline → single-variable probe → post-baseline → oracle → evidence workflow so every finding is reproducible and authorized. - Strict Safety Boundaries: Records only field locations and fingerprints of suspected secrets, never attempts logins, private state downloads, or cloud API calls. - False-Positive Filtering: Treats regex-matched strings, expired URLs, and third-party buckets as invalid, requiring reproducible public exposure of in-scope artifacts. - Use Case: During an authorized assessment, you discover a public URL resembling a Terraform state file. Use this Skill to verify it belongs to the target organization, confirm it exposes infrastructure metadata, and capture sanitized evidence for reporting. ## Quick Start Use $hunt-iac-secret-exposure to plan an evidence-gated, authorized validation of a publicly exposed Terraform state file within my approved scope.