docs(provenance): bind immutable Space source

#4
Files changed (1) hide show
  1. SPACE_PROVENANCE.json +56 -0
SPACE_PROVENANCE.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "szl.space-source-attestation/v1",
3
+ "observed_at": "2026-07-12T01:54:25Z",
4
+ "space": {
5
+ "id": "SZLHOLDINGS/cosmos",
6
+ "repository_type": "space",
7
+ "sdk": "docker",
8
+ "runtime_stage_observed": "RUNNING",
9
+ "artifact_kind": "space-repository-snapshot",
10
+ "purpose": "Holographic constellation of the estate, A11OY, Killinchu, and receipt nodes.",
11
+ "source_files_reviewed": [
12
+ "README.md",
13
+ "Dockerfile",
14
+ "server.py",
15
+ "szl_source_attestation.py",
16
+ "index.html",
17
+ "app.js"
18
+ ]
19
+ },
20
+ "source_of_record": {
21
+ "state": "VERIFIED_HF_SOURCE_OF_RECORD",
22
+ "relation": "hf-native-source-of-record",
23
+ "platform": "huggingface",
24
+ "repository": "SZLHOLDINGS/cosmos",
25
+ "artifact_base_revision": "a3a8d3d4217d018c246c3d660c062a14ae185abe",
26
+ "artifact_base_state": "MEASURED_PRE_ATTESTATION_BASE",
27
+ "artifact_base_url": "https://huggingface.co/spaces/SZLHOLDINGS/cosmos/tree/a3a8d3d4217d018c246c3d660c062a14ae185abe",
28
+ "file_count": 26,
29
+ "total_bytes": 1045629,
30
+ "tree_sha256": "0cec5b7faecae26a0cbda83137f8c8cc5a865a5c105615b49e5f8f282ddbee90",
31
+ "tree_hash_algorithm": "sha256 of UTF-8 path + NUL + per-file content sha256 + LF, sorted by path; .cache excluded"
32
+ },
33
+ "public_github": {
34
+ "state": "NO_DIRECT_PUBLIC_SAME_NAME_REPOSITORY_OBSERVED",
35
+ "same_name_candidate": "https://github.com/szl-holdings/cosmos",
36
+ "same_name_candidate_http_status": 404,
37
+ "observation_semantics": "A public 404 does not establish the absence of a private repository.",
38
+ "contextual_references": [
39
+ "https://github.com/szl-holdings"
40
+ ],
41
+ "contextual_reference_role": "DOCUMENTATION_RESEARCH_DEPENDENCY_OR_ORGANIZATION_CONTEXT_NOT_BUILD_SOURCE_PARITY"
42
+ },
43
+ "claims": {
44
+ "full_github_repository_parity": "NOT_CLAIMED",
45
+ "reproducible_build": "NOT_CLAIMED",
46
+ "binary_provenance": "NOT_CLAIMED",
47
+ "serving_process_revision": "NOT_CLAIMED"
48
+ },
49
+ "limits": [
50
+ "The attestation overlay cannot self-embed its resulting Hub commit, so artifact_base_revision is the immutable measured pre-overlay tree.",
51
+ "Repository-head evidence does not prove the exact serving-process revision during a rolling deployment.",
52
+ "Reproducible build, binary provenance, and serving-process identity are not claimed.",
53
+ "No claim is made about private repositories or unobserved producer systems.",
54
+ "The existing live deployment-source endpoint continues to describe the unresolved external-source boundary; this artifact establishes the Hub repository as source of record for the measured Space tree."
55
+ ]
56
+ }