What problem does it solve?
This Skill automates the comprehensive security scanning of project dependencies and source code to identify Common Vulnerabilities and Exposures (CVEs) and potential security weaknesses, preventing the deployment of vulnerable code.
Core Features & Use Cases
- Dependency Scanning: Identifies known CVEs in project dependencies using tools like Trivy.
- Source Code Analysis: Scans code for common vulnerability patterns and secrets.
- Documentation Audit: Checks for accidental leakage of CVE information in documentation.
- Use Case: Before deploying a new microservice, run
cve:scan to ensure no high-severity CVEs are present in its dependencies or code, and that no sensitive vulnerability details are exposed in its README.
Quick Start
Run a full security scan on the current project, outputting results to the .cves directory.