check_package_health
Audit npm packages for typosquatting, maintenance health, and adoption metrics before adding dependencies to prevent risky installs.
Instructions
Check npm packages for typosquat risk, maintenance status, adoption metrics, and deprecation. Use this before adding new dependencies to catch suspicious or risky packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: markdown (human) or json (machine-readable for agents) | markdown |
| packages | Yes | List of package names to check (e.g. ['lodash', 'expres', 'react-qeury']) |