depguard_score
Get a quick 0-100 quality score for any npm package. Faster than a full audit when only the score is needed. Critical vulnerabilities cap at 30, high at 50. Ensure package quality before integration.
Instructions
Quick 0-100 quality score for a package. Faster than depguard_audit when you only need the score. Critical vulns cap at 30, high at 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name | |
| targetLicense | No | Project license for compatibility check (default: MIT) |