What problem does it solve?
Security teams and developers struggle to perform thorough, repeatable security reviews before deployment. This Skill provides an OWASP Top 10-aligned security audit checklist that covers authentication, injection, XSS, CSRF, secrets management, API security, and more, enabling faster, safer releases.
Core Features & Use Cases
- OWASP Top 10-aligned checks for authentication, injections, XSS, CSRF, secrets management, API security, and more.
- Centralized audit workflow with an ignore mechanism via .ai-factory/SECURITY.md to tailor audits for team needs.
- Includes a ready-to-run audit script (scripts/audit.sh) that performs hardcoded secrets checks, gitignore validation, npm audit, console.log detection, and security TODO scanning to surface actionable remediation steps.
- Use cases: pre-deployment security reviews, baseline security provisioning for new projects, and CI-integrated security health checks.
Quick Start
Run the automated security audit against your project to generate a prioritized list of findings and recommended remediations.