Check one npm package
check_packageVerify an npm package before installing it: confirms existence and flags slopsquatting, install-time scripts, deprecation, and abandonment.
Instructions
Verify a single npm package before installing, importing, or recommending it. Returns whether it actually exists, and flags slopsquatting (a low-adoption package impersonating a popular one), install-time scripts, deprecation, and abandonment. Call this whenever you are about to introduce a dependency you have not verified in this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact npm package name, e.g. "express" or "@scope/pkg". |