This page re-runs agentbench verify on a committed report
entirely in your browser. The numbers are recomputed from the trade ledger
and the strategy is re-run from the manifest, on your machine, with no server
in the loop. View source: it fetches static files and computes locally.
Edit one number in the scorecard and verify the doctored copy. The file on disk is never touched, this happens in memory. Watch the verdict flip to FAIL and the checks that caught it light up red. A re-stamped content hash would still not save it: ledger and replay recompute from scratch.
Runs the real verifyReport from
bitget-agentbench,
bundled for the browser. The SHA-256 used here is proven byte-identical to the
CLI's by a test in the repo, so a PASS here means a PASS there. Built with AI
assistance (Claude), disclosed in the repo.