/security-audit — Security Scan
Audit: $ARGUMENTS (or full project if none). See agents/security-reviewer.md and patterns/security-rules.md.
- Dependency scan —
npm audit --audit-level=high - Secrets scan — Grep for
sk-,api_key,password,secret,token,Bearer. Check.gitignore. - OWASP Top 10 — Injection, auth, XSS, access control, misconfiguration, deserialization, logging
- Code patterns — Flag critical patterns from security-reviewer agent
- Report — CRITICAL/HIGH/MEDIUM counts + PASS/FAIL verdict