hound_typosquat
Detect typosquatting in package names by generating typo variants and checking registry availability to prevent supply chain attacks.
Instructions
Check if a package name looks like a typosquat of a popular package. Generates likely typo variants and checks which ones exist in the registry.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name to check | |
| ecosystem | No | Package ecosystem (default: npm) | npm |