browser-fingerprint-audit

Installation
SKILL.md

Browser fingerprint audit

A browser controls its own JavaScript. It does not control the network it connects over. liarjs reads the fingerprint inside the browser, reads the TLS/HTTP/ASN view from the edge that served the request, and reports every place the two stories disagree.

Score: starts at 100, each failing check deducts its weight. 85 and above Trustworthy, 60 and above Suspicious, below that Likely spoofed / bot.

Run a scan

npx liarjs@0.3                    # launch a throwaway Chrome and scan it
npx liarjs@0.3 --all              # also list the checks that passed
npx liarjs@0.3 --offline          # JS-layer checks only, no outbound request
npx liarjs@0.3 --json scan.json   # save the full result for later comparison
Installs
5.2K
GitHub Stars
2
First Seen
4 days ago
browser-fingerprint-audit — liarjsdev/liarjs-skills