Catalog
Evidence Bundle Archive
Static catalog of downloadable evidence bundles — pre-packaged evaluation packet data, manifests, and checksums for 3 sample agents. Each bundle is a structured JSON object containing all packet fields plus integrity metadata.
Static catalog — all bundles are hardcoded sample dataArchive Index
| Bundle Name | Agent | Files | Created | SHA-256 | Download |
|---|---|---|---|---|---|
| evidence-bundle-agent-a | Sample Agent A | 4 | 2026-06-02 | a1b2c3...e5f6 |
|
| evidence-bundle-agent-b | Sample Agent B | 5 | 2026-06-02 | b2c3d4...f6a7 |
|
| evidence-bundle-agent-c | Sample Agent C | 6 | 2026-06-02 | c3d4e5...a7b8 |
Bundle Structure
Each evidence bundle is a structured JSON object containing:
- manifest — bundle metadata: id, agent, version, timestamp, file count, checksums
- evaluation-packet — the complete evaluation packet (all 15 fields from the JSON Schema)
- claim-status — the claim status and evidence type for this agent
- safety-report — safety boundary flags with human-readable descriptions
- evidence-references — array of public URLs serving as evidence anchors
- integrity — SHA-256 hashes and createdUtc timestamp for the bundle
Bundles are generated client-side via Blob and downloaded as .json files. No server-side packaging or ZIP creation is performed.