docs(provenance): bind immutable Space source

#4
Files changed (1) hide show
  1. SPACE_PROVENANCE.json +64 -0
SPACE_PROVENANCE.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "szl.space-source-attestation/v1",
3
+ "observed_at": "2026-07-12T01:54:25Z",
4
+ "space": {
5
+ "id": "SZLHOLDINGS/sda",
6
+ "repository_type": "space",
7
+ "sdk": "docker",
8
+ "runtime_stage_observed": "RUNNING",
9
+ "artifact_kind": "space-repository-snapshot",
10
+ "purpose": "Sovereign-domain-awareness demonstration for anomaly detection, track fusion, and receipt-bound verdicts.",
11
+ "source_files_reviewed": [
12
+ "README.md",
13
+ "Dockerfile",
14
+ "server.py",
15
+ "szl_source_attestation.py",
16
+ "index.html",
17
+ "assets/sda-fabric.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/sda",
25
+ "artifact_base_revision": "ab447a66e7f9fed85f29616194c601937aced174",
26
+ "artifact_base_state": "MEASURED_PRE_ATTESTATION_BASE",
27
+ "artifact_base_url": "https://huggingface.co/spaces/SZLHOLDINGS/sda/tree/ab447a66e7f9fed85f29616194c601937aced174",
28
+ "file_count": 15,
29
+ "total_bytes": 780069,
30
+ "tree_sha256": "24e9c97afdeb9dd4778f148a11372831726b77fb086a718915389dba267fccff",
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/sda",
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/DHI/tsod",
40
+ "https://github.com/GraGODs/GraGOD",
41
+ "https://github.com/brandon-rhodes/python-sgp4",
42
+ "https://github.com/d-ailin/GDN",
43
+ "https://github.com/datamllab/tods",
44
+ "https://github.com/pygod-team/pygod",
45
+ "https://github.com/salesforce/Merlion",
46
+ "https://github.com/szl-holdings",
47
+ "https://github.com/yzhao062/pyod"
48
+ ],
49
+ "contextual_reference_role": "DOCUMENTATION_RESEARCH_DEPENDENCY_OR_ORGANIZATION_CONTEXT_NOT_BUILD_SOURCE_PARITY"
50
+ },
51
+ "claims": {
52
+ "full_github_repository_parity": "NOT_CLAIMED",
53
+ "reproducible_build": "NOT_CLAIMED",
54
+ "binary_provenance": "NOT_CLAIMED",
55
+ "serving_process_revision": "NOT_CLAIMED"
56
+ },
57
+ "limits": [
58
+ "The attestation overlay cannot self-embed its resulting Hub commit, so artifact_base_revision is the immutable measured pre-overlay tree.",
59
+ "Repository-head evidence does not prove the exact serving-process revision during a rolling deployment.",
60
+ "Reproducible build, binary provenance, and serving-process identity are not claimed.",
61
+ "No claim is made about private repositories or unobserved producer systems.",
62
+ "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."
63
+ ]
64
+ }