|
| 1 | +{ |
| 2 | + "schema_version": "aether.cross-agent-evidence-packet/v1", |
| 3 | + "packet": { |
| 4 | + "id": "packet/synthetic-software-research", |
| 5 | + "version": "1.0.0", |
| 6 | + "producer": "example/research-agent", |
| 7 | + "workflow_id": "software-release-review", |
| 8 | + "revision": "synthetic-revision-2", |
| 9 | + "created_at": "2026-09-04T13:00:00Z" |
| 10 | + }, |
| 11 | + "payload": { |
| 12 | + "request": { |
| 13 | + "id": "task/synthetic-software-research", |
| 14 | + "objective": "Identify the bounded compatibility statement in the supplied public release note.", |
| 15 | + "scope": ["synthetic endpoint compatibility"], |
| 16 | + "public_inputs_only": true |
| 17 | + }, |
| 18 | + "evidence": { |
| 19 | + "attachments": [ |
| 20 | + { |
| 21 | + "id": "attachment/software-source", |
| 22 | + "kind": "relative-file", |
| 23 | + "path": "attachments/software-source.txt", |
| 24 | + "url": null, |
| 25 | + "media_type": "text/plain", |
| 26 | + "bytes": 55, |
| 27 | + "digest": {"algorithm": "sha256-bytes", "value": "272936643ef588a6c5ca28e504417a0debf83b057c64cb985b0b962fa4006aa0"}, |
| 28 | + "sensitivity": "public", |
| 29 | + "content_treatment": "untrusted-evidence" |
| 30 | + } |
| 31 | + ], |
| 32 | + "sources": [ |
| 33 | + { |
| 34 | + "id": "source/synthetic-release-note", |
| 35 | + "url": "https://example.invalid/software/releases/v2", |
| 36 | + "stable_source_id": "synthetic-software-v2", |
| 37 | + "authority": "official", |
| 38 | + "jurisdiction_id": "GLOBAL", |
| 39 | + "retrieved_at": "2026-09-04T12:50:00Z", |
| 40 | + "effective_at": "2026-09-01T00:00:00Z", |
| 41 | + "rights": "Synthetic fixture; unrestricted test use.", |
| 42 | + "digest": {"algorithm": "sha256-bytes", "value": "272936643ef588a6c5ca28e504417a0debf83b057c64cb985b0b962fa4006aa0"}, |
| 43 | + "attachment_ids": ["attachment/software-source"], |
| 44 | + "excerpts": [ |
| 45 | + { |
| 46 | + "id": "excerpt/synthetic-endpoint-removal", |
| 47 | + "attachment_id": "attachment/software-source", |
| 48 | + "start_byte": 0, |
| 49 | + "end_byte": 55, |
| 50 | + "digest": {"algorithm": "sha256-bytes", "value": "272936643ef588a6c5ca28e504417a0debf83b057c64cb985b0b962fa4006aa0"} |
| 51 | + } |
| 52 | + ] |
| 53 | + } |
| 54 | + ] |
| 55 | + }, |
| 56 | + "findings": { |
| 57 | + "items": [ |
| 58 | + { |
| 59 | + "id": "finding/synthetic-removal", |
| 60 | + "statement": "The synthetic version 2.0 note states that an endpoint was removed.", |
| 61 | + "status": "partial", |
| 62 | + "evidence_refs": ["source/synthetic-release-note", "excerpt/synthetic-endpoint-removal"], |
| 63 | + "uncertainty": "The fixture does not identify a replacement endpoint.", |
| 64 | + "limitations": ["Synthetic release note only."] |
| 65 | + } |
| 66 | + ], |
| 67 | + "rejected_claims": ["The fixture proves all callers are incompatible."], |
| 68 | + "overall_limitations": ["No runtime behavior was tested."] |
| 69 | + }, |
| 70 | + "provenance": { |
| 71 | + "transformations": [{"id": "transform/exact-byte-span", "operation": "select-exact-byte-span", "input_refs": ["attachment/software-source"], "output_refs": ["excerpt/synthetic-endpoint-removal"]}], |
| 72 | + "tools": [{"name": "example-research-tool", "version": "1.0.0"}] |
| 73 | + }, |
| 74 | + "policy": { |
| 75 | + "destination_scope": ["example/software-consumer"], |
| 76 | + "maximum_sensitivity": "public", |
| 77 | + "required_policy_ids": ["example/public-evidence-policy/v1"], |
| 78 | + "required_session_capabilities": [], |
| 79 | + "grants_capabilities": false, |
| 80 | + "max_attachment_count": 2, |
| 81 | + "max_attachment_bytes": 4096, |
| 82 | + "contains_private_data": false |
| 83 | + }, |
| 84 | + "review": { |
| 85 | + "human": {"status": "pending", "reviewer": null, "reviewed_at": null, "evidence": null}, |
| 86 | + "sanitization": {"status": "approved", "reviewer": "fixture-reviewer", "reviewed_at": "2026-09-04T13:05:00Z", "evidence": "review/synthetic-software"}, |
| 87 | + "declassification": {"status": "not-applicable", "reviewer": null, "reviewed_at": null, "evidence": null} |
| 88 | + }, |
| 89 | + "lifecycle": { |
| 90 | + "state": "partial", |
| 91 | + "freshness": {"status": "current", "evaluated_at": "2026-09-04T13:00:00Z", "valid_until": "2026-12-01T00:00:00Z"}, |
| 92 | + "expires_at": "2026-12-01T00:00:00Z", |
| 93 | + "superseded_by": null, |
| 94 | + "revocation": null, |
| 95 | + "incompatibility": null, |
| 96 | + "partial_failures": ["Replacement endpoint was not supplied."] |
| 97 | + } |
| 98 | + }, |
| 99 | + "integrity": { |
| 100 | + "envelope_digest": {"algorithm": "sha256-canonical-json", "value": "f72de0ae26fcf103e168621f3e6aab2bc9c07b373aaa866f19a885813dd0cad1"}, |
| 101 | + "signature": {"status": "unverified", "algorithm": "example-signature", "key_id": "fixture-key", "value": "synthetic-signature"} |
| 102 | + } |
| 103 | +} |
0 commit comments