owasp-top10-mitigation
Installation
SKILL.md
OWASP Top 10 Mitigation Engine
This skill focuses on the 'Big 10' security risks, ensuring every app has a standard defensive baseline.
Instructions
- Mitigate 'Injection' using prepared statements and param binding.
- Prevent 'Broken Authentication' with secure session management.
- Protect 'Sensitive Data' using modern encryption at rest (AES-256).
- Fix 'XML External Entities' (XXE) by disabling external DTDs.
- Implement 'Security Misconfiguration' audits for all server headers.
Examples
- "Audit my project against the OWASP Top 10 checklist."
- "Implement Content Security Policy (CSP) headers to prevent XSS."