Run a live check
The lookup above searches our static scan from June 2026. For a live crawl —
current page content, GitHub source search, and linked-page walking — install the CLI from our GitHub repo.
# install
$ pip install bootlegg
# check a github.io site (source scan + live crawl)
$ bootlegg https://user.github.io/repo/
# with GitHub token for source search (30 req/min vs 10)
$ bootlegg https://user.github.io/repo/ --token ghp_xxx
# any URL, no GitHub search, single page
$ bootlegg https://example.com --no-github --max-pages 1
# JSON output, exits 1 if infected
$ bootlegg https://user.github.io/ --json | jq .summary