Verify a package
verifyConfirm an npm package is real, healthy, and not risky before installing: guards against hallucinated or typosquatted names, deprecations and known advisories, and returns a safety verdict with its reasons and what was not checked. Checks the live registry. The cheap gate to call before every install; use evaluate when you need the full scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | npm package name to verify |