The evidence drop-zone
Verify a bundle without handing it to anyone.
The whole thesis, in one interaction: drop an evidence pack, and the verifier recomputes it in this browser tab. No server sees the file. The verdict you get is the verdict auths verify gives — because it is the same verifier, compiled to WASM.
drop an evidence pack or activity.json
read locally with the FileReader API — it never leaves this machine, there is no upload
The same check, at a terminal.
Prefer not to trust a browser tab either? The published CLI runs the identical verification offline — and the same commands re-check anything the explorer shows you: a member’s key history, a signed commit, or a co-signed anchor.
# verify an evidence pack file
$ auths verify ./bundle.json
# verify a signed commit against its pinned root
$ auths verify <commit>
# mirror a witness’s key histories locally
$ git fetch 'https://auths-network.fly.dev' '+refs/auths/kel/*:refs/auths/kel/*'
# verify a co-signed anchor
$ auths anchor verify <seed>