Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TypoGard
TypoGard is a client-side tool created to protect users from [package typosquatting attacks](https://snyk.io/blog/typosquatting-attacks/). TypoGard can was originally implemented as a standalone tool for npm, but it can easily be extended to other languages and can even be embedded in package installation software.
TypoGard is a client-side tool created to protect users from [package typosquatting attacks](https://snyk.io/blog/typosquatting-attacks/). TypoGard was originally implemented as a standalone tool for npm, but it can easily be extended to other languages and can even be embedded in package installation software.

## How TypoGard Works
TypoGard works by applying a number of transformations to a given package name and comparing the results to a list of popular package names. These transformations are based on the same transformations made by malicious actors in past package typosquatting attacks. For more detailed information, read the [TypoGard paper on arXiv](https://arxiv.org/abs/2003.03471) (the tool was referred to as SpellBound at the time of publication).
Expand Down