docs(provenance): bind immutable Space source

#3
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/README",
6
+ "repository_type": "space",
7
+ "sdk": "static",
8
+ "runtime_stage_observed": "RUNNING",
9
+ "artifact_kind": "space-repository-snapshot",
10
+ "purpose": "Static organization portfolio and governed-AI entry surface.",
11
+ "source_files_reviewed": [
12
+ "README.md",
13
+ "HONEST_DISCLOSURE.md",
14
+ "index.html",
15
+ "js/main.js"
16
+ ]
17
+ },
18
+ "source_of_record": {
19
+ "state": "VERIFIED_HF_SOURCE_OF_RECORD",
20
+ "relation": "hf-native-source-of-record",
21
+ "platform": "huggingface",
22
+ "repository": "SZLHOLDINGS/README",
23
+ "artifact_base_revision": "fae3dcb371bce070f1ba4cf0fe1083ad8657117b",
24
+ "artifact_base_state": "MEASURED_PRE_ATTESTATION_BASE",
25
+ "artifact_base_url": "https://huggingface.co/spaces/SZLHOLDINGS/README/tree/fae3dcb371bce070f1ba4cf0fe1083ad8657117b",
26
+ "file_count": 52,
27
+ "total_bytes": 11154868,
28
+ "tree_sha256": "358d0aaa8224a17883aaaef535ce95d886f09f5fc67ed62eff8a833cfdd6f9a5",
29
+ "tree_hash_algorithm": "sha256 of UTF-8 path + NUL + per-file content sha256 + LF, sorted by path; .cache excluded"
30
+ },
31
+ "public_github": {
32
+ "state": "NO_DIRECT_PUBLIC_SAME_NAME_REPOSITORY_OBSERVED",
33
+ "same_name_candidate": "https://github.com/szl-holdings/README",
34
+ "same_name_candidate_http_status": 404,
35
+ "observation_semantics": "A public 404 does not establish the absence of a private repository.",
36
+ "contextual_references": [
37
+ "https://github.com/szl-holdings",
38
+ "https://github.com/szl-holdings/governed-receipt-spec",
39
+ "https://github.com/szl-holdings/lutar-lean",
40
+ "https://github.com/szl-holdings/szl-papers"
41
+ ],
42
+ "contextual_reference_role": "DOCUMENTATION_RESEARCH_DEPENDENCY_OR_ORGANIZATION_CONTEXT_NOT_BUILD_SOURCE_PARITY"
43
+ },
44
+ "claims": {
45
+ "full_github_repository_parity": "NOT_CLAIMED",
46
+ "reproducible_build": "NOT_CLAIMED",
47
+ "binary_provenance": "NOT_CLAIMED",
48
+ "serving_process_revision": "NOT_CLAIMED"
49
+ },
50
+ "limits": [
51
+ "The attestation overlay cannot self-embed its resulting Hub commit, so artifact_base_revision is the immutable measured pre-overlay tree.",
52
+ "Repository-head evidence does not prove the exact serving-process revision during a rolling deployment.",
53
+ "Reproducible build, binary provenance, and serving-process identity are not claimed.",
54
+ "No claim is made about private repositories or unobserved producer systems."
55
+ ]
56
+ }