betterwithage commited on
Commit
f1deae4
·
verified ·
1 Parent(s): 8a42637

Publish fail-closed runtime proof audit

Browse files

Records observed reachability and provider runtime state.
Served revision, deployment identity, function, persistence, and readiness remain blocked.

Files changed (1) hide show
  1. RUNTIME_DEPLOYMENT_PROOF_AUDIT.json +107 -0
RUNTIME_DEPLOYMENT_PROOF_AUDIT.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "blockers": [
3
+ {
4
+ "code": "HEALTH_ENDPOINT_NOT_DECLARED",
5
+ "detail": "No safe GET health endpoint was found in the selected exact-head source files"
6
+ },
7
+ {
8
+ "code": "READINESS_ENDPOINT_NOT_DECLARED",
9
+ "detail": "No safe GET readiness endpoint was found in the selected exact-head source files"
10
+ },
11
+ {
12
+ "code": "SERVED_REVISION_NOT_EXPOSED",
13
+ "detail": "No public response exposed the exact repository head as a served revision"
14
+ },
15
+ {
16
+ "code": "BUILD_ARTIFACT_DEPLOYMENT_IDENTITY_NOT_EXPOSED",
17
+ "detail": "No public response exposed structured build, artifact, or deployment identity"
18
+ },
19
+ {
20
+ "code": "SOURCE_TO_DEPLOYMENT_BINDING_NOT_ESTABLISHED",
21
+ "detail": "No single public response bound the exact source head to build, artifact, or deployment identity"
22
+ },
23
+ {
24
+ "code": "FUNCTIONAL_BEHAVIOR_NOT_EXERCISED",
25
+ "detail": "No unambiguously documented safe read-only functional request completed with 2xx"
26
+ },
27
+ {
28
+ "code": "DURABLE_PERSISTENCE_NOT_VERIFIED",
29
+ "detail": "A read-only audit did not perform an authorized write, readback, restart, and recovery sequence"
30
+ }
31
+ ],
32
+ "claims": {
33
+ "build_artifact_deployment_identity": {
34
+ "probe_paths": [],
35
+ "state": "NOT_OBSERVED"
36
+ },
37
+ "complete_source_to_deployment_binding": {
38
+ "probe_paths": [],
39
+ "state": "NOT_ESTABLISHED"
40
+ },
41
+ "durable_write_readback_recovery": {
42
+ "independent_write_readback_restart_recovery_exercised": false,
43
+ "reason": "Public read-only probes cannot establish durable persistence without an authorized controlled write and recovery witness",
44
+ "state": "NOT_ESTABLISHED",
45
+ "structured_prior-evidence_bundle_observed": false
46
+ },
47
+ "functional_behavior": {
48
+ "attempted_paths": [],
49
+ "state": "NOT_EXERCISED",
50
+ "successful_paths": []
51
+ },
52
+ "immutable_served_revision_binding": {
53
+ "probe_paths": [],
54
+ "state": "NOT_OBSERVED"
55
+ },
56
+ "production_ready": false
57
+ },
58
+ "document_kind": "additive_fail_closed_runtime_deployment_evidence",
59
+ "head_stable_during_audit": true,
60
+ "observed_at": "2026-08-31T03:18:30.092351Z",
61
+ "production_ready": false,
62
+ "public_http_probes": [
63
+ {
64
+ "classification": "root",
65
+ "hash_scope": "complete_response",
66
+ "observed_final_url": "https://szlholdings-immune.hf.space/",
67
+ "path": "/",
68
+ "response_sha256": "31b012bad63e84673eb21b35e5ec480ff47950612d78861d92f53f519d798110",
69
+ "status": 200
70
+ }
71
+ ],
72
+ "public_url": "https://szlholdings-immune.hf.space",
73
+ "publication_constraints": {
74
+ "destination_must_be_absent": true,
75
+ "destination_path": "RUNTIME_DEPLOYMENT_PROOF_AUDIT.json",
76
+ "expected_parent_sha": "8a42637adf070f82d1fd6e998ea07441ad974e47",
77
+ "overwrite_forbidden": true,
78
+ "remote_publication_performed": true
79
+ },
80
+ "publication_evidence": {
81
+ "commit_sha_binding": "REPOSITORY_HISTORY_AND_EXTERNAL_BATCH_RECEIPT",
82
+ "deployment_trigger_or_restart_effect": "NOT_INFERRED",
83
+ "destination_path": "RUNTIME_DEPLOYMENT_PROOF_AUDIT.json",
84
+ "docker_runtime_serves_this_document": "NOT_CLAIMED",
85
+ "method": "HUGGING_FACE_ATOMIC_COMMIT",
86
+ "post_commit_head_and_bytes_verification": "REQUIRED",
87
+ "required_parent_sha": "8a42637adf070f82d1fd6e998ea07441ad974e47",
88
+ "state": "PUBLISHED_IN_THIS_ATOMIC_COMMIT"
89
+ },
90
+ "repository_head_observed": "8a42637adf070f82d1fd6e998ea07441ad974e47",
91
+ "runtime": {
92
+ "disabled": false,
93
+ "gated": false,
94
+ "hardware": {
95
+ "current": "cpu-basic",
96
+ "requested": "cpu-basic"
97
+ },
98
+ "private": false,
99
+ "requested_hardware": null,
100
+ "sdk": "docker",
101
+ "sleep_time_seconds": null,
102
+ "stage": "RUNNING",
103
+ "storage": null
104
+ },
105
+ "schema": "szl.hf.runtime-deployment-proof-audit/v1",
106
+ "space": "SZLHOLDINGS/immune"
107
+ }