What problem does it solve?
This Skill addresses the challenge of identifying complex, cross-file security vulnerabilities that traditional file-by-file scanners often miss, ensuring a more comprehensive security posture.
Core Features & Use Cases
- Whole-codebase analysis: Loads the entire project into a large context window for end-to-end vulnerability tracing.
- OWASP Top 10 coverage: Analyzes for common and critical web application security risks.
- Cross-module data flow tracing: Identifies vulnerabilities that span multiple files and modules.
- Dependency auditing: Scans project dependencies for known vulnerabilities.
- Secrets scanning: Detects hardcoded secrets and sensitive information.
- Use Case: Before deploying a new feature, run this Skill to perform a deep security audit, ensuring that no logic flaws, access control issues, or injection vulnerabilities are present across the entire application.
Quick Start
Run a comprehensive security scan on the current project, focusing on authentication and API routes.