What problem does it solve?
Manually running separate security scanning tools to check for code vulnerabilities, leaked secrets, dependency risks, and infrastructure misconfigurations is time-consuming, inconsistent, and often leads to missed critical issues across different parts of a codebase.
Core Features & Use Cases
- Unified multi-engine scanning: Runs 17 SAST, secrets detection, dependency audit, and infrastructure-as-code security tools in a single command, eliminating the need to run and configure each tool individually.
- Configurable scan profiles: Choose from preset profiles like fast (for dev feedback), secrets-only, deps-only, or full (for pre-release scans) to match your use case.
- CI/CD security gating: Automatically fail pipelines on critical or high-severity findings, with clear exit codes and Markdown reports for easy integration into development workflows.
- Use case: For a team preparing a Terraform-based cloud application for release, use this skill to run a full scan that catches Python code vulnerabilities, leaked secrets in git history, misconfigured infrastructure, and outdated dependency risks in one go.
Quick Start
Use the security-scan skill to run a full security scan of your project's codebase and get a report of all critical and high-severity findings.