What problem does it solve?
This Skill helps teams detect, prioritize, and contextualize security vulnerabilities across source code, dependencies, configurations, and secrets so that remediation effort targets what matters most to the business.
Core Features & Use Cases
- Dependency & Supply Chain Checks: Detect missing lockfiles, surface npm audit results when available, and flag supply-chain integrity risks.
- Secret Scanning: Regex-based detection of API keys, tokens, cloud credentials, JWTs, and private keys in code and configuration files.
- Dangerous Pattern Detection: Identify injection, unsafe deserialization, insecure SSL usage, and other high-risk code patterns across common languages.
- Configuration Validation: Find insecure debug flags, permissive CORS, and missing security header configurations.
- Use Case: Run a repository scan before a release to produce a JSON report that teams can triage, integrate into CI gates, or feed into a tracking workflow for prioritized fixes.
Quick Start
Run the included security_scan.py against the project root to produce a JSON report of dependency, secret, pattern, and configuration findings.