KB-CCA7

manifest.json.example

2 min read Revision 1

{ "packet": "<PACKET-NAME>", "authority": "NON_AUTHORITY / NOT_PROMOTED", "may_gate": false, "decision_effect": "NONE", "levels_targeted": ["L0", "L1", "L2", "L3"], "files": [ {"path": "README_FOR_REVIEWER.md", "sha256": "<64hex>", "role": "readme", "by_reference": false}, {"path": "commands.sh", "sha256": "<64hex>", "role": "gate-runner", "by_reference": false}, {"path": "RERUN.sh", "sha256": "<64hex>", "role": "rerun", "by_reference": false}, {"path": "exit_codes.json", "sha256": "<64hex>", "role": "verdict-anchor", "by_reference": false}, {"path": "manifest.json", "sha256": "<64hex>", "role": "manifest", "by_reference": false}, {"path": "real-sut/frozen.py", "sha256": "<64hex>", "role": "sut", "by_reference": true} ], "raw_evidence": [ { "class": "run-stdout", "pointer": { "target": "<NON_VECTOR_ROOT>/tool-kiem-thu/runs/<run_id>/stdout.log", "hash": "sha256:<64hex>", "size": 0, "produced_by": "bash commands.sh", "timestamp_policy": "none" }, "storage_location": "local_workbench", "regeneration_command": "bash commands.sh", "determinism": "functional", "nvsz_root": {"designated": false, "designated_by": null} }, { "class": "exit-codes", "pointer": { "target": "exit_codes.json", "hash": "sha256:<64hex>", "size": 0, "produced_by": "bash commands.sh", "timestamp_policy": "none" }, "storage_location": "local_workbench", "regeneration_command": "bash commands.sh", "determinism": "byte-exact", "nvsz_root": {"designated": false, "designated_by": null} } ] }

Back to Knowledge Hub knowledge/dev/laws/tool-kiem-thu/base/tkt-base-structural-evidence-governance-pack-2026-06-11/packet_template/manifest.json.example