Perform a security-focused code review using OWASP guidelines.
When reviewing code, check for:
- Injection flaws (SQL, command, path traversal)
- Broken authentication or session management
- Sensitive data exposure in logs or responses
Consult the reference document for the full OWASP checklist. Use the response template in assets/ to structure your findings.