npm_audit
Check specific npm package versions for known vulnerabilities. Get matching advisories with severity, CVEs, and patched versions.
Instructions
Quick vulnerability check for specific packages and versions using the bulk advisory API. Returns matching advisories with severity, CVEs, and patched versions. For richer detail (CVSS scores, CWEs, fix recommendations), use npm_audit_deep instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes | Object mapping package names to arrays of version strings, e.g. {"lodash": ["4.17.20"]} |