What problem does it solve?
Run a whole-codebase security audit — secrets scanning, trust boundary analysis, OWASP Top 10 evaluation, configuration review, and dependency audit. Use when a user wants a security review of the entire project (not just a PR), and when the repository is described with terms like "security audit", "pen test", "hardening", or "vulnerability scan".
Core Features & Use Cases
- Automated scanning of secrets across all tracked files to surface credentials and sensitive data.
- Comprehensive configuration and access review, including CORS, auth, CSP, and dev-mode exposure checks.
- Trust-boundary mapping and full-repo threat modeling to identify cross-component risks and data flow weaknesses.
- Dependency audit coordination with the Security Reviewer to surface known vulnerable components and remediation recommendations.
- Supports full-repo scope vs. PR-only review by overriding the subagent's scoping rule.
Quick Start
Override the Security Reviewer’s scope to cover the entire repository and run a full codebase security assessment.