What problem does it solve?
This Skill helps you catch security weaknesses early and consistently by coordinating a comprehensive code security review before deployment, reducing the risk of vulnerabilities slipping into production.
Core Features & Use Cases
- Parallel multi-agent review with scope separation: Auth/session, API/routers, database access, and client/config concerns are reviewed independently to cover the full attack surface.
- Actionable, file-referenced findings with severity: Produces concrete findings (with file and approximate line) using CRITICAL/HIGH/MEDIUM/LOW/INFO levels, each with recommended fixes.
- Consolidated audit reporting and optional fix rounds: Merges agent outputs into a single full report with a severity-sorted summary, then (optionally) guides a follow-up fix loop for CRITICAL/HIGH issues without allowing code changes during the audit phase.
Quick Start
Ask the AI to run a security-audit for your repository and generate a consolidated report in docs/security-audit-full.md, then immediately proceed with the fix round for any CRITICAL or HIGH findings.