depguard_audit_deep
Audit the full transitive dependency tree of an npm package to uncover vulnerabilities hidden deep in nested dependencies, providing a complete view of the total attack surface beyond direct dependencies.
Instructions
Audit the full transitive dependency tree of a package. Crawls all nested dependencies recursively and aggregates vulnerabilities across the entire graph. Use when you need to know the total attack surface, not just direct deps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name | |
| maxDepth | No | Max recursion depth (default: 5, max: 10) | |
| targetLicense | No | Project license for compatibility check (default: MIT) |