|
| 1 | +{ |
| 2 | + "format": "scopeblind:audit-bundle:v1", |
| 3 | + "generated_at": "2026-03-22T00:00:00Z", |
| 4 | + "issuer": "protect-mcp", |
| 5 | + "description": "Sample audit bundle with 3 receipts from a protect-mcp session.", |
| 6 | + "verification": { |
| 7 | + "signing_keys": [ |
| 8 | + { |
| 9 | + "kty": "OKP", |
| 10 | + "crv": "Ed25519", |
| 11 | + "kid": "kPrK_qmxVWaYVA9wwBF6Iuo3vVzz7TxHCTwXBygrS4k", |
| 12 | + "x": "11qYAYKxCrfVS_7TyWQHOg7hcvPapiMlrwIaaPcHURo", |
| 13 | + "use": "sig" |
| 14 | + } |
| 15 | + ] |
| 16 | + }, |
| 17 | + "receipts": [ |
| 18 | + { |
| 19 | + "v": 2, |
| 20 | + "type": "decision_receipt", |
| 21 | + "algorithm": "ed25519", |
| 22 | + "kid": "kPrK_qmxVWaYVA9wwBF6Iuo3vVzz7TxHCTwXBygrS4k", |
| 23 | + "issuer": "sb:test", |
| 24 | + "issued_at": "2026-01-01T00:00:00Z", |
| 25 | + "payload": { |
| 26 | + "decision": "allow", |
| 27 | + "policy_digest": "sha256:abcdef0123456789", |
| 28 | + "scope": "my-service", |
| 29 | + "tool": "read_database", |
| 30 | + "tier": "signed-known", |
| 31 | + "mode": "shadow", |
| 32 | + "reason_code": "policy_match", |
| 33 | + "request_id": "req_test_001" |
| 34 | + }, |
| 35 | + "signature": "324a966f8d4e6652e2270311c9682157d5adc01f1f019d84b24a1125220869a5c5a0fc0096ed3afffaa66ac36cfbbd97e60d9c5f7ad632a2cf11c45c2c50fd0d" |
| 36 | + }, |
| 37 | + { |
| 38 | + "v": 2, |
| 39 | + "type": "gateway_restraint", |
| 40 | + "algorithm": "ed25519", |
| 41 | + "kid": "kPrK_qmxVWaYVA9wwBF6Iuo3vVzz7TxHCTwXBygrS4k", |
| 42 | + "issuer": "sb:protect", |
| 43 | + "issued_at": "2026-01-01T00:01:00Z", |
| 44 | + "payload": { |
| 45 | + "tool": "delete_user", |
| 46 | + "decision": "deny", |
| 47 | + "reason_code": "tier_insufficient", |
| 48 | + "policy_digest": "sha256:abcdef0123456789", |
| 49 | + "agent_id": "sb:agent:test-bot", |
| 50 | + "tier": "unknown", |
| 51 | + "mode": "enforce" |
| 52 | + }, |
| 53 | + "signature": "e0acddfd57dac1d1cd1a7b48d4554c81cede6bf44aa40f97ed5cbf8825e4157ec1fb44527b0b2cc17b24e5853b2190e02e5c7a826c3919592e693f09c04fac0e" |
| 54 | + }, |
| 55 | + { |
| 56 | + "v": 2, |
| 57 | + "type": "trust_ticket", |
| 58 | + "algorithm": "ed25519", |
| 59 | + "kid": "kPrK_qmxVWaYVA9wwBF6Iuo3vVzz7TxHCTwXBygrS4k", |
| 60 | + "issuer": "sb:trust-authority", |
| 61 | + "issued_at": "2026-01-15T12:00:00Z", |
| 62 | + "payload": { |
| 63 | + "tier": "evidenced", |
| 64 | + "scope": "production", |
| 65 | + "expires_at": "2026-02-01T00:00:00Z", |
| 66 | + "agent_id": "sb:agent:verified-bot", |
| 67 | + "manifest_hash": "sha256:manifest_hash_example", |
| 68 | + "evidence_summary": { |
| 69 | + "receipt_count": 150, |
| 70 | + "epoch_span": 30, |
| 71 | + "issuer_count": 5 |
| 72 | + } |
| 73 | + }, |
| 74 | + "signature": "c4e5b0048449d0f6757877410d3066f285dc07d1f73ec1e4f6222ec2f3a95a3953db3f3c9a3079c7a7cef837e36d522791a095884633f52d42876b1b25ae6600" |
| 75 | + } |
| 76 | + ], |
| 77 | + "_note": "Verify with: npx @veritasacta/verify sample-bundle.json --bundle" |
| 78 | +} |
0 commit comments