scan_dependencies
Detect known vulnerabilities in your dependencies by recursively scanning manifest files and querying the OSV database.
Instructions
Recursively scan a directory for manifest/lockfiles (requirements.txt, package.json, go.mod, composer.json, etc.), parse dependencies, and check them for known vulnerabilities using the OSV.dev database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Root directory to scan for manifest files. | |
| exclude | No | Glob patterns to skip (e.g. ["vendor/*"]). |