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-2567f6abf985d8d6ee0454824e06a2466af27d986cc388c27fed3f37b6ec603e6fc
Registered2026-07-29T07:40:41.756Z
Independent timestampRFC 3161 · 2026-07-29T07:40:42Z · timestamp.sigstore.dev · token
Transparency logRekor v2 · log2025-1.rekor.sigstore.dev · index 44408850 · inclusion proof
KindPRML manifest — conformed to the published v0.1 schema at commit time
Manifest
version: prml/0.1
claim_id: 01912345-0000-7000-8000-00000000ade5
created_at: '2026-07-29T07:45:00Z'
metric: auc_roc
comparator: '>='
threshold: 0.78
dataset:
  id: synth-credit-tabular-v1
  hash: 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08
seed: 1337
producer:
  id: andes-interop-demo.falsify
raw bytes →
README badge
PRML locked[![PRML locked](https://registry.falsify.dev/badge/7f6abf985d8d6ee0454824e06a2466af27d986cc388c27fed3f37b6ec603e6fc.svg)](https://registry.falsify.dev/7f6abf985d8d6ee0454824e06a2466af27d986cc388c27fed3f37b6ec603e6fc)
Verify in CI
- uses: studio-11-co/prml-verify-action@v2 with: mode: verdict expected-hash: 7f6abf985d8d6ee0454824e06a2466af27d986cc388c27fed3f37b6ec603e6fcgithub.com/studio-11-co/prml-verify-action →

share on x →

Verify this hash yourself

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