Vendor Security
vendor_securitySTANDARD readiness evidence pack
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.
No narration. No cuts. Viewer + CLI + JSON artifact on screen.
STANDARD readiness evidence pack
STANDARD readiness evidence pack
STANDARD readiness evidence pack
STANDARD readiness evidence pack
STANDARD incident response readiness evidence pack
The golden set is the canonical STANDARD example run and remains available for replay.
Golden STANDARD PDF example (single canonical run).
Golden browser review surface.
Golden artifact manifest and metadata.
Golden deterministic seal.
Verifier output; expected ok=true.
Golden canonical archive.
Golden checksum list.
pack.zip, verify.json, and SHA256.txt.pack.zip.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).okPack identity is published in DecisionPack.manifest.json under pack_meta.
Stable fields include pack_type, library, client, and engagement.