What problem does it solve? Security issues in Terraform, Kubernetes, Helm, CI/CD workflows, and application code often go unnoticed until they cause credential exposure, privilege escalation, or public data leaks. This Skill provides a structured security review workflow that finds real risks, ranks them by severity and exploitability, and applies only safe, behavior-preserving fixes. ## Core Features & Use Cases - Multi-Area Security Scanning: Reviews Terraform, Kubernetes manifests, Helm charts, CI/CD workflows, and application code in Python, Java, JavaScript, TypeScript, Rust, and Bash using stable finding IDs and severity/confidence classification. - Safe Remediation Policy: Patches low-risk issues directly (log redaction, least-privilege workflow permissions, shell quoting) while requiring explicit approval for IAM, auth, crypto, public exposure, or availability-impacting changes. - Structured Reporting: Produces prioritized findings in Markdown, JSON, or SARIF-style output with risk, root cause, recommended fix, feature impact, and safe override fields. - Use Case: Before merging a PR that adds a new Kubernetes deployment and GitHub Actions workflow, run a security scan to catch missing security contexts, broad token permissions, and unpinned actions, then apply the safe fixes automatically. ## Quick Start Ask the agent to review the current diff or a specific directory for security risks and apply only safe low-risk fixes.