What problem does it solve? Manually reviewing a whole project for security issues is slow and easy to get wrong. This Skill runs a structured, read-only audit of an entire codebase and produces a prioritized report covering dependencies, code patterns, secrets, configuration, and CI/CD risks. ## Core Features & Use Cases - Five parallel analysis phases: dependency vulnerability scanning (SCA), code security analysis (SAST), secret detection, configuration and infrastructure review, and supply chain/CI/CD checks. - Standards-based classification: every finding is mapped to CWE Top 25 and OWASP 2025 Top 10, scored by severity, and consolidated into a risk score. - Prioritized report: saves a full report with evidence and remediation code to ~/Desktop/security-audit-{project}-{date}.md. - Use Case: Before delivering a client project, point the Skill at the repository to catch leaked secrets, unpinned dependencies, missing auth middleware, and GitHub Actions script injection in one pass. ## Quick Start Ask the assistant to run a security audit on the project at a given path, for example: audit the security of the project at ~/projects/my-app.