OWASP Top 10 Review Checklist
Use this checklist when auditing application code, configuration, and deployment surfaces.
Focus areas
- Broken access control
- Cryptographic failures
- Injection
- Insecure design
- Security misconfiguration
- Vulnerable and outdated components
- Identification and authentication failures
- Software and data integrity failures
- Security logging and monitoring failures
- Server-side request forgery
Audit guidance
For each relevant category:
- Identify the vulnerable file, endpoint, or configuration surface.
- Explain the concrete risk instead of naming the category only.
- Add the likely CWE when you can support it from the evidence.
- Suggest the smallest credible remediation or validation step.
Prefer high-signal findings over long speculative lists.
Source: tomascupr/sandstorm — distributed by TomeVault.