Static analysis, secret detection, and OWASP checks.
Comprehensive security analysis for your codebase — detect vulnerabilities, audit dependencies, and enforce security best practices before they reach production.
claude skill install security-scanner
# Run a full security audit on the current project
/security-scanner audit
# Scan for hardcoded secrets only
/security-scanner secrets --path ./src
Performs static analysis on source code and dependency manifests to identify known vulnerabilities and insecure patterns. Cross-references findings with CVE databases and generates prioritized reports. Each finding includes a severity rating, affected code location, and suggested fix.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.