CodethinkLabs / package-typospotter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Typospotter

This project aims to provide a basis for identifying packages potentially typosquatting within package registry at the point of addition to the registry.

N.B The current implementation is quite basic and should not be considered production ready.

Usage

docker build -t package-typospotter:latest .
docker run -it package-typospotter:latest

# Alternatively

go build -o package-typospotter cmd/squatter-spotter/main.go
./package-typospotter

About


Languages

Language:Go 93.1%Language:Dockerfile 6.9%