What problem does it solve?
This Skill helps identify and fix security vulnerabilities in code, infrastructure, and supply-chain workflows before they become breaches or compliance failures.
Core Features & Use Cases
- Application vulnerability detection: Finds exploitable flaws such as SQL injection, command injection, XSS, CSRF, SSRF, IDOR, and broken authentication by enforcing concrete decision rules.
- Operational security hardening: Covers secrets leakage, credential rotation, container privilege issues (e.g., running as root), missing auth checks, and TLS/session cookie safety.
- Dependency and supply-chain risk control: Blocks deploys for unmitigated HIGH/CRITICAL CVEs, ensures deterministic builds via pinned versions/digests, and encourages SBOM + signing/attestation.
- Quality gates for readiness: Provides checklist-style gates for secrets scanning, parameterized queries, security headers, MFA enforcement, and incident response sequencing.
Quick Start
Ask the AI to run a security audit of your application and deployment for injection flaws, hardcoded secrets, missing authentication/authorization checks, and unpatched HIGH/CRITICAL vulnerabilities.