What problem does it solve?
Web application teams often lack a consistent, structured process for security reviews, leading to missed OWASP Top 10 vulnerabilities, hardcoded secrets, and misconfigurations that only surface after production incidents. This Skill eliminates ad-hoc, incomplete security checks by providing a standardized, comprehensive audit workflow aligned with industry best practices.
Core Features & Use Cases
- Categorized Security Checklists: Guided checklists for every OWASP Top 10 (2021) risk category, including authentication, injection, XSS, CSRF, secrets management, API security, infrastructure, LLM prompt injection, and race conditions.
- Automated Scanning: A built-in bash script that automatically detects hardcoded secrets, untracked .env files, high-severity npm vulnerabilities, leftover debug logs, and unfinished security TODOs.
- Use Case: A team preparing to deploy a new e-commerce storefront can run the full audit to verify no admin credentials are hardcoded, all protected routes have authentication, and dependencies have no critical vulnerabilities, or run a targeted check for CSRF risks specific to their SPA architecture.
Quick Start
Invoke the aif-security-checklist skill to run a full security audit of your web application before deployment, or run a targeted check for a specific risk category such as injection or secrets management.