check_dependencies
Check npm, PyPI, and Go packages for known security vulnerabilities using the OSV database. Audit existing dependencies or validate new ones before adding them.
Instructions
Check npm, PyPI, or Go packages for known security vulnerabilities (CVEs) using the OSV database. Use this before adding new dependencies or to audit existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |
| packages | Yes | List of packages to check: [{name, version, ecosystem}] |