Twyn: Tool for Dependency Typosquatting Protection
Twyn is a security tool designed to prevent typosquatting attacks by comparing dependency names against a set of well-known package names. It detects potentially suspicious package names that resemble popular ones and raises an alert. Twyn supports configuration through a command-line interface or a configuration file and offers various operational modes to customize checks. It's available for installation via PyPi, and it can be run to check dependency files like `requirements.txt` and `poetry.lock`. More details are available [here](https://github.com/elementsinteractive/twyn).
https://github.com/elementsinteractive/twyn
Comments
Post a Comment