What problem does it solve?
It helps you quickly identify exposed secrets, insecure code patterns, and dependency risks before they become incidents or release blockers.
Core Features & Use Cases
- Secret Detection: Locates hardcoded API keys, tokens, certificates, passwords, and database credentials with high-confidence pattern matching.
- Dependency Review: Checks package and audit outputs to surface vulnerable third-party dependencies by severity.
- Unsafe Pattern Analysis: Flags common OWASP-relevant issues such as SQL injection, XSS, command injection, path traversal, insecure randomness, and dangerous dynamic execution.
- Use Case: Run it before a major release to catch leaked credentials in configuration files, risky query construction in application code, and outdated dependencies that could expose production systems.
Quick Start
Ask the security scan skill to review the current repository for secrets, dependency issues, and unsafe code patterns.