What problem does it solve?
This Skill provides a systematic protocol for identifying and remediating security vulnerabilities in codebases. It automates the process of performing security assessments, pre-deployment reviews, and compliance validation (OWASP, PCI-DSS, GDPR), ensuring your applications are robust against common threats.
Core Features & Use Cases
- Vulnerability Identification: Systematically scan for injection flaws, authentication issues, sensitive data exposure, and misconfigurations.
- Risk Prioritization: Generate findings organized by severity (CRITICAL, HIGH, MEDIUM, LOW) with CVSS scores and OWASP Top 10 mapping.
- Use Case: Before deploying a new feature, use this Skill to conduct a comprehensive security audit. It will analyze your code, identify potential SQL injection points, hardcoded secrets, or broken access controls, and provide actionable remediation steps, saving you from costly breaches.
Quick Start
Ask for a security audit with specific context
Example: Audit the user authentication module for injection vulnerabilities and hardcoded secrets.
Consider the src/auth directory and docs/api-contracts.yaml.