Spaces:
Running
Running
docs(provenance): bind immutable Space source
#2
by betterwithage - opened
- SPACE_PROVENANCE.json +54 -0
SPACE_PROVENANCE.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "szl.space-source-attestation/v1",
|
| 3 |
+
"observed_at": "2026-07-12T01:54:25Z",
|
| 4 |
+
"space": {
|
| 5 |
+
"id": "SZLHOLDINGS/david-leads",
|
| 6 |
+
"repository_type": "space",
|
| 7 |
+
"sdk": "docker",
|
| 8 |
+
"runtime_stage_observed": "RUNNING",
|
| 9 |
+
"artifact_kind": "space-repository-snapshot",
|
| 10 |
+
"purpose": "Public-data insurance lead intelligence with bounded Ouroboros proposals and provenance receipts.",
|
| 11 |
+
"source_files_reviewed": [
|
| 12 |
+
"README.md",
|
| 13 |
+
"Dockerfile",
|
| 14 |
+
"app/server.py",
|
| 15 |
+
"app/oroboros.py",
|
| 16 |
+
"app/formulas.py"
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"source_of_record": {
|
| 20 |
+
"state": "VERIFIED_HF_SOURCE_OF_RECORD",
|
| 21 |
+
"relation": "hf-native-source-of-record",
|
| 22 |
+
"platform": "huggingface",
|
| 23 |
+
"repository": "SZLHOLDINGS/david-leads",
|
| 24 |
+
"artifact_base_revision": "fdac85e487a110f0022453480f977d63b90883e6",
|
| 25 |
+
"artifact_base_state": "MEASURED_PRE_ATTESTATION_BASE",
|
| 26 |
+
"artifact_base_url": "https://huggingface.co/spaces/SZLHOLDINGS/david-leads/tree/fdac85e487a110f0022453480f977d63b90883e6",
|
| 27 |
+
"file_count": 48,
|
| 28 |
+
"total_bytes": 2592487,
|
| 29 |
+
"tree_sha256": "0d5bc15b25b57a87c46b8e414b11dfcda467c1f6e8538bc0a80ada2663893ec1",
|
| 30 |
+
"tree_hash_algorithm": "sha256 of UTF-8 path + NUL + per-file content sha256 + LF, sorted by path; .cache excluded"
|
| 31 |
+
},
|
| 32 |
+
"public_github": {
|
| 33 |
+
"state": "NO_DIRECT_PUBLIC_SAME_NAME_REPOSITORY_OBSERVED",
|
| 34 |
+
"same_name_candidate": "https://github.com/szl-holdings/david-leads",
|
| 35 |
+
"same_name_candidate_http_status": 404,
|
| 36 |
+
"observation_semantics": "A public 404 does not establish the absence of a private repository.",
|
| 37 |
+
"contextual_references": [
|
| 38 |
+
"https://github.com/szl-holdings"
|
| 39 |
+
],
|
| 40 |
+
"contextual_reference_role": "DOCUMENTATION_RESEARCH_DEPENDENCY_OR_ORGANIZATION_CONTEXT_NOT_BUILD_SOURCE_PARITY"
|
| 41 |
+
},
|
| 42 |
+
"claims": {
|
| 43 |
+
"full_github_repository_parity": "NOT_CLAIMED",
|
| 44 |
+
"reproducible_build": "NOT_CLAIMED",
|
| 45 |
+
"binary_provenance": "NOT_CLAIMED",
|
| 46 |
+
"serving_process_revision": "NOT_CLAIMED"
|
| 47 |
+
},
|
| 48 |
+
"limits": [
|
| 49 |
+
"The attestation overlay cannot self-embed its resulting Hub commit, so artifact_base_revision is the immutable measured pre-overlay tree.",
|
| 50 |
+
"Repository-head evidence does not prove the exact serving-process revision during a rolling deployment.",
|
| 51 |
+
"Reproducible build, binary provenance, and serving-process identity are not claimed.",
|
| 52 |
+
"No claim is made about private repositories or unobserved producer systems."
|
| 53 |
+
]
|
| 54 |
+
}
|