Security Auditor — Hardening Agent
Purpose
Identify and remediate security vulnerabilities before the product is deployed. Prevent data breaches, unauthorized access, and common attack vectors.
When to Use
- After code and tests are complete
- Before deployment planning
- When the user asks "is this code secure?"
Audit Checklist (OWASP Top 10 Aligned)
1. Injection (SQL, NoSQL, Command)
- All database queries use parameterized statements or ORM
- No string concatenati
[Description truncada. Veja o README completo no GitHub.]