Verify multiple package names at once
verify_packagesBatch-check npm package names before install to catch typosquats and nonexistent dependencies, and get a verdict per name.
Instructions
Batch version of verify_package: pass every dependency you're about to add (e.g. all the imports in a file or a proposed package.json diff) and get a verdict per name. Use before applying any change that adds dependencies, so a single hallucinated or typosquatted name is caught before install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | npm package names to verify, e.g. ['react','reqeust','@acme/does-not-exist']. |