veto_dep_advisor
Parses project lockfiles, queries OSV.dev for known vulnerabilities, and returns a risk-ranked upgrade plan with breaking-change flags.
Instructions
Parses package.json/requirements.txt/Cargo.toml lockfile, queries OSV.dev (free, no key) for known vulnerabilities, and returns a risk-ranked upgrade plan with breaking-change flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | No | Package ecosystem: 'npm', 'pypi', 'cargo', or 'auto' (default). | |
| project_dir | Yes | Absolute path to the project directory. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |