Live CVE Scan (osv.dev)
depsonar_live_cveScan installed packages against the live OSV database to detect known vulnerabilities and CVEs in real-time.
Instructions
Real-time vulnerability scan using the osv.dev API. Checks every installed package against the global OSV database (npm, PyPI, crates.io, Go, Packagist, RubyGems, Pub).
Unlike depsonar_audit (which uses local tools like npm audit), this queries the live osv.dev database for the most up-to-date vulnerability data. No API key needed.
Examples:
"Live CVE scan all my projects"
"Check RoomPilot for vulnerabilities with osv.dev"
"Real-time security scan"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Scan a specific project. Leave empty to scan all. | |
| directory | No | Root directory to scan. |