CFI.co archive-data — verification endpoint

This directory serves the downloadable artefacts behind the verification claims on cfi.co/ai/ and cfi.co/archive/: GPG-signed attestations for the CFI.co transparency archives, and daily JSONL exports of the full corpora. The canonical, append-only archives live on GitHub: cfi-co/articles and cfi-co/awards.

Files

FileWhat it isRefresh
attestation-articles-2026-07-22.txt
.asc (detached GPG signature)
Signed attestation fixing the SHA-256 of the articles archive manifest at release archive-2026-07-schema-2.4 (2,779 records, 2011–2026) Static (dated)
attestation-awards-2026-07-22.txt
.asc (detached GPG signature)
Same, for the awards archive Static (dated)
articles.jsonlFull articles corpus, one JSON record per line (schema v2.4)Daily, ~05:30 UTC
articles.schema.jsonJSON Schema for the articles recordsWith schema releases
awards.jsonlFull awards corpus, one JSON record per line (schema v2.4)Daily, ~05:30 UTC
awards.schema.jsonJSON Schema for the awards recordsWith schema releases
manifest.jsonMachine-readable index of this directoryWith this page

How to verify

Signing key: CFI.co Transparency Archive <[email protected]>, fingerprint B497 BDC1 9FCD 4879 72D5 D2B0 876F F2AA 3913 3BF8 (SIGNING-KEY.asc in each repository root).

gpg --import SIGNING-KEY.asc
gpg --verify attestation-articles-2026-07-22.txt.asc attestation-articles-2026-07-22.txt

git clone https://github.com/cfi-co/articles.git
cd articles && ./scripts/verify.sh

Versioned dataset releases with signed manifests: articles releases · awards releases. Mirrors: Hugging Face articles · awards (GitHub is canonical).