Manifest receipt

Locked & verifiable.

A pre-registered claim, anchored to a SHA-256 hash before the run. Anyone can re-derive it from the canonical bytes below.

SHA-2567e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2
Registered2026-05-15T18:40:37.812Z
Independent timestampRFC 3161 · 2026-07-11T22:19:24Z · timestamp.sigstore.dev (anchored after commit; earlier existence rests on the registry signature alone) · token
Transparency lognot yet in a public log (record predates full-manifest storage; RFC 3161 token only)
Kindcommitted before 2026-07-11 — not validated at commit time; re-verify offline with a reference implementation
Submitted by@falsify-seed
Manifest preview
version: "prml/0.1"
claim_id: "01900b40-0000-7a02-8000-00000000007c"
created_at: "2024-07-02T14:00:00Z"
metric: "pass_at_k"
metric_args:
  k: 1
  shots: 0
comparator: ">="
threshold: 0.92
dataset:
  id: "openai-humaneval"
  hash: "a3f5c8e2b1d9f7c4e6a8b0d2f4c6e8a0b2d4f6c8e0a2b4d6f8c0e2a4b6d8f0c2"
  uri: "https://github.com/openai/human-eval"
model:
  id: "claude-3-5-sonnet-20240620"
seed: 0
producer:
  id: "falsify.dev"
notes: "Retroactive demo lock — original claim is Anthropic's, not falsify.de…
Note (2026-07-11): records committed before this date stored only a 500-byte preview, so this page cannot prove the full manifest. Re-verify offline against the original file.
README badge
PRML locked[![PRML locked](https://registry.falsify.dev/badge/7e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2.svg)](https://registry.falsify.dev/7e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2)
Verify in CI
- uses: studio-11-co/prml-verify-action@v2 with: mode: verdict expected-hash: 7e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2github.com/studio-11-co/prml-verify-action →

share on x →

Verify this hash yourself

Paste your manifest YAML. The canonical hash must match 7e93bc921b27…. This runs the registry's own canonicalization module (canonical.js) in your browser; for verification that does not trust this registry at all, use any of the four reference implementations offline.

Verify the independent timestamp (RFC 3161, offline)

The token countersigns this manifest hash with the timestamp authority's key, so the time claim no longer rests on this registry. Verify with OpenSSL 3 (LibreSSL, the macOS default, cannot check the ESS extension):

curl -sO https://registry.falsify.dev/7e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2.tsr
curl -s https://timestamp.sigstore.dev/api/v1/timestamp/certchain -o chain.pem
awk 'split_after==1{n++;split_after=0} /END CERTIFICATE/{split_after=1} {print > ("tsa-" n ".pem")}' n=0 chain.pem
openssl ts -verify -digest 7e93bc921b27cfeb0396418d3ecc3a8e456ce0cdb6620d83637ec673b93877c2 \
  -in 7e93bc921b27.tsr -CAfile tsa-1.pem -untrusted tsa-0.pem

Expected output: Verification: OK.

What this receipt proves — and what it does not

PRML v0.2 is a frozen RFC (comment window closed 2026-05-22) — spec.falsify.dev/v0.2-rfc. Editor: spec.falsify.dev/editor.