package-check
Is this dependency safe to use? Pass a package name (npm, PyPI, Go, Maven, crates.io, RubyGems, NuGet) and optional version: returns known vulnerabilities (OSV/CVE with CVSS and fixed-in version), deprecation status, license, latest version, repo health (stars, OpenSSF Scorecard) and an overall ok/caution/avoid verdict. JSON response. [Paid: $0.01 USDC per call via x402 on Base; the calling client pays automatically.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eco | No | Ecosystem, default npm | |
| name | Yes | Package name, e.g. express or @scope/pkg | |
| version | No | Version to check, default latest |