check_bulk
Pre-validate a batch of package names across 17 ecosystems to catch hallucinated, typo-squatted, malicious, or stdlib packages in under 100ms per 100 items. Use before running package install commands to avoid errors and security risks.
Instructions
Fast pre-flight filter for a batch of (ecosystem, package) pairs. DB-only, <100ms for 100 items. USE WHEN: about to emit npm install a b c … or pip install a b c … — catches hallucinated names, stdlib, typos, and known-bad in ONE call. NOT a dep-tree audit (use scan_project for that). RETURNS: per-item {status: exists|stdlib|malicious|typosquat_suspect|historical_incident|unknown}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |