Security Review
Project Overrides
!s="security"; for d in .specweave/skill-memories .claude/skill-memories "$HOME/.claude/skill-memories"; do p="$d/$s.md"; [ -f "$p" ] && awk '/^## Learnings$/{ok=1;next}/^## /{ok=0}ok' "$p" && break; done 2>/dev/null; true
Security Assessment
Perform security assessment:
- OWASP Top 10 — Check for injection, XSS, CSRF, broken auth, etc.
- Threat modeling — Identify attack surfaces and data flow risks
- Auth review — Authentication and authorization design
- Dependency audit — Check for known CVEs
For real-time pattern detection during coding, use /sw:security-patterns instead.