check_dependencies
Check npm, PyPI, or Go packages for known CVEs using the OSV database to avoid vulnerable dependencies.
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 |
|---|---|---|---|
| packages | Yes | List of packages to check: [{name, version, ecosystem}] |