-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathreceipt.json
More file actions
149 lines (149 loc) · 4.18 KB
/
Copy pathreceipt.json
File metadata and controls
149 lines (149 loc) · 4.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"schema": "runx.receipt.v1",
"id": "sha256:fc1bb8c2027c1b0a76d8095a1d6c112e37a4f4d144991be4d505ec21314ccd39",
"created_at": "2026-06-10T00:00:00Z",
"canonicalization": "runx.receipt.c14n.v1",
"issuer": {
"type": "hosted",
"kid": "runx-cli-verify-fixture-key",
"public_key_sha256": "sha256:63ed95d660e07cb98ff0e163db81e165d32e0ff9717c6c430a477d6946c99614"
},
"signature": {
"alg": "Ed25519",
"value": "base64:eA_ArVNbtVLzPGXyAyhO6c9Ibd623vu5VSGFtoBTZaJAX4syLrbnr46DOLhhZh-KHe8bF1SYPFM8RXxHF_xCBw"
},
"digest": "sha256:e843a3e47631146b1dac7abae3c40adffc32b1ef3c167ed317b1d163afdb41a4",
"idempotency": {
"intent_key": "sha256:receipt-verify-production-tampered-intent",
"trigger_fingerprint": "sha256:receipt-verify-production-tampered-trigger",
"content_hash": "sha256:receipt-verify-production-tampered-content"
},
"subject": {
"kind": "skill",
"ref": {
"type": "harness",
"uri": "hrn_receipt-verify_production-tampered"
},
"commitments": []
},
"authority": {
"actor_ref": {
"type": "principal",
"uri": "runx:principal:local_runtime"
},
"grant_refs": [],
"scope_refs": [],
"authority_proof_refs": [],
"attenuation": {
"parent_authority_ref": null,
"subset_proof": null
},
"terms": [],
"enforcement": {
"profile_hash": "sha256:runtime-skeleton-enforcement",
"redaction_refs": [],
"setup_refs": [],
"teardown_refs": []
}
},
"signals": [],
"decisions": [
{
"decision_id": "dec_production-tampered",
"choice": "open",
"inputs": {
"signal_refs": [],
"target_ref": null,
"opportunity_refs": [],
"selection_ref": null
},
"proposed_intent": {
"purpose": "Open runtime node production-tampered",
"legitimacy": "Local graph execution requested this node",
"success_criteria": [],
"constraints": [],
"derived_from": []
},
"selected_act_id": "act_production-tampered",
"selected_harness_ref": null,
"justification": {
"summary": "runtime graph planner selected this node",
"evidence_refs": []
},
"closure": null,
"artifact_refs": [
{
"type": "artifact",
"uri": "runx:artifact:artifact_production-tampered",
"locator": "artifact_production-tampered",
"label": "artifact"
}
]
}
],
"acts": [
{
"id": "act_production-tampered",
"form": "observation",
"intent": {
"purpose": "Run graph step production-tampered",
"legitimacy": "Runtime graph execution was admitted by the local harness",
"success_criteria": [
{
"criterion_id": "process_exit",
"statement": "cli-tool exits successfully",
"required": true
}
],
"constraints": [],
"derived_from": []
},
"summary": "Executed graph step production-tampered",
"criterion_bindings": [
{
"criterion_id": "process_exit",
"status": "verified",
"evidence_refs": [],
"verification_refs": [],
"summary": "cli-tool exited successfully"
}
],
"source_refs": [],
"target_refs": [],
"artifact_refs": [
{
"type": "artifact",
"uri": "runx:artifact:artifact_production-tampered",
"locator": "artifact_production-tampered",
"label": "artifact"
}
],
"closure": {
"disposition": "closed",
"reason_code": "process_exit",
"summary": "cli-tool exited successfully",
"closed_at": "2026-06-10T00:00:00Z"
}
}
],
"seal": {
"disposition": "closed",
"reason_code": "process_closed",
"summary": "step production-tampered completed",
"closed_at": "2026-06-10T00:00:00Z",
"last_observed_at": "2026-06-10T00:00:00Z",
"criteria": [
{
"criterion_id": "process_exit",
"status": "verified",
"evidence_refs": [],
"verification_refs": [],
"summary": "cli-tool exited successfully"
}
]
},
"lineage": {
"children": [],
"sync": []
}
}