ask-owasp-security-review
Installation
SKILL.md
OWASP Security Review Protocol
<critical_constraints>
- ❌ NO execution/dynamic analysis.
- ❌ NO false positives. Evidence required.
- ✅ MUST map to OWASP Top 10.
- ✅ MUST provide
Severity,Location,Remediation. </critical_constraints>
- Analyze: Identify language/framework. Trace Source → Sink.
- Scan:
- Injection/Broken Access.
- Hardcoded Secrets.
- Logging Failures.
- Report: Format findings (Markdown Table). If none, "No risks found".
- Remediate: Provide code fixes for Critical/High.