Paste a C2SP checkpoint (a signed note carrying an origin, a tree size, and a Merkle root), an RFC 6962 inclusion proof, and the trust policy you want it judged against, then verify all three offline in your browser. The tool parses the note framing, matches every signature line against the keys named in a C2SP tlog-policy file, verifies the log signature and each witness cosignature under the tlog-cosignature construction, evaluates the policy quorum rule, and replays the inclusion path to see whether it reconstructs the root the checkpoint claims. It ships with the vetted Sigsum sigsum-generic-2025-1 policy and a Rekor quorum-none policy inline, and it accepts your own pasted policy text instead.
log <key> [url], witness <name> <key> [url], group <name> <all|any|k> <member>..., quorum <name|none>. Keys are read either as a signed-note vkey (name+keyid+base64) or as bare hex, which is how the two policy files in this repository store them. Editing the text below is what the verifier reads, so a preset is only a starting point.