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-256942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc
Registered2026-08-13T09:39:51.174Z
Independent timestampRFC 3161 · 2026-08-13T09:39:51Z · timestamp.sigstore.dev · token
Transparency logRekor v2 · log2025-1.rekor.sigstore.dev · index 63909772 · inclusion proof
Kindraw hash anchor — not a conforming PRML manifest (missing required field: version)
Manifest
linkage_version: prml-linkage/0
manifest_hash: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
receipt: null
run:
  dataset_hash: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  environment: registry-e2e
  id: live-e2e-test
  model_version: null
  started_at: '2026-08-13T12:00:00Z'
raw bytes →
README badge
PRML locked[![PRML locked](https://registry.falsify.dev/badge/942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc.svg)](https://registry.falsify.dev/942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc)
Verify in CI
- uses: studio-11-co/prml-verify-action@v2 with: mode: verdict expected-hash: 942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbcgithub.com/studio-11-co/prml-verify-action →

share on x →

Verify this hash yourself

Paste your manifest YAML. The canonical hash must match 942e1a761f81…. 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/942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc.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 942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc \
  -in 942e1a761f81fa34fbd394f7e2fb09bd51e458be97f4c98ddf78fb5f0287cbbc.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.