| name | owasp-review |
| description | Step-by-step OWASP Top 10 security review checklist. Use this when reviewing code for security issues, submitting a PR, or when code touches authentication, authorization, data storage, or external communication. |
Before submitting a PR, review the code against each OWASP Top 10 category. Flag any findings in the PR description.
Checklist
1. Broken Access Control
2. Cryptographic Failures
3. Injection
4. Insecure Design
5. Security Misconfiguration
6. Vulnerable and Outdated Components
7. Identification and Authentication Failures
8. Software and Data Integrity Failures
9. Security Logging and Monitoring Failures
10. Server-Side Request Forgery (SSRF)
11. Container Security (if applicable)
Output
Add a section to the PR description:
## OWASP Self-Review
- [x] Broken Access Control — N/A (no auth changes)
- [x] Injection — parameterized queries used throughout
- [ ] SSRF — needs review: user-supplied URL in webhook config