What problem does it solve? Security reviews, CVE triage, and compliance audits are time-consuming and error-prone when done manually. This Skill automates static security scanning, dependency vulnerability assessment, and compliance verification so teams can catch hardcoded secrets, injection flaws, and regulatory gaps before they reach production. ## Core Features & Use Cases - Security Scanner: Detects hardcoded secrets (API keys, AWS credentials, private keys), SQL injection, XSS, command injection, and path traversal patterns across Python, JavaScript, Go, and other languages, with severity filtering and JSON output for CI/CD. - Vulnerability Assessor: Scans npm, Python, and Go dependency files for known CVEs, reporting CVSS scores, affected versions, and fixed versions with an overall risk score. - Compliance Checker: Verifies controls against SOC 2, PCI-DSS v4.0, HIPAA, and GDPR frameworks, producing compliance scores with evidence and remediation recommendations. - Use Case: Add the scanner to a GitHub Actions pipeline so every pull request fails automatically when critical secrets or high-severity CVEs are introduced. ## Quick Start Run a full security audit on my project by scanning the code for vulnerabilities, checking dependencies for CVEs, and verifying SOC 2 compliance.