typosquat_check
Check a package name for typosquatting risks by identifying popular packages with edit distance ≤ 2. Supports npm and PyPI.
Instructions
Check if a package name is suspiciously similar to popular packages (potential typosquatting). Returns matches with edit distance <= 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name to check for typosquatting | |
| ecosystem | No | Package ecosystem: "npm" or "pypi" (default: "npm") | npm |