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-256390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c
Registered2026-07-30T12:18:14.602Z
Independent timestampRFC 3161 · 2026-07-30T12:18:14Z · timestamp.sigstore.dev · token
Transparency logRekor v2 · log2025-1.rekor.sigstore.dev · index 45932166 · inclusion proof
KindPRML manifest — conformed to the published v0.1 schema at commit time
Manifest
version: prml/0.1
claim_id: 019fb31c-3c80-7e79-9acb-8af651c55dfa
created_at: '2026-07-30T13:00:00Z'
metric: conformance_vectors_passing
comparator: '>='
threshold: 21.0
dataset:
  id: prml-v0.1-test-vectors-json
  hash: cd7d22ee5bda1b5834c74f955fe3452b49e5357d5a7c9933805d0d0d99aa2a8e
seed: 1
producer:
  id: falsify.dev
raw bytes →
README badge
PRML locked[![PRML locked](https://registry.falsify.dev/badge/390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c.svg)](https://registry.falsify.dev/390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c)
Verify in CI
- uses: studio-11-co/prml-verify-action@v2 with: mode: verdict expected-hash: 390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590cgithub.com/studio-11-co/prml-verify-action →

share on x →

Verify this hash yourself

Paste your manifest YAML. The canonical hash must match 390e78d9121f…. 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/390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c.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 390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c \
  -in 390e78d9121f8f7a9029d4668d8010df7857c47fef9b06f6b2e6a98d7324590c.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.