Start Audit
Use this task skill when the user asks to start a security audit, audit this repo, perform a security review of a codebase, or review this codebase for vulnerabilities.
Workflow
- Run
python3 vuln-scout/scripts/doctor.py --strictor ask the user to address missing quick-profile dependencies. - Trigger
session-initandlarge-codebase-checkhooks when the target is a repo or monorepo. - Run
/vuln-scout:scopeto establish boundaries and write.claude/audit-plan.md. - Call
app-mapper, then/vuln-scout:threats, thenthreat-modeler. - Run
/vuln-scout:scan --profile quickfirst; usedeeponly when optional analyzers are installed or requested. - Call
code-revieweron prioritized findings. - Run
/vuln-scout:verifyper finding that needs confirmation. - Finish with
/vuln-scout:report --format bundle --output evidence-bundle.
Produces
.claude/audit-plan.md.claude/review-ledger.json.claude/findings.jsonreport.htmlevidence-bundle/
When NOT To Trigger
Do not trigger for knowledge-only questions about STRIDE, OWASP, dangerous functions, framework patterns, compliance mapping, exploit techniques, or vulnerability classes. Let those knowledge skills answer directly unless the user asks to audit a target.