What problem does it solve?
Claude-powered SAST and SCA security scan skill. Invoked automatically as the Security Scan step (Step 7) of /aod.build (after Design Quality Gate, before Code Simplification) or standalone via /security. Analyzes all code files and dependency manifests changed on the feature branch relative to main for OWASP Top 10 vulnerability patterns and known CVE findings. Produces a human-readable security-scan.md report and machine-readable .security/ compliance artifacts (scan-log.jsonl, vulnerabilities.jsonl, SARIF 2.1.0, CycloneDX 1.5 SBOM). Blocks build progression on CRITICAL/HIGH findings with an explicit acknowledgment gate. Use --no-security in /aod.build to skip. Invoke /security directly for standalone analysis outside the build pipeline.
Core Features & Use Cases
- SAST and SCA: detect OWASP Top 10 patterns and CVEs in changed code and manifests
- Artifact generation: produces human-readable reports and machine-readable artifacts
- Governance gate: blocks build on CRITICAL/HIGH findings and supports explicit acknowledgment
- Flexible invocation: usable within /aod.build security step or standalone /security scans
Quick Start
Run /security in any project directory to perform an automated security scan and generate audit artifacts.