scan_dependencies
Parse manifests and lockfiles to detect known CVEs via the OSV database. Identifies security vulnerabilities in package.json, requirements.txt, go.mod, and other dependency files.
Instructions
Parse a lockfile or manifest (package.json, package-lock.json, requirements.txt, go.mod) and check all dependencies for known CVEs via the OSV database. Reads the file directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest_path | Yes | Path to manifest file (e.g. 'package.json', 'requirements.txt', 'go.mod') | |
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |