npm_audit_deep
Run a thorough security audit on a dependency set to uncover vulnerabilities with CVSS scores, CWEs, affected ranges, and fix recommendations.
Instructions
Full security audit on a dependency set — returns detailed advisories with CVSS scores, CWEs, affected version ranges, fix recommendations, and full vulnerability metadata. Uses the npm audit v1 endpoint which provides richer detail than the bulk advisory API (npm_audit). Requires you to provide the dependency map (use npm_dependencies to get it first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| version | No | Project version (default: '1.0.0') | |
| dependencies | Yes | Dependencies to audit as { "package": "version" }, e.g. { "express": "4.17.1" } |