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