depguard_audit_bulk
Audit multiple packages in a single tool call. Provide an array of package names or a dependencies object to scan for security issues and license conflicts.
Instructions
Audit multiple packages in one call. Accepts an array of names or a dependencies object from package.json. Use depguard_audit_project instead if you have a package.json path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes | Array of package names OR a dependencies object from package.json (e.g. {"react": "^18.0.0", "express": "^4.0.0"}) | |
| targetLicense | No | Project license for compatibility check (default: MIT) |