CIVITAS
STANDARD PROOFLast updated: 2026-02-22

Library proof sets: STANDARD per-pack outputs

This page publishes deterministic readiness evidence packs per library. It does not claim certification issuance.

Golden self-audit remains one canonical STANDARD run. Per-pack folders below show what each library actually outputs.

Policy

Frameworks are tracked. Libraries are versioned. Updates ship with changelogs.

Each pack declares its framework source + version, plus pack version and last updated date.

Uncut proof-run (2 minutes)

No narration. No cuts. Viewer + CLI + JSON artifact on screen.

Watch on YouTube

STANDARD library proof folders

Golden Self-Audit (STANDARD)

The golden set is the canonical STANDARD example run and remains available for replay.

How to verify (PowerShell)

  1. Choose a pack slug and download pack.zip, verify.json, and SHA256.txt.
  2. Confirm SHA256 for pack.zip.
  3. Confirm verify.json reports ok: true.
$slug = "soc2-readiness"
$base = "https://www.civitasanalytica.com/proof/packs/$slug"
Invoke-WebRequest "$base/pack.zip" -OutFile .\pack.zip
Invoke-WebRequest "$base/verify.json" -OutFile .\verify.json
Invoke-WebRequest "$base/SHA256.txt" -OutFile .\SHA256.txt

Get-FileHash .\pack.zip -Algorithm SHA256
Select-String -Path .\SHA256.txt -Pattern "pack.zip"

($v = Get-Content .\verify.json -Raw | ConvertFrom-Json).ok

Archive / Lite (legacy)

Metadata and identity

Pack identity is published in DecisionPack.manifest.json under pack_meta.

Stable fields include pack_type, library, client, and engagement.

Verify for freeView EPI Rail