What problem does it solve? Security reviews require coordinating multiple scanning tools, manual code inspection, and consistent severity classification, which is time-consuming and error-prone when done ad hoc. This Skill provides a structured workflow for finding vulnerabilities, rating them with CVSS, and producing actionable audit reports. ## Core Features & Use Cases - Automated Scanning Orchestration: Runs SAST tools (Semgrep, Bandit, GoSec), dependency audits (npm audit, Safety), and secrets scanners (Gitleaks, TruffleHog) with ready-to-use commands. - Manual Vulnerability Review: Covers OWASP Top 10 patterns including SQL injection, XSS, IDOR, path traversal, and command injection with vulnerable vs. secure code examples. - Structured Reporting: Produces findings with severity ratings (Critical/High/Medium/Low), CVSS scores, file/line locations, and remediation steps using a standard report template. - Use Case: Before deploying a web application, run this Skill to scan the codebase for hardcoded secrets and injection flaws, then receive a prioritized findings report your team can act on sprint by sprint. ## Quick Start Review this repository for security vulnerabilities and generate a severity-rated audit report with remediation steps.