scan_project
Scan a project directory for CVE vulnerabilities by detecting common manifests and querying OSV.dev. Returns a structured report with severity counts, risk score, and fix recommendations.
Instructions
Scan a project directory for CVE vulnerabilities. Automatically detects npm, Python, Go, Rust, Java/Maven, PHP/Composer, and Ruby/Bundler manifests. Queries live CVE data from OSV.dev. Returns structured vulnerability report with severity counts, risk score, and fix recommendations. Use this as the first step before open_dashboard or apply_fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute or relative path to the project directory. Defaults to current working directory. | |
| offline | No | If true, skip OSV.dev query and only parse manifests. Default: false. | |
| severity_filter | No | Only return vulnerabilities at this severity or above. Default: all. |