proofbundle 5.1.0__tar.gz → 6.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1057) hide show
  1. proofbundle-6.0.0/MANIFEST.in +131 -0
  2. proofbundle-6.0.0/PKG-INFO +317 -0
  3. proofbundle-6.0.0/README.md +250 -0
  4. proofbundle-6.0.0/conformance/agent_review/_generator/build_vectors.py +597 -0
  5. proofbundle-6.0.0/conformance/agent_review/_regression/v01_unter_510.json +131 -0
  6. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-blocking-policy-rejects/case.json +19 -0
  7. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-blocking-policy-rejects/policy.json +13 -0
  8. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-blocking-policy-rejects/predicate.json +50 -0
  9. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-coverage-partial-must-name-its-gap/case.json +16 -0
  10. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-coverage-partial-must-name-its-gap/predicate.json +47 -0
  11. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-disclosure-core-digest-is-required/case.json +16 -0
  12. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-disclosure-core-digest-is-required/predicate.json +49 -0
  13. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-fixcommit-must-be-the-full-sha/case.json +16 -0
  14. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-fixcommit-must-be-the-full-sha/predicate.json +59 -0
  15. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-limitation-codes-are-required/case.json +16 -0
  16. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-limitation-codes-are-required/predicate.json +43 -0
  17. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-unknown-coverage-is-insufficient-evidence/case.json +19 -0
  18. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-unknown-coverage-is-insufficient-evidence/predicate.json +47 -0
  19. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-unknown-predicate-type-is-refused/case.json +18 -0
  20. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-unknown-predicate-type-is-refused/envelope.json +9 -0
  21. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-without-policy-nothing-is-decided/case.json +19 -0
  22. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-counter-proof-without-policy-nothing-is-decided/predicate.json +50 -0
  23. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-current-v02-is-marked-current/case.json +18 -0
  24. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-current-v02-is-marked-current/envelope.json +9 -0
  25. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-default-policy-decides-accept/case.json +19 -0
  26. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-default-policy-decides-accept/predicate.json +50 -0
  27. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-emitter-default-is-v02/case.json +16 -0
  28. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-emitter-default-is-v02/predicate.json +50 -0
  29. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-fixcommit-full-sha-is-accepted/case.json +16 -0
  30. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-fixcommit-full-sha-is-accepted/predicate.json +59 -0
  31. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-legacy-v01-is-marked-legacy/case.json +18 -0
  32. proofbundle-6.0.0/conformance/agent_review/agent-review-v02-positive-control-legacy-v01-is-marked-legacy/envelope.json +9 -0
  33. proofbundle-6.0.0/conformance/agent_review/policies/default_v1.json +39 -0
  34. proofbundle-6.0.0/conformance/manifest.json +116 -0
  35. proofbundle-6.0.0/conformance/relation/generate_vectors.py +744 -0
  36. proofbundle-6.0.0/conformance/relation/malformed-relationships-successor/case.json +22 -0
  37. proofbundle-6.0.0/conformance/relation/malformed-relationships-successor/policy.json +7 -0
  38. proofbundle-6.0.0/conformance/relation/malformed-relationships-successor/pub.b64 +1 -0
  39. proofbundle-6.0.0/conformance/relation/malformed-relationships-successor/receipt.json +9 -0
  40. proofbundle-6.0.0/conformance/relation/malformed-relationships-successor/related_n.json +9 -0
  41. proofbundle-6.0.0/conformance/relation/null-relationships-successor/case.json +21 -0
  42. proofbundle-6.0.0/conformance/relation/null-relationships-successor/policy.json +7 -0
  43. proofbundle-6.0.0/conformance/relation/null-relationships-successor/pub.b64 +1 -0
  44. proofbundle-6.0.0/conformance/relation/null-relationships-successor/receipt.json +9 -0
  45. proofbundle-6.0.0/conformance/relation/null-relationships-successor/related_n.json +9 -0
  46. proofbundle-6.0.0/conformance/relation/statement-supersedes-verified-blocked/case.json +25 -0
  47. proofbundle-6.0.0/conformance/relation/statement-supersedes-verified-blocked/policy.json +15 -0
  48. proofbundle-6.0.0/conformance/relation/statement-supersedes-verified-blocked/pub.b64 +1 -0
  49. proofbundle-6.0.0/conformance/relation/statement-supersedes-verified-blocked/receipt.json +9 -0
  50. proofbundle-6.0.0/conformance/relation/statement-supersedes-verified-blocked/related_t.json +9 -0
  51. proofbundle-6.0.0/conformance/run_conformance.py +874 -0
  52. proofbundle-6.0.0/conformance/unshipped_spec_refs_baseline.json +24 -0
  53. proofbundle-6.0.0/docs/AGENT_REVIEW_PREDICATE.md +265 -0
  54. proofbundle-6.0.0/docs/readiness_pack/MANIFEST.sha256 +11 -0
  55. proofbundle-6.0.0/docs/readiness_pack/PROGRESS.md +39 -0
  56. proofbundle-6.0.0/docs/readiness_pack/REPRODUCTION_RUNBOOK.md +93 -0
  57. proofbundle-6.0.0/docs/readiness_pack/index.json +286 -0
  58. proofbundle-6.0.0/docs/readiness_pack/proofbundle/readiness_pack.bundle.json +16 -0
  59. proofbundle-6.0.0/docs/readiness_pack/proofbundle/readiness_pack.pub.b64 +1 -0
  60. proofbundle-6.0.0/pyproject.toml +257 -0
  61. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.block.md +8 -0
  62. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.publickey.hex +1 -0
  63. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.r2.block.md +8 -0
  64. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.r2.receipt.json +9 -0
  65. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.r3.receipt.json +9 -0
  66. proofbundle-6.0.0/receipts/agent_review/inspect_ai_5141.receipt.json +9 -0
  67. proofbundle-6.0.0/receipts/agent_review/proofbundle_147_comment.publickey.hex +1 -0
  68. proofbundle-6.0.0/receipts/agent_review/proofbundle_147_comment.r2.block.md +8 -0
  69. proofbundle-6.0.0/receipts/agent_review/proofbundle_147_comment.r2.publickey.hex +1 -0
  70. proofbundle-6.0.0/receipts/agent_review/proofbundle_147_comment.receipt.json +9 -0
  71. proofbundle-6.0.0/receipts/agent_review/proofbundle_162.receipt.json +9 -0
  72. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.block.md +8 -0
  73. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.publickey.hex +1 -0
  74. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.r2.block.md +8 -0
  75. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.r2.publickey.hex +1 -0
  76. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.r2.receipt.json +9 -0
  77. proofbundle-6.0.0/receipts/agent_review/proofbundle_185.receipt.json +9 -0
  78. proofbundle-6.0.0/scripts/audit_candidate_matrix.py +2744 -0
  79. proofbundle-6.0.0/scripts/build_reproducible.py +365 -0
  80. proofbundle-6.0.0/scripts/check_version_and_changelog.py +442 -0
  81. proofbundle-6.0.0/scripts/claims_hygiene_check.py +496 -0
  82. proofbundle-6.0.0/scripts/findings_register.py +504 -0
  83. proofbundle-6.0.0/scripts/fuzz_soak.py +302 -0
  84. proofbundle-6.0.0/scripts/gate_qualification_harness.py +862 -0
  85. proofbundle-6.0.0/scripts/mutant_signature_guard.py +312 -0
  86. proofbundle-6.0.0/scripts/mutation_check.py +1273 -0
  87. proofbundle-6.0.0/scripts/mutation_shard_weights.json +97 -0
  88. proofbundle-6.0.0/scripts/pre_tag_audit_gate.py +409 -0
  89. proofbundle-6.0.0/scripts/pre_tag_receipt_lib.py +291 -0
  90. proofbundle-6.0.0/scripts/release_text_hygiene.py +105 -0
  91. proofbundle-6.0.0/scripts/rust_parity_gate.py +387 -0
  92. proofbundle-6.0.0/scripts/rust_parity_registry.json +427 -0
  93. proofbundle-6.0.0/scripts/sign_readiness_artifact.py +371 -0
  94. proofbundle-6.0.0/scripts/test_manifest_gate.py +256 -0
  95. proofbundle-6.0.0/src/proofbundle/__init__.py +170 -0
  96. proofbundle-6.0.0/src/proofbundle/_statement_payload.py +64 -0
  97. proofbundle-6.0.0/src/proofbundle/_strict_json.py +257 -0
  98. proofbundle-6.0.0/src/proofbundle/_wire_b64.py +167 -0
  99. proofbundle-6.0.0/src/proofbundle/agent_review.py +2900 -0
  100. proofbundle-6.0.0/src/proofbundle/anchors.py +356 -0
  101. proofbundle-6.0.0/src/proofbundle/anchors_markovian.py +144 -0
  102. proofbundle-6.0.0/src/proofbundle/anchors_rootcommit.py +294 -0
  103. proofbundle-6.0.0/src/proofbundle/assurance.py +231 -0
  104. proofbundle-6.0.0/src/proofbundle/budget.py +352 -0
  105. proofbundle-6.0.0/src/proofbundle/bundle.py +780 -0
  106. proofbundle-6.0.0/src/proofbundle/checkpoint.py +1065 -0
  107. proofbundle-6.0.0/src/proofbundle/cli.py +3203 -0
  108. proofbundle-6.0.0/src/proofbundle/decision.py +921 -0
  109. proofbundle-6.0.0/src/proofbundle/evalclaim.py +618 -0
  110. proofbundle-6.0.0/src/proofbundle/evidence_pack.py +194 -0
  111. proofbundle-6.0.0/src/proofbundle/experimental/attested_inference.py +334 -0
  112. proofbundle-6.0.0/src/proofbundle/experimental/enclave.py +204 -0
  113. proofbundle-6.0.0/src/proofbundle/hashalg.py +265 -0
  114. proofbundle-6.0.0/src/proofbundle/hf_evals.py +330 -0
  115. proofbundle-6.0.0/src/proofbundle/intoto.py +682 -0
  116. proofbundle-6.0.0/src/proofbundle/outcome.py +979 -0
  117. proofbundle-6.0.0/src/proofbundle/persample.py +357 -0
  118. proofbundle-6.0.0/src/proofbundle/policies/agent-review-default-v1.json +39 -0
  119. proofbundle-6.0.0/src/proofbundle/policy.py +1373 -0
  120. proofbundle-6.0.0/src/proofbundle/public_transparency.py +343 -0
  121. proofbundle-6.0.0/src/proofbundle/relation.py +758 -0
  122. proofbundle-6.0.0/src/proofbundle/relation_statement.py +375 -0
  123. proofbundle-6.0.0/src/proofbundle/renewal.py +1178 -0
  124. proofbundle-6.0.0/src/proofbundle/sdjwt.py +269 -0
  125. proofbundle-6.0.0/src/proofbundle/sdjwt_issue.py +215 -0
  126. proofbundle-6.0.0/src/proofbundle/sdjwt_vc.py +229 -0
  127. proofbundle-6.0.0/src/proofbundle/statuslist.py +269 -0
  128. proofbundle-6.0.0/src/proofbundle/subject_binding.py +166 -0
  129. proofbundle-6.0.0/src/proofbundle/tlogproof.py +281 -0
  130. proofbundle-6.0.0/src/proofbundle/trust_pack.py +648 -0
  131. proofbundle-6.0.0/src/proofbundle.egg-info/PKG-INFO +317 -0
  132. proofbundle-6.0.0/src/proofbundle.egg-info/SOURCES.txt +950 -0
  133. proofbundle-6.0.0/tests/_lastdeckel.py +83 -0
  134. proofbundle-6.0.0/tests/conftest.py +817 -0
  135. proofbundle-6.0.0/tests/fixtures/kette_147/receipt.json +9 -0
  136. proofbundle-6.0.0/tests/ruecknahme_belegte_knoten.json +30 -0
  137. proofbundle-6.0.0/tests/test_a2_verifier_byteidentitaet_und_weiche.py +122 -0
  138. proofbundle-6.0.0/tests/test_a4_fixcommit_volle_sha.py +96 -0
  139. proofbundle-6.0.0/tests/test_ablehnungstext_rendert_beschraenkt.py +336 -0
  140. proofbundle-6.0.0/tests/test_agent_review_binding_semantics.py +374 -0
  141. proofbundle-6.0.0/tests/test_agent_review_conformance_runner.py +597 -0
  142. proofbundle-6.0.0/tests/test_agent_review_v01_regression.py +122 -0
  143. proofbundle-6.0.0/tests/test_agent_review_zeitsemantik.py +368 -0
  144. proofbundle-6.0.0/tests/test_attached_target_payload_oracle_l4_01.py +263 -0
  145. proofbundle-6.0.0/tests/test_attested_inference.py +100 -0
  146. proofbundle-6.0.0/tests/test_attested_inference_c5_probes.py +316 -0
  147. proofbundle-6.0.0/tests/test_attested_inference_hash_claim_without_bytes.py +63 -0
  148. proofbundle-6.0.0/tests/test_audit_candidate_360.py +651 -0
  149. proofbundle-6.0.0/tests/test_ausfuehrung_aus_quelltext_l5_g7_04.py +481 -0
  150. proofbundle-6.0.0/tests/test_automation_nie_nachsichtiger_als_ok.py +467 -0
  151. proofbundle-6.0.0/tests/test_budget.py +304 -0
  152. proofbundle-6.0.0/tests/test_budget_aufrufpunkte_sind_vollstaendig_erfasst.py +112 -0
  153. proofbundle-6.0.0/tests/test_budget_axis_measurement.py +143 -0
  154. proofbundle-6.0.0/tests/test_budget_konstanten_sind_gepinnt.py +98 -0
  155. proofbundle-6.0.0/tests/test_budget_kostenkurve.py +3503 -0
  156. proofbundle-6.0.0/tests/test_bughunt_361_automation_failopen.py +134 -0
  157. proofbundle-6.0.0/tests/test_bughunt_361_never_raise.py +461 -0
  158. proofbundle-6.0.0/tests/test_byte_freeze_zweite_haelfte.py +163 -0
  159. proofbundle-6.0.0/tests/test_c12_1_nicht_anwendbar_vor_dem_tag.py +398 -0
  160. proofbundle-6.0.0/tests/test_c2sp_freiheitsachse_ergaenzung.py +84 -0
  161. proofbundle-6.0.0/tests/test_c9_signierskript_ohne_privaten_schluessel.py +185 -0
  162. proofbundle-6.0.0/tests/test_claims_hygiene.py +393 -0
  163. proofbundle-6.0.0/tests/test_claims_hygiene_deckt_die_release_flaeche.py +125 -0
  164. proofbundle-6.0.0/tests/test_cli_text_surface_rt06.py +408 -0
  165. proofbundle-6.0.0/tests/test_content_root_property.py +150 -0
  166. proofbundle-6.0.0/tests/test_dokumentierte_laeufer_koennen_die_suite_fahren.py +449 -0
  167. proofbundle-6.0.0/tests/test_entpacken_traut_dem_archiv_nicht.py +145 -0
  168. proofbundle-6.0.0/tests/test_extern_einheit_statt_eigenschaft.py +97 -0
  169. proofbundle-6.0.0/tests/test_extern_form_statt_eigenschaft.py +75 -0
  170. proofbundle-6.0.0/tests/test_findings_register_rt10.py +266 -0
  171. proofbundle-6.0.0/tests/test_findings_register_version_binding_l5_g6_02.py +188 -0
  172. proofbundle-6.0.0/tests/test_freigabe_evidenz_provenienz_l5_g7_02.py +1546 -0
  173. proofbundle-6.0.0/tests/test_fuzz_soak_regression.py +115 -0
  174. proofbundle-6.0.0/tests/test_gate_qualification_harness.py +328 -0
  175. proofbundle-6.0.0/tests/test_gegenbeweis_zeigt_nicht_ins_leere.py +215 -0
  176. proofbundle-6.0.0/tests/test_go_note_differential.py +355 -0
  177. proofbundle-6.0.0/tests/test_intoto_dsse.py +97 -0
  178. proofbundle-6.0.0/tests/test_intoto_eval_result.py +185 -0
  179. proofbundle-6.0.0/tests/test_jcs_implementierungs_paritaet.py +209 -0
  180. proofbundle-6.0.0/tests/test_jede_formpruefung_nennt_ihren_grund.py +853 -0
  181. proofbundle-6.0.0/tests/test_jeder_code_meint_genau_eine_lage.py +740 -0
  182. proofbundle-6.0.0/tests/test_jeder_fangnachweis_ist_ruecknahmebelegt.py +84 -0
  183. proofbundle-6.0.0/tests/test_kappe_vor_arbeit.py +142 -0
  184. proofbundle-6.0.0/tests/test_kappe_vor_arbeit_signaturzeilen.py +236 -0
  185. proofbundle-6.0.0/tests/test_kein_test_haengt_an_einem_fremden_import_nebeneffekt.py +167 -0
  186. proofbundle-6.0.0/tests/test_kette_verliert_kein_gueltiges_receipt.py +88 -0
  187. proofbundle-6.0.0/tests/test_klassen_ledger_kennungen_eindeutig.py +331 -0
  188. proofbundle-6.0.0/tests/test_lauf11_l1_l4_rust_strukturbudget_und_kreuzvergleich.py +380 -0
  189. proofbundle-6.0.0/tests/test_lauf11_l2_scripts_dekodieren_strikt.py +207 -0
  190. proofbundle-6.0.0/tests/test_lauf11_l3_testlast_ist_gedeckelt.py +603 -0
  191. proofbundle-6.0.0/tests/test_lauf11_l5_inhaltsfehler_ist_kein_umgebungsfehler.py +285 -0
  192. proofbundle-6.0.0/tests/test_lauf11_l6_pflichtjobs_fahren_den_normativen_runner.py +312 -0
  193. proofbundle-6.0.0/tests/test_lauf14_l1_kettenaufloeser_liest_strikt.py +66 -0
  194. proofbundle-6.0.0/tests/test_lauf14_l2_sdjwt_signatursegment_ueber_budget.py +68 -0
  195. proofbundle-6.0.0/tests/test_lauf14_l4_evaluate_prueft_die_huelle.py +108 -0
  196. proofbundle-6.0.0/tests/test_lauf8_klassenfixes_600.py +221 -0
  197. proofbundle-6.0.0/tests/test_lauf9_hashalg_achsen.py +108 -0
  198. proofbundle-6.0.0/tests/test_lauf9_related_kollision_l4_900_01.py +123 -0
  199. proofbundle-6.0.0/tests/test_lauf9_supersession_traegt_die_verpflichtung.py +91 -0
  200. proofbundle-6.0.0/tests/test_linsen_pr185_funde.py +265 -0
  201. proofbundle-6.0.0/tests/test_mutation_shard_partition.py +571 -0
  202. proofbundle-6.0.0/tests/test_mutationstor_sammler_sieht_die_freigabeflaeche.py +920 -0
  203. proofbundle-6.0.0/tests/test_never_raise_recursion_361.py +155 -0
  204. proofbundle-6.0.0/tests/test_never_raise_surface_family_property.py +654 -0
  205. proofbundle-6.0.0/tests/test_not_after_gilt_auch_auf_dem_registerpfad.py +322 -0
  206. proofbundle-6.0.0/tests/test_note_cli_transport_bytegenau.py +252 -0
  207. proofbundle-6.0.0/tests/test_note_rahmung_kanonisch.py +670 -0
  208. proofbundle-6.0.0/tests/test_outcome_receiver_corroboration.py +442 -0
  209. proofbundle-6.0.0/tests/test_outcome_verify.py +385 -0
  210. proofbundle-6.0.0/tests/test_paketgrenze_zahlen_sind_abgeleitet.py +295 -0
  211. proofbundle-6.0.0/tests/test_policy_nicht_auswertbar_hat_einen_code.py +80 -0
  212. proofbundle-6.0.0/tests/test_pre_tag_receipt_commit_flow.py +286 -0
  213. proofbundle-6.0.0/tests/test_pre_tag_receipt_gate.py +433 -0
  214. proofbundle-6.0.0/tests/test_pretag_gate_state_typed_l5_g6_01.py +281 -0
  215. proofbundle-6.0.0/tests/test_register_population_gegen_restrisiko.py +91 -0
  216. proofbundle-6.0.0/tests/test_registerschluessel_kommt_aus_dem_anker.py +233 -0
  217. proofbundle-6.0.0/tests/test_relation_subject_pin_361.py +268 -0
  218. proofbundle-6.0.0/tests/test_relation_superseded_by_attached_600.py +121 -0
  219. proofbundle-6.0.0/tests/test_release_text_hygiene.py +133 -0
  220. proofbundle-6.0.0/tests/test_render_disclosure_liest_fassung.py +77 -0
  221. proofbundle-6.0.0/tests/test_renewal_praefix_deckung_orakel.py +392 -0
  222. proofbundle-6.0.0/tests/test_rp_kwarg_typboden_familie.py +208 -0
  223. proofbundle-6.0.0/tests/test_rust_parity_gate.py +462 -0
  224. proofbundle-6.0.0/tests/test_sammelabbruch_vor_dem_import.py +787 -0
  225. proofbundle-6.0.0/tests/test_sdist_ohne_signierwerkzeug.py +661 -0
  226. proofbundle-6.0.0/tests/test_sdist_packaging_361.py +114 -0
  227. proofbundle-6.0.0/tests/test_sdist_repo_context_enclosing_tree_l6_600_01.py +147 -0
  228. proofbundle-6.0.0/tests/test_sdist_selftest_derivation.py +501 -0
  229. proofbundle-6.0.0/tests/test_sibling_never_raise_361.py +615 -0
  230. proofbundle-6.0.0/tests/test_standard_policy_liegt_im_paket.py +61 -0
  231. proofbundle-6.0.0/tests/test_stille_ruecknahme_position_x_malformation.py +581 -0
  232. proofbundle-6.0.0/tests/test_structural_budget_reachability.py +290 -0
  233. proofbundle-6.0.0/tests/test_strukturbudget_typfamilie_600.py +104 -0
  234. proofbundle-6.0.0/tests/test_subject_cardinality_ambiguous_l4_02.py +203 -0
  235. proofbundle-6.0.0/tests/test_tools_baum_kein_zweiter_note_parser.py +253 -0
  236. proofbundle-6.0.0/tests/test_trust_pack_key_binding.py +199 -0
  237. proofbundle-6.0.0/tests/test_trust_pack_signaturdeckel_beisst.py +191 -0
  238. proofbundle-6.0.0/tests/test_version_single_source.py +382 -0
  239. proofbundle-6.0.0/tests/test_wire_bytes_strict.py +646 -0
  240. proofbundle-6.0.0/tests/test_workflow_pipe_exitcode.py +529 -0
  241. proofbundle-6.0.0/tests/test_zeichenkettensuche_bindet_eine_grenze.py +209 -0
  242. proofbundle-6.0.0/tests/test_zeitsemantik_policy_und_supersession.py +414 -0
  243. proofbundle-5.1.0/MANIFEST.in +0 -65
  244. proofbundle-5.1.0/PKG-INFO +0 -314
  245. proofbundle-5.1.0/README.md +0 -247
  246. proofbundle-5.1.0/conformance/agent_review/_generator/build_vectors.py +0 -362
  247. proofbundle-5.1.0/conformance/manifest.json +0 -100
  248. proofbundle-5.1.0/conformance/relation/generate_vectors.py +0 -669
  249. proofbundle-5.1.0/conformance/run_conformance.py +0 -721
  250. proofbundle-5.1.0/conformance/unshipped_spec_refs_baseline.json +0 -23
  251. proofbundle-5.1.0/docs/AGENT_REVIEW_PREDICATE.md +0 -187
  252. proofbundle-5.1.0/docs/readiness_pack/MANIFEST.sha256 +0 -11
  253. proofbundle-5.1.0/docs/readiness_pack/PROGRESS.md +0 -39
  254. proofbundle-5.1.0/docs/readiness_pack/REPRODUCTION_RUNBOOK.md +0 -92
  255. proofbundle-5.1.0/docs/readiness_pack/index.json +0 -270
  256. proofbundle-5.1.0/docs/readiness_pack/proofbundle/readiness_pack.bundle.json +0 -16
  257. proofbundle-5.1.0/docs/readiness_pack/proofbundle/readiness_pack.pub.b64 +0 -1
  258. proofbundle-5.1.0/pyproject.toml +0 -257
  259. proofbundle-5.1.0/scripts/audit_candidate_matrix.py +0 -748
  260. proofbundle-5.1.0/scripts/build_reproducible.py +0 -147
  261. proofbundle-5.1.0/scripts/check_version_and_changelog.py +0 -381
  262. proofbundle-5.1.0/scripts/claims_hygiene_check.py +0 -423
  263. proofbundle-5.1.0/scripts/findings_register.py +0 -280
  264. proofbundle-5.1.0/scripts/fuzz_soak.py +0 -290
  265. proofbundle-5.1.0/scripts/gate_qualification_harness.py +0 -841
  266. proofbundle-5.1.0/scripts/gen_findings_register.py +0 -147
  267. proofbundle-5.1.0/scripts/git-hooks/pre-commit +0 -9
  268. proofbundle-5.1.0/scripts/install_git_hooks.sh +0 -17
  269. proofbundle-5.1.0/scripts/mutant_signature_guard.py +0 -306
  270. proofbundle-5.1.0/scripts/mutation_check.py +0 -623
  271. proofbundle-5.1.0/scripts/pre_tag_audit_gate.py +0 -340
  272. proofbundle-5.1.0/scripts/pre_tag_receipt.py +0 -172
  273. proofbundle-5.1.0/scripts/pre_tag_receipt_lib.py +0 -123
  274. proofbundle-5.1.0/scripts/rust_parity_gate.py +0 -374
  275. proofbundle-5.1.0/scripts/rust_parity_registry.json +0 -421
  276. proofbundle-5.1.0/scripts/test_manifest_gate.py +0 -181
  277. proofbundle-5.1.0/src/proofbundle/__init__.py +0 -170
  278. proofbundle-5.1.0/src/proofbundle/_strict_json.py +0 -152
  279. proofbundle-5.1.0/src/proofbundle/_wire_b64.py +0 -91
  280. proofbundle-5.1.0/src/proofbundle/agent_review.py +0 -2337
  281. proofbundle-5.1.0/src/proofbundle/anchors.py +0 -351
  282. proofbundle-5.1.0/src/proofbundle/anchors_markovian.py +0 -144
  283. proofbundle-5.1.0/src/proofbundle/anchors_rootcommit.py +0 -282
  284. proofbundle-5.1.0/src/proofbundle/assurance.py +0 -207
  285. proofbundle-5.1.0/src/proofbundle/budget.py +0 -187
  286. proofbundle-5.1.0/src/proofbundle/bundle.py +0 -774
  287. proofbundle-5.1.0/src/proofbundle/checkpoint.py +0 -830
  288. proofbundle-5.1.0/src/proofbundle/cli.py +0 -2989
  289. proofbundle-5.1.0/src/proofbundle/decision.py +0 -904
  290. proofbundle-5.1.0/src/proofbundle/evalclaim.py +0 -610
  291. proofbundle-5.1.0/src/proofbundle/evidence_pack.py +0 -193
  292. proofbundle-5.1.0/src/proofbundle/experimental/enclave.py +0 -204
  293. proofbundle-5.1.0/src/proofbundle/hashalg.py +0 -183
  294. proofbundle-5.1.0/src/proofbundle/hf_evals.py +0 -329
  295. proofbundle-5.1.0/src/proofbundle/intoto.py +0 -639
  296. proofbundle-5.1.0/src/proofbundle/outcome.py +0 -857
  297. proofbundle-5.1.0/src/proofbundle/persample.py +0 -357
  298. proofbundle-5.1.0/src/proofbundle/policy.py +0 -1299
  299. proofbundle-5.1.0/src/proofbundle/public_transparency.py +0 -339
  300. proofbundle-5.1.0/src/proofbundle/relation.py +0 -610
  301. proofbundle-5.1.0/src/proofbundle/relation_statement.py +0 -347
  302. proofbundle-5.1.0/src/proofbundle/renewal.py +0 -986
  303. proofbundle-5.1.0/src/proofbundle/sdjwt.py +0 -261
  304. proofbundle-5.1.0/src/proofbundle/sdjwt_issue.py +0 -215
  305. proofbundle-5.1.0/src/proofbundle/sdjwt_vc.py +0 -222
  306. proofbundle-5.1.0/src/proofbundle/statuslist.py +0 -254
  307. proofbundle-5.1.0/src/proofbundle/subject_binding.py +0 -136
  308. proofbundle-5.1.0/src/proofbundle/tlogproof.py +0 -257
  309. proofbundle-5.1.0/src/proofbundle/trust_pack.py +0 -647
  310. proofbundle-5.1.0/src/proofbundle.egg-info/PKG-INFO +0 -314
  311. proofbundle-5.1.0/src/proofbundle.egg-info/SOURCES.txt +0 -813
  312. proofbundle-5.1.0/tests/conftest.py +0 -365
  313. proofbundle-5.1.0/tests/test_agent_review_binding_semantics.py +0 -367
  314. proofbundle-5.1.0/tests/test_agent_review_conformance_runner.py +0 -443
  315. proofbundle-5.1.0/tests/test_agent_review_zeitsemantik.py +0 -290
  316. proofbundle-5.1.0/tests/test_audit_candidate_360.py +0 -423
  317. proofbundle-5.1.0/tests/test_automation_nie_nachsichtiger_als_ok.py +0 -436
  318. proofbundle-5.1.0/tests/test_budget.py +0 -252
  319. proofbundle-5.1.0/tests/test_bughunt_361_automation_failopen.py +0 -131
  320. proofbundle-5.1.0/tests/test_bughunt_361_never_raise.py +0 -447
  321. proofbundle-5.1.0/tests/test_claims_hygiene.py +0 -386
  322. proofbundle-5.1.0/tests/test_content_root_property.py +0 -133
  323. proofbundle-5.1.0/tests/test_dokumentierte_laeufer_koennen_die_suite_fahren.py +0 -427
  324. proofbundle-5.1.0/tests/test_findings_register_rt10.py +0 -233
  325. proofbundle-5.1.0/tests/test_fuzz_soak_regression.py +0 -114
  326. proofbundle-5.1.0/tests/test_gate_qualification_harness.py +0 -320
  327. proofbundle-5.1.0/tests/test_gegenbeweis_zeigt_nicht_ins_leere.py +0 -109
  328. proofbundle-5.1.0/tests/test_intoto_dsse.py +0 -84
  329. proofbundle-5.1.0/tests/test_intoto_eval_result.py +0 -172
  330. proofbundle-5.1.0/tests/test_jede_formpruefung_nennt_ihren_grund.py +0 -853
  331. proofbundle-5.1.0/tests/test_jeder_code_meint_genau_eine_lage.py +0 -724
  332. proofbundle-5.1.0/tests/test_kappe_vor_arbeit.py +0 -141
  333. proofbundle-5.1.0/tests/test_kette_verliert_kein_gueltiges_receipt.py +0 -88
  334. proofbundle-5.1.0/tests/test_never_raise_recursion_361.py +0 -154
  335. proofbundle-5.1.0/tests/test_never_raise_surface_family_property.py +0 -536
  336. proofbundle-5.1.0/tests/test_outcome_receiver_corroboration.py +0 -436
  337. proofbundle-5.1.0/tests/test_outcome_verify.py +0 -378
  338. proofbundle-5.1.0/tests/test_pre_tag_receipt_commit_flow.py +0 -99
  339. proofbundle-5.1.0/tests/test_pre_tag_receipt_gate.py +0 -117
  340. proofbundle-5.1.0/tests/test_relation_subject_pin_361.py +0 -266
  341. proofbundle-5.1.0/tests/test_rust_parity_gate.py +0 -401
  342. proofbundle-5.1.0/tests/test_sdist_packaging_361.py +0 -76
  343. proofbundle-5.1.0/tests/test_sdist_selftest_derivation.py +0 -290
  344. proofbundle-5.1.0/tests/test_sibling_never_raise_361.py +0 -607
  345. proofbundle-5.1.0/tests/test_structural_budget_reachability.py +0 -235
  346. proofbundle-5.1.0/tests/test_wire_bytes_strict.py +0 -217
  347. proofbundle-5.1.0/tests/test_zeitsemantik_policy_und_supersession.py +0 -370
  348. {proofbundle-5.1.0 → proofbundle-6.0.0}/LICENSE +0 -0
  349. {proofbundle-5.1.0 → proofbundle-6.0.0}/Makefile +0 -0
  350. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/README.md +0 -0
  351. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-a-foreign-key-cannot-supersede-our-receipt/case.json +0 -0
  352. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-a-foreign-key-cannot-supersede-our-receipt/chain.json +0 -0
  353. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-a-superseded-predecessor-must-still-be-present/case.json +0 -0
  354. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-a-superseded-predecessor-must-still-be-present/chain.json +0 -0
  355. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-anchored-time-needs-evidence/case.json +0 -0
  356. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-anchored-time-needs-evidence/predicate.json +0 -0
  357. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-assurance-cannot-be-self-raised/case.json +0 -0
  358. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-assurance-cannot-be-self-raised/predicate.json +0 -0
  359. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-complete-needs-an-expectation/case.json +0 -0
  360. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-complete-needs-an-expectation/predicate.json +0 -0
  361. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-duplicate-disclosure-block-fails-closed/body.json +0 -0
  362. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-duplicate-disclosure-block-fails-closed/case.json +0 -0
  363. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-findings-root-covers-the-list/case.json +0 -0
  364. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-findings-root-covers-the-list/envelope.json +0 -0
  365. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-gap-duty-cannot-be-switched-off/case.json +0 -0
  366. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-gap-duty-cannot-be-switched-off/predicate.json +0 -0
  367. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-introducing-the-first-block-moves-the-digest/bodies.json +0 -0
  368. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-introducing-the-first-block-moves-the-digest/case.json +0 -0
  369. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-partial-must-name-its-gap/case.json +0 -0
  370. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-partial-must-name-its-gap/predicate.json +0 -0
  371. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-receipt-does-not-travel-between-subjects/case.json +0 -0
  372. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-counter-proof-receipt-does-not-travel-between-subjects/envelope.json +0 -0
  373. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-absent-expectation-is-reported/case.json +0 -0
  374. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-absent-expectation-is-reported/envelope.json +0 -0
  375. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-emit-verify-roundtrip/case.json +0 -0
  376. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-emit-verify-roundtrip/predicate.json +0 -0
  377. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-prepare-then-fill-keeps-the-digest/bodies.json +0 -0
  378. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-prepare-then-fill-keeps-the-digest/case.json +0 -0
  379. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-rerendered-block-keeps-body-core/bodies.json +0 -0
  380. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-rerendered-block-keeps-body-core/case.json +0 -0
  381. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-supersession-names-the-current-receipt/case.json +0 -0
  382. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-supersession-names-the-current-receipt/chain.json +0 -0
  383. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-valid-self-declared/case.json +0 -0
  384. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/agent-review-positive-control-valid-self-declared/envelope.json +0 -0
  385. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/agent_review/publickey.hex +0 -0
  386. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/coherent-rewrap-fails-expected-root/bundle.json +0 -0
  387. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/coherent-rewrap-fails-expected-root/case.json +0 -0
  388. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/coherent-rewrap-verifies-no-policy/bundle.json +0 -0
  389. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/coherent-rewrap-verifies-no-policy/case.json +0 -0
  390. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/corrupted-signature/bundle.json +0 -0
  391. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/corrupted-signature/case.json +0 -0
  392. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/duplicate-json-key/bundle.json +0 -0
  393. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/duplicate-json-key/case.json +0 -0
  394. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/forged-anchor-own-frozen/bundle.json +0 -0
  395. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/forged-anchor-own-frozen/case.json +0 -0
  396. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/n1-eval-sdjwt-graft-non-eval/bundle.json +0 -0
  397. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/n1-eval-sdjwt-graft-non-eval/case.json +0 -0
  398. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-forged-issuer-identity/bundle.json +0 -0
  399. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-forged-issuer-identity/case.json +0 -0
  400. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-signed-but-unbound/bundle.json +0 -0
  401. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-signed-but-unbound/case.json +0 -0
  402. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-unsigned-unauthenticated/bundle.json +0 -0
  403. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/sd-jwt-unsigned-unauthenticated/case.json +0 -0
  404. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/tampered-payload/bundle.json +0 -0
  405. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/tampered-payload/case.json +0 -0
  406. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/tree-size-expectation-mismatch/bundle.json +0 -0
  407. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/tree-size-expectation-mismatch/case.json +0 -0
  408. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/valid-minimal/bundle.json +0 -0
  409. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/bundle/valid-minimal/case.json +0 -0
  410. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/common_vocabulary.py +0 -0
  411. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/cross_format.py +0 -0
  412. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/MANIFEST.json +0 -0
  413. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/case.json +0 -0
  414. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/decision_receipt.jcs +0 -0
  415. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/decision_receipt.jcs.ots +0 -0
  416. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/decision_receipt.json +0 -0
  417. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/evidence_eval_result.jcs +0 -0
  418. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/canonicalization-root-binding/evidence_eval_result.json +0 -0
  419. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/MANIFEST.json +0 -0
  420. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/case.json +0 -0
  421. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/decision_receipt.jcs +0 -0
  422. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/decision_receipt.jcs.ots +0 -0
  423. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/decision_receipt.json +0 -0
  424. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/evidence_eval_result.jcs +0 -0
  425. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/confirmed-anchor-lifecycle/evidence_eval_result.json +0 -0
  426. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/MANIFEST.json +0 -0
  427. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/case.json +0 -0
  428. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/decision_receipt.jcs +0 -0
  429. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/decision_receipt.jcs.ots +0 -0
  430. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/decision_receipt.json +0 -0
  431. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/evidence_eval_result.jcs +0 -0
  432. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/decision/crossimpl/schema-conformant/evidence_eval_result.json +0 -0
  433. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/generate_vectors.py +0 -0
  434. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-counter-proof-float-is-refused-so-two-axes-cannot-arise/case.json +0 -0
  435. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-counter-proof-float-is-refused-so-two-axes-cannot-arise/objects.json +0 -0
  436. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-counter-proof-nonconformant-serializer-diverges/case.json +0 -0
  437. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-counter-proof-nonconformant-serializer-diverges/object.json +0 -0
  438. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-positive-control-canonical-root/case.json +0 -0
  439. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r1-positive-control-canonical-root/object.json +0 -0
  440. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-counter-proof-foreign-schema-id-is-refused-not-invalid/bundle.json +0 -0
  441. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-counter-proof-foreign-schema-id-is-refused-not-invalid/case.json +0 -0
  442. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-counter-proof-unverifiable-is-invalid-not-refused/bundle.json +0 -0
  443. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-counter-proof-unverifiable-is-invalid-not-refused/case.json +0 -0
  444. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-positive-control-known-schema-classifies-valid/bundle.json +0 -0
  445. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r2-positive-control-known-schema-classifies-valid/case.json +0 -0
  446. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r3-counter-proof-hand-signed-binding-lies-about-tree-size/bundle.json +0 -0
  447. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r3-counter-proof-hand-signed-binding-lies-about-tree-size/case.json +0 -0
  448. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r3-positive-control-coherent-sample-binding/bundle.json +0 -0
  449. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r3-positive-control-coherent-sample-binding/case.json +0 -0
  450. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r4-counter-proof-issuer-is-not-the-signing-key/bundle.json +0 -0
  451. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r4-counter-proof-issuer-is-not-the-signing-key/case.json +0 -0
  452. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r4-positive-control-issuer-is-the-signing-key/bundle.json +0 -0
  453. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/envelope_profile/r4-positive-control-issuer-is-the-signing-key/case.json +0 -0
  454. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-absent-legacy-receipt/case.json +0 -0
  455. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-absent-legacy-receipt/provenance.json +0 -0
  456. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-lookalike-version-field/case.json +0 -0
  457. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-lookalike-version-field/provenance.json +0 -0
  458. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-missing-reason/case.json +0 -0
  459. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-missing-reason/provenance.json +0 -0
  460. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-bound/case.json +0 -0
  461. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-bound/provenance.json +0 -0
  462. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-reported/case.json +0 -0
  463. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-reported/provenance.json +0 -0
  464. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-reported-with-field/case.json +0 -0
  465. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-not-reported-with-field/provenance.json +0 -0
  466. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-reported/case.json +0 -0
  467. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-reported/provenance.json +0 -0
  468. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-reported-without-field/case.json +0 -0
  469. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-reported-without-field/provenance.json +0 -0
  470. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-unknown-literal/case.json +0 -0
  471. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-unknown-literal/provenance.json +0 -0
  472. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-unrelated-status-field/case.json +0 -0
  473. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/provenance/version-status-unrelated-status-field/provenance.json +0 -0
  474. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-supersedes-verified/case.json +0 -0
  475. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-supersedes-verified/pub.b64 +0 -0
  476. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-supersedes-verified/receipt.json +0 -0
  477. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-supersedes-verified/related_b.json +0 -0
  478. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-unresolved/case.json +0 -0
  479. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-unresolved/pub.b64 +0 -0
  480. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/declared-unresolved/receipt.json +0 -0
  481. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-accept-path/case.json +0 -0
  482. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-accept-path/policy.json +0 -0
  483. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-accept-path/pub.b64 +0 -0
  484. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-accept-path/receipt.json +0 -0
  485. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-accept-path/related_rx.json +0 -0
  486. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/case.json +0 -0
  487. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/policy.json +0 -0
  488. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/pub.b64 +0 -0
  489. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/receipt.json +0 -0
  490. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/related_r0.json +0 -0
  491. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-correct-pass/related_rx.json +0 -0
  492. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/case.json +0 -0
  493. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/policy.json +0 -0
  494. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/pub.b64 +0 -0
  495. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/receipt.json +0 -0
  496. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/related_r0.json +0 -0
  497. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-no-pin-old-behavior/related_rx.json +0 -0
  498. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/case.json +0 -0
  499. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/policy.json +0 -0
  500. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/pub.b64 +0 -0
  501. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/receipt.json +0 -0
  502. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/related_r0.json +0 -0
  503. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/decoy-parent-target-mismatch/related_rx.json +0 -0
  504. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/case.json +0 -0
  505. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/pub.b64 +0 -0
  506. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/receipt.json +0 -0
  507. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_001.json +0 -0
  508. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_002.json +0 -0
  509. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_003.json +0 -0
  510. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_004.json +0 -0
  511. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_005.json +0 -0
  512. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_006.json +0 -0
  513. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_007.json +0 -0
  514. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_008.json +0 -0
  515. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_009.json +0 -0
  516. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_010.json +0 -0
  517. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_011.json +0 -0
  518. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_012.json +0 -0
  519. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_013.json +0 -0
  520. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_014.json +0 -0
  521. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_015.json +0 -0
  522. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_016.json +0 -0
  523. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_017.json +0 -0
  524. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_018.json +0 -0
  525. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_019.json +0 -0
  526. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_020.json +0 -0
  527. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_021.json +0 -0
  528. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_022.json +0 -0
  529. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_023.json +0 -0
  530. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_024.json +0 -0
  531. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_025.json +0 -0
  532. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_026.json +0 -0
  533. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_027.json +0 -0
  534. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_028.json +0 -0
  535. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_029.json +0 -0
  536. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_030.json +0 -0
  537. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_031.json +0 -0
  538. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_032.json +0 -0
  539. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/depth-exceeded/related_033.json +0 -0
  540. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/digest-mismatch/case.json +0 -0
  541. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/digest-mismatch/policy.json +0 -0
  542. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/digest-mismatch/pub.b64 +0 -0
  543. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/digest-mismatch/receipt.json +0 -0
  544. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/digest-mismatch/related_b.json +0 -0
  545. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/malformed-digest/case.json +0 -0
  546. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/malformed-digest/pub.b64 +0 -0
  547. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/malformed-digest/receipt.json +0 -0
  548. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-declared-supersedes-verified/case.json +0 -0
  549. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-declared-supersedes-verified/pub.b64 +0 -0
  550. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-declared-supersedes-verified/receipt.json +0 -0
  551. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-declared-supersedes-verified/related_b.json +0 -0
  552. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/case.json +0 -0
  553. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/policy.json +0 -0
  554. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/pub.b64 +0 -0
  555. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/receipt.json +0 -0
  556. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/related_r0.json +0 -0
  557. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-decoy-parent-target-mismatch/related_rx.json +0 -0
  558. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-digest-mismatch/case.json +0 -0
  559. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-digest-mismatch/policy.json +0 -0
  560. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-digest-mismatch/pub.b64 +0 -0
  561. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-digest-mismatch/receipt.json +0 -0
  562. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-digest-mismatch/related_b.json +0 -0
  563. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-relation-signer-unauthorized/case.json +0 -0
  564. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-relation-signer-unauthorized/policy.json +0 -0
  565. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-relation-signer-unauthorized/pub.b64 +0 -0
  566. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-relation-signer-unauthorized/receipt.json +0 -0
  567. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-relation-signer-unauthorized/related_b.json +0 -0
  568. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-renews/case.json +0 -0
  569. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-renews/pub.b64 +0 -0
  570. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-renews/receipt.json +0 -0
  571. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-renews/related_b.json +0 -0
  572. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-silent-landing/case.json +0 -0
  573. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-silent-landing/pub.b64 +0 -0
  574. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-silent-landing/receipt.json +0 -0
  575. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-valid-baseline/case.json +0 -0
  576. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-valid-baseline/pub.b64 +0 -0
  577. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/outcome-valid-baseline/receipt.json +0 -0
  578. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-amends/case.json +0 -0
  579. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-amends/pub.b64 +0 -0
  580. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-amends/receipt.json +0 -0
  581. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-amends/related_b.json +0 -0
  582. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-corrects/case.json +0 -0
  583. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-corrects/pub.b64 +0 -0
  584. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-corrects/receipt.json +0 -0
  585. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-corrects/related_b.json +0 -0
  586. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-derivedfrom/case.json +0 -0
  587. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-derivedfrom/pub.b64 +0 -0
  588. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-derivedfrom/receipt.json +0 -0
  589. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-derivedfrom/related_b.json +0 -0
  590. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-retracts/case.json +0 -0
  591. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-retracts/pub.b64 +0 -0
  592. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-retracts/receipt.json +0 -0
  593. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-retracts/related_b.json +0 -0
  594. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-revises/case.json +0 -0
  595. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-revises/pub.b64 +0 -0
  596. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-revises/receipt.json +0 -0
  597. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-revises/related_b.json +0 -0
  598. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-unauthorized/case.json +0 -0
  599. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-unauthorized/policy.json +0 -0
  600. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-unauthorized/pub.b64 +0 -0
  601. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-unauthorized/receipt.json +0 -0
  602. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-unauthorized/related_b.json +0 -0
  603. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-verified/case.json +0 -0
  604. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-verified/policy.json +0 -0
  605. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-verified/pub.b64 +0 -0
  606. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-verified/receipt.json +0 -0
  607. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-cross-issuer-verified/related_b.json +0 -0
  608. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-same-key-explicit/case.json +0 -0
  609. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-same-key-explicit/policy.json +0 -0
  610. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-same-key-explicit/pub.b64 +0 -0
  611. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-same-key-explicit/receipt.json +0 -0
  612. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-same-key-explicit/related_b.json +0 -0
  613. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-verified-under-not-claim/case.json +0 -0
  614. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-verified-under-not-claim/policy.json +0 -0
  615. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-verified-under-not-claim/pub.b64 +0 -0
  616. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-verified-under-not-claim/receipt.json +0 -0
  617. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/relation-signer-verified-under-not-claim/related_b.json +0 -0
  618. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/renews-vector/case.json +0 -0
  619. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/renews-vector/pub.b64 +0 -0
  620. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/renews-vector/receipt.json +0 -0
  621. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/renews-vector/related_b.json +0 -0
  622. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/retracts-then-use/case.json +0 -0
  623. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/retracts-then-use/policy.json +0 -0
  624. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/retracts-then-use/pub.b64 +0 -0
  625. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/retracts-then-use/receipt.json +0 -0
  626. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/retracts-then-use/related_r.json +0 -0
  627. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/silent-landing/case.json +0 -0
  628. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/silent-landing/pub.b64 +0 -0
  629. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/silent-landing/receipt.json +0 -0
  630. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-malformed/case.json +0 -0
  631. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-malformed/pub.b64 +0 -0
  632. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-malformed/receipt.json +0 -0
  633. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-declared-unresolved/case.json +0 -0
  634. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-declared-unresolved/pub.b64 +0 -0
  635. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-declared-unresolved/receipt.json +0 -0
  636. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-unauthorized/case.json +0 -0
  637. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-unauthorized/policy.json +0 -0
  638. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-unauthorized/pub.b64 +0 -0
  639. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-unauthorized/receipt.json +0 -0
  640. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-unauthorized/related_t.json +0 -0
  641. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-blocked/case.json +0 -0
  642. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-blocked/policy.json +0 -0
  643. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-blocked/pub.b64 +0 -0
  644. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-blocked/receipt.json +0 -0
  645. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-blocked/related_t.json +0 -0
  646. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-visible/case.json +0 -0
  647. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-visible/pub.b64 +0 -0
  648. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-visible/receipt.json +0 -0
  649. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-retracts-verified-visible/related_t.json +0 -0
  650. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-supersedes-verified/case.json +0 -0
  651. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-supersedes-verified/pub.b64 +0 -0
  652. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-supersedes-verified/receipt.json +0 -0
  653. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/statement-supersedes-verified/related_t.json +0 -0
  654. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/t1-canonical-invalid-signature/case.json +0 -0
  655. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/t1-canonical-invalid-signature/pub.b64 +0 -0
  656. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/t1-canonical-invalid-signature/receipt.json +0 -0
  657. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-ambiguous/case.json +0 -0
  658. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-ambiguous/pub.b64 +0 -0
  659. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-ambiguous/receipt.json +0 -0
  660. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-ambiguous/related_r0.json +0 -0
  661. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-correct-pass/case.json +0 -0
  662. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-correct-pass/pub.b64 +0 -0
  663. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-correct-pass/receipt.json +0 -0
  664. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-correct-pass/related_r0.json +0 -0
  665. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-mismatch/case.json +0 -0
  666. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-mismatch/pub.b64 +0 -0
  667. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-mismatch/receipt.json +0 -0
  668. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-mismatch/related_r0.json +0 -0
  669. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-missing/case.json +0 -0
  670. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-missing/pub.b64 +0 -0
  671. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-missing/receipt.json +0 -0
  672. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/target-subject-missing/related_r0.json +0 -0
  673. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/unauthorized-signer/case.json +0 -0
  674. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/unauthorized-signer/pub.b64 +0 -0
  675. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/unauthorized-signer/receipt.json +0 -0
  676. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/unauthorized-signer/related_b.json +0 -0
  677. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/valid-baseline/case.json +0 -0
  678. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/valid-baseline/pub.b64 +0 -0
  679. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/valid-baseline/receipt.json +0 -0
  680. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/wrong-payloadtype-target/case.json +0 -0
  681. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/wrong-payloadtype-target/pub.b64 +0 -0
  682. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/wrong-payloadtype-target/receipt.json +0 -0
  683. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/relation/wrong-payloadtype-target/related_t.json +0 -0
  684. {proofbundle-5.1.0 → proofbundle-6.0.0}/conformance/vector_schema.json +0 -0
  685. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/RECEIPT_ENVELOPE_PROFILE.md +0 -0
  686. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/adr/renewal_policy.example.json +0 -0
  687. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/AUDITOR_OPEN_POINTS.md +0 -0
  688. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/OPEN_QUESTIONS.md +0 -0
  689. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/README.md +0 -0
  690. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/calendar_independence.md +0 -0
  691. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/differential_matrix.md +0 -0
  692. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/rust_parity_scope.md +0 -0
  693. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/tamper_resistance.md +0 -0
  694. {proofbundle-5.1.0 → proofbundle-6.0.0}/docs/readiness_pack/threat_model_delta_360.md +0 -0
  695. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/README.md +0 -0
  696. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/anchors/chia-datalayer-invalid-root.json +0 -0
  697. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/anchors/chia-datalayer-valid.json +0 -0
  698. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/checkpoint_example.py +0 -0
  699. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/decision_receipt_allow.json +0 -0
  700. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/decision_receipt_deny.json +0 -0
  701. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/decision_receipt_escalate.json +0 -0
  702. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/decision_receipt_with_eval_ref.intoto.json +0 -0
  703. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/eee_receipt.py +0 -0
  704. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/example.tlog-proof +0 -0
  705. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/example_bundle.json +0 -0
  706. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/experimental_enclave.py +0 -0
  707. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/inspect_hook_example.py +0 -0
  708. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/inspect_receipt.py +0 -0
  709. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/intoto/private-model-commitment.statement.json +0 -0
  710. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/intoto/public-model.statement.json +0 -0
  711. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/intoto/release-gate.statement.json +0 -0
  712. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/intoto/svr.statement.json +0 -0
  713. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/intoto_dsse_export.py +0 -0
  714. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/lm_eval_receipt.py +0 -0
  715. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/make_example.py +0 -0
  716. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/persample_audit.py +0 -0
  717. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/pytest_plugin_example.py +0 -0
  718. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/rekor_interop.py +0 -0
  719. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/tlog_proof_example.py +0 -0
  720. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/trust_policy_decision_strict.json +0 -0
  721. {proofbundle-5.1.0 → proofbundle-6.0.0}/examples/trust_policy_strict.json +0 -0
  722. {proofbundle-5.1.0 → proofbundle-6.0.0}/formal/README.md +0 -0
  723. {proofbundle-5.1.0 → proofbundle-6.0.0}/formal/model.py +0 -0
  724. /proofbundle-5.1.0/tests/fixtures/kette_147/receipt.json → /proofbundle-6.0.0/receipts/agent_review/proofbundle_147_comment.r2.receipt.json +0 -0
  725. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/action-outcome-v0.1.schema.json +0 -0
  726. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/decision-receipt-v0.1.schema.json +0 -0
  727. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/eval_claim_v0_1.schema.json +0 -0
  728. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/in_toto_statement_v1.schema.json +0 -0
  729. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/proofbundle_v0_1.schema.json +0 -0
  730. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/run-ledger-v0.1.schema.json +0 -0
  731. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/trust-pack-v0.1.schema.json +0 -0
  732. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/trust_policy_v0_1.schema.json +0 -0
  733. {proofbundle-5.1.0 → proofbundle-6.0.0}/schemas/verification-summary-v0.1.schema.json +0 -0
  734. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/_build_anchor_fixture.py +0 -0
  735. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/audit_output_aufloesbar.py +0 -0
  736. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/branch_base_check.py +0 -0
  737. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/demo.sh +0 -0
  738. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/demo_tamper.sh +0 -0
  739. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/doc_link_check.py +0 -0
  740. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/finding_base_drift.py +0 -0
  741. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/fork_pr_secret_isolation.py +0 -0
  742. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/gen_synthetic_ots_fixture.py +0 -0
  743. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/mutation_operators_fresh.py +0 -0
  744. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/pre_tag_attestation.py +0 -0
  745. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/readiness_pack_gate.py +0 -0
  746. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/readiness_pack_manifest.py +0 -0
  747. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/render_demo.py +0 -0
  748. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/shipped_docs_check.py +0 -0
  749. {proofbundle-5.1.0 → proofbundle-6.0.0}/scripts/type_confusion_gate.py +0 -0
  750. {proofbundle-5.1.0 → proofbundle-6.0.0}/setup.cfg +0 -0
  751. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/_inspect_registry.py +0 -0
  752. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/_integration.py +0 -0
  753. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/_membership.py +0 -0
  754. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/__init__.py +0 -0
  755. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/_provenance.py +0 -0
  756. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/eee.py +0 -0
  757. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/inspect_ai.py +0 -0
  758. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/lm_eval.py +0 -0
  759. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/promptfoo.py +0 -0
  760. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/adapters/samples.py +0 -0
  761. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/anchors_chia.py +0 -0
  762. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/anchors_chia_add.py +0 -0
  763. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/anchors_ots.py +0 -0
  764. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/anchors_rfc3161.py +0 -0
  765. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/automation_verdict.py +0 -0
  766. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/beacon.py +0 -0
  767. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/canonical.py +0 -0
  768. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/demo.py +0 -0
  769. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/dsse.py +0 -0
  770. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/eee_eval_schema.json +0 -0
  771. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/emit.py +0 -0
  772. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/errors.py +0 -0
  773. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/evalcard.py +0 -0
  774. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/experimental/__init__.py +0 -0
  775. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/inspect_hook.py +0 -0
  776. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/kbjwt.py +0 -0
  777. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/merkle.py +0 -0
  778. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policies/decision-receipt-template-v1.json +0 -0
  779. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policies/research-preview-v1.json +0 -0
  780. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policies/strict-eval-authenticated-root-template-v1.json +0 -0
  781. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policies/strict-eval-template-v1.json +0 -0
  782. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policies/strict-prereg-template-v1.json +0 -0
  783. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/policy_profiles.py +0 -0
  784. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/pqsig.py +0 -0
  785. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/prereg.py +0 -0
  786. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/py.typed +0 -0
  787. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/pytest_plugin.py +0 -0
  788. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/run_ledger.py +0 -0
  789. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/signature.py +0 -0
  790. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle/verification_summary.py +0 -0
  791. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle.egg-info/dependency_links.txt +0 -0
  792. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle.egg-info/entry_points.txt +0 -0
  793. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle.egg-info/requires.txt +0 -0
  794. {proofbundle-5.1.0 → proofbundle-6.0.0}/src/proofbundle.egg-info/top_level.txt +0 -0
  795. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/_beinahe_treffer.py +0 -0
  796. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/chia_datalayer_proof.json +0 -0
  797. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/freetsa_receipt_anchor.json +0 -0
  798. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/checkpoint_7397/MANIFEST.json +0 -0
  799. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/checkpoint_7397/checkpoint_7397.txt +0 -0
  800. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/ERGEBNIS.json +0 -0
  801. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/ERGEBNIS_negativ.json +0 -0
  802. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/MANIFEST.json +0 -0
  803. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/README.md +0 -0
  804. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/SOURCES.md +0 -0
  805. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/keys_unabhaengig.txt +0 -0
  806. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/leaf_7271.raw +0 -0
  807. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/proof_7271/proof_7271.tlog-proof +0 -0
  808. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/MANIFEST.json +0 -0
  809. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/checkpoint_at_submit.txt +0 -0
  810. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/checkpoint_latest.txt +0 -0
  811. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/checkpoint_witnessed.txt +0 -0
  812. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/inclusion_path.txt +0 -0
  813. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/leaf.txt +0 -0
  814. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/proof_bundle.json +0 -0
  815. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/markovian_log/submit_7727/submit_response.json +0 -0
  816. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/MANIFEST.json +0 -0
  817. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/README.md +0 -0
  818. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/MANIFEST.json +0 -0
  819. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/README.md +0 -0
  820. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors/manifest.json +0 -0
  821. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors/rootcommit-01-valid.txt +0 -0
  822. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors/rootcommit-02-tampered-root.txt +0 -0
  823. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors/rootcommit-03-tampered-wallet.txt +0 -0
  824. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors/rootcommit-04-tampered-proof.txt +0 -0
  825. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/manifest.json +0 -0
  826. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/v2sig-01-valid.txt +0 -0
  827. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/v2sig-02-tampered-root.txt +0 -0
  828. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/v2sig-03-tampered-wallet.txt +0 -0
  829. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/v2sig-04-tampered-sig.txt +0 -0
  830. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/rootcommit/vectors_sig/v2sig-05-tampered-proof.txt +0 -0
  831. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/vectors/01-valid.txt +0 -0
  832. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/vectors/02-unknown-id.txt +0 -0
  833. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/vectors/03-tampered-body.txt +0 -0
  834. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/vectors/04-tampered-proof.txt +0 -0
  835. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/anchors/tlog_bitcoin_anchor/vectors/manifest.json +0 -0
  836. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/checkpoint/PROVENANCE.json +0 -0
  837. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/checkpoint/gosumdb_known_keys.go +0 -0
  838. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/checkpoint/rekor_v2_checkpoint.txt +0 -0
  839. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/checkpoint/sumdb_latest.txt +0 -0
  840. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/checkpoint/trusted_root.json +0 -0
  841. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ed25519_speccheck_cases.LICENSE +0 -0
  842. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ed25519_speccheck_cases.README.md +0 -0
  843. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ed25519_speccheck_cases.json +0 -0
  844. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/eee_arc_easy.json +0 -0
  845. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/inspect_logs/safety_refusal_demo.eval +0 -0
  846. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/inspect_logs/safety_refusal_demo.eval.provenance.json +0 -0
  847. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/kette_147/body_wie_am_ziel.md +0 -0
  848. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/lm_eval_arc_easy_real.json +0 -0
  849. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/markovian_anchor_confirmed.json +0 -0
  850. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/mldsa_acvp/PROVENANCE.json +0 -0
  851. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/mldsa_acvp/mldsa_sigver_slice.json +0 -0
  852. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/PROVENANCE.json +0 -0
  853. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/block358391.json +0 -0
  854. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/hello-world.txt +0 -0
  855. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/hello-world.txt.ots +0 -0
  856. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/incomplete.txt +0 -0
  857. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/incomplete.txt.ots +0 -0
  858. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/known-and-unknown-notary.txt +0 -0
  859. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/known-and-unknown-notary.txt.ots +0 -0
  860. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/merkle2.txt +0 -0
  861. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/merkle2.txt.ots +0 -0
  862. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/synthetic-upgraded-sha256.block.json +0 -0
  863. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/synthetic-upgraded-sha256.txt +0 -0
  864. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/synthetic-upgraded-sha256.txt.ots +0 -0
  865. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/two-calendars.txt +0 -0
  866. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/ots/two-calendars.txt.ots +0 -0
  867. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/promptfoo_results_v3.json +0 -0
  868. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/rekor_inclusion_25579.json +0 -0
  869. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/rfc6962_vectors.json +0 -0
  870. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/sdjwt_disclosure_vector.json +0 -0
  871. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/sdjwt_reference_eddsa.json +0 -0
  872. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/sdjwtvc/PROVENANCE.json +0 -0
  873. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/sdjwtvc/sdjwtvc_examples.txt +0 -0
  874. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/fixtures/sdjwtvc/sdjwtvc_issuer_pubkey.json +0 -0
  875. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_adapters.py +0 -0
  876. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_adversarial.py +0 -0
  877. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_agent_review_statement_shape.py +0 -0
  878. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchor_extra_arg_type_confusion.py +0 -0
  879. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchor_hardening_321.py +0 -0
  880. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchor_longevity_property.py +0 -0
  881. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchor_target_trustedtime.py +0 -0
  882. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_chia.py +0 -0
  883. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_chia_add.py +0 -0
  884. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_chia_claims.py +0 -0
  885. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_generic.py +0 -0
  886. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_markovian.py +0 -0
  887. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_markovian_log.py +0 -0
  888. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_markovian_submit.py +0 -0
  889. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_ots.py +0 -0
  890. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_ots_frozen_rptrust_guard.py +0 -0
  891. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_rfc3161.py +0 -0
  892. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_rfc3161_type_floor.py +0 -0
  893. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_anchors_rootcommit.py +0 -0
  894. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_assurance.py +0 -0
  895. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_audit_candidate_ready_logic.py +0 -0
  896. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_audit_index_zahlen_stimmen.py +0 -0
  897. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_audit_marker_line_wrap.py +0 -0
  898. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_audit_matrix_version_pin_binding.py +0 -0
  899. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_audit_output_aufloesbar.py +0 -0
  900. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_ausgelieferte_doku_haelt.py +0 -0
  901. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_automation_verdict.py +0 -0
  902. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_beacon.py +0 -0
  903. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_beide_verifier_pfade_antworten_gleich.py +0 -0
  904. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_branch_base_check.py +0 -0
  905. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_bundle.py +0 -0
  906. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_bundle_robustness.py +0 -0
  907. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_canonical.py +0 -0
  908. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_checkpoint.py +0 -0
  909. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_checkpoint_external_vectors.py +0 -0
  910. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_checkpoint_quorum_property.py +0 -0
  911. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_classify_eval_claim.py +0 -0
  912. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cli.py +0 -0
  913. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cli_eval.py +0 -0
  914. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cli_require_anchor.py +0 -0
  915. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_conformance.py +0 -0
  916. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_conformance_retention_361.py +0 -0
  917. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cosignature.py +0 -0
  918. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cosignature_mldsa.py +0 -0
  919. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_cross_format_singleton_361.py +0 -0
  920. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_anchors.py +0 -0
  921. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_cli.py +0 -0
  922. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_evidence.py +0 -0
  923. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_fuzz.py +0 -0
  924. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_hardening.py +0 -0
  925. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_policy.py +0 -0
  926. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_schema.py +0 -0
  927. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_validator_api.py +0 -0
  928. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_decision_verify.py +0 -0
  929. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_demo.py +0 -0
  930. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_docs_truth.py +0 -0
  931. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_dsse_adversarial.py +0 -0
  932. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_dup_key_reject.py +0 -0
  933. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_ed25519_semantics.py +0 -0
  934. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_eee.py +0 -0
  935. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_emit.py +0 -0
  936. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_emitter_parser_rundlauf.py +0 -0
  937. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_enclave_assurance.py +0 -0
  938. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_erwartungsvergleich_population_guard.py +0 -0
  939. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_eval_claim_schema.py +0 -0
  940. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_eval_evidence_class.py +0 -0
  941. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_evalcard.py +0 -0
  942. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_evalclaim.py +0 -0
  943. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_evidence_pack.py +0 -0
  944. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_evidence_typed_digest.py +0 -0
  945. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_examples.py +0 -0
  946. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_experimental_enclave.py +0 -0
  947. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_findings_register_identity_axis.py +0 -0
  948. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_findings_root_bindet_die_liste.py +0 -0
  949. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_fork_pr_secret_isolation.py +0 -0
  950. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_fuzz_parsers.py +0 -0
  951. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_gate_population_and_nested_leaf.py +0 -0
  952. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_hashalg.py +0 -0
  953. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_hf_entry_verify_eee_digest.py +0 -0
  954. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_hf_evals.py +0 -0
  955. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_inspect_hook.py +0 -0
  956. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_int_magnitude_budget_family.py +0 -0
  957. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto.py +0 -0
  958. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto_claims_hygiene.py +0 -0
  959. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto_content_root_migration.py +0 -0
  960. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto_examples.py +0 -0
  961. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto_spec_diff.py +0 -0
  962. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_intoto_svr.py +0 -0
  963. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_iter9_deepgate_round4.py +0 -0
  964. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_iter9_product_fixes.py +0 -0
  965. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_jcs_mandatory_361.py +0 -0
  966. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_jeder_gegenbeweis_faellt_auf_seiner_achse.py +0 -0
  967. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_kbjwt.py +0 -0
  968. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_korpus_arten_haben_eine_quelle.py +0 -0
  969. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_korpus_stammt_aus_seinem_generator.py +0 -0
  970. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_legacy_assurance_deprecation_361.py +0 -0
  971. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_lens_review_fixes_3_1_3.py +0 -0
  972. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_load_signer_fd_hazard.py +0 -0
  973. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_manifest_lock.json +0 -0
  974. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_membership_hashable_guard.py +0 -0
  975. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_merkle.py +0 -0
  976. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_merkle_consistency_property.py +0 -0
  977. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_merkle_property.py +0 -0
  978. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_mldsa_acvp_vectors.py +0 -0
  979. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_mutant_signature_guard.py +0 -0
  980. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_mutation_isolation.py +0 -0
  981. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_never_raise_361.py +0 -0
  982. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_never_raise_population_guard.py +0 -0
  983. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_never_raise_primary_arg_property.py +0 -0
  984. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_official_vectors.py +0 -0
  985. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_ok_semantics.py +0 -0
  986. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_origin_quorum_rule.py +0 -0
  987. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_ots_calendar_hardening.py +0 -0
  988. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_ots_external_vectors.py +0 -0
  989. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_oversized_int_guard.py +0 -0
  990. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_p05_kette_ereignis_bis_offline_verify.py +0 -0
  991. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_p0_2_disclosure_core_digest.py +0 -0
  992. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_p0_4_coverage_und_zeit.py +0 -0
  993. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_p0_urspruengliche_mutationen.py +0 -0
  994. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_path_argument_type_floor.py +0 -0
  995. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_persample.py +0 -0
  996. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pinned_key_validation.py +0 -0
  997. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_policy_explain_lint.py +0 -0
  998. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_policy_lifecycle_purpose.py +0 -0
  999. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_policy_profiles.py +0 -0
  1000. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_policy_templates.py +0 -0
  1001. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pqsig.py +0 -0
  1002. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pre_tag_attestation.py +0 -0
  1003. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pre_tag_audit_provenance.py +0 -0
  1004. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pre_tag_gate_eigenschaften.py +0 -0
  1005. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_predicate_type_enforcement.py +0 -0
  1006. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_prereg.py +0 -0
  1007. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_promptfoo.py +0 -0
  1008. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_provenance.py +0 -0
  1009. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_public_transparency.py +0 -0
  1010. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_pytest_plugin.py +0 -0
  1011. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_rekor_interop.py +0 -0
  1012. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_gate_distance_invariance.py +0 -0
  1013. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_profile.py +0 -0
  1014. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_property.py +0 -0
  1015. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_same_key_361.py +0 -0
  1016. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_signer_target_340.py +0 -0
  1017. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_statement.py +0 -0
  1018. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_relation_statement_rust_parity.py +0 -0
  1019. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_release_integrity_gate.py +0 -0
  1020. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_render_safe_untrusted_int.py +0 -0
  1021. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_renewal.py +0 -0
  1022. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_renewal_external_token_glue.py +0 -0
  1023. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_renewal_field_magnitude_never_raise.py +0 -0
  1024. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_renewal_policy.py +0 -0
  1025. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_renewal_signed.py +0 -0
  1026. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_reported_version_status.py +0 -0
  1027. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_reproducible_build_361.py +0 -0
  1028. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_rfc6962_external_vectors.py +0 -0
  1029. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_roadmap_frontload_foundations.py +0 -0
  1030. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_root_authenticity.py +0 -0
  1031. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_run_ledger.py +0 -0
  1032. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_schema.py +0 -0
  1033. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_schema_parity.py +0 -0
  1034. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdist_selftest_optional_deps.py +0 -0
  1035. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_adversarial.py +0 -0
  1036. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_duplicate_cnf.py +0 -0
  1037. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_issue.py +0 -0
  1038. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_reference.py +0 -0
  1039. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_resource_budget.py +0 -0
  1040. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_vc.py +0 -0
  1041. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwt_verify_binding.py +0 -0
  1042. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_sdjwtvc_external_vectors.py +0 -0
  1043. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_signature.py +0 -0
  1044. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_statuslist.py +0 -0
  1045. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_subject_binding.py +0 -0
  1046. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_tlogproof.py +0 -0
  1047. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_tree_context_authenticity.py +0 -0
  1048. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_trust_pack.py +0 -0
  1049. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_trust_pack_crypto_agility.py +0 -0
  1050. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_trust_pack_outcome_receivers_role.py +0 -0
  1051. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_trust_pack_payloadtype_negatives.py +0 -0
  1052. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_trust_policy.py +0 -0
  1053. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_type_confusion_wireform.py +0 -0
  1054. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_verification_summary.py +0 -0
  1055. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_verify_matrix.py +0 -0
  1056. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_verify_proof_expected_origin.py +0 -0
  1057. {proofbundle-5.1.0 → proofbundle-6.0.0}/tests/test_wurzelsammlung_schliesst_bauartefakte_aus.py +0 -0
@@ -0,0 +1,131 @@
1
+ # PB-2026-0717-02: the published sdist shipped tests/ WITHOUT their runtime assets (fixtures, schemas,
2
+ # examples, conformance corpus, formal-model results, the scripts the tests invoke) → the full sdist
3
+ # pytest aborted with collection errors. This allowlist grafts exactly the assets the shipped tests need
4
+ # to COLLECT AND RUN.
5
+ #
6
+ # Self-testable, honestly (PKG-2026-0718-01 / RE-GATE): `pip install <sdist> && pytest` runs the
7
+ # package-level suite green. A documented subset of tests assert facts about the REPO/CI/Rust/docs LAYOUT
8
+ # (`.github/workflows` contents, the Rust verifier source under `tools/`, `SPEC.md`/`CITATION.cff`, audit
9
+ # records) — material this allowlist DELIBERATELY prunes (not a Python-package artifact). Those repo-context
10
+ # tests SKIP outside a git checkout (tests/conftest.py::_REPO_CONTEXT_TESTS) rather than fail, so a
11
+ # from-sdist run is clean — the honest form of "self-testable" (package tests run; repo-layout tests declare
12
+ # themselves N/A).
13
+ #
14
+ # Per-directory allowlist (Befund C: not `package-data` — that targets the wheel/import package; the
15
+ # sdist is the right vehicle for top-level tests/ + their assets). Large / non-Python-sdist material is
16
+ # pruned: `tools/` is the Rust verifier + its 138M build tree (Rust runs from a git checkout with a
17
+ # toolchain, never from the Python sdist — a category error to ship it), and build/CI-meta is excluded.
18
+ # The shipped-example policy tests/test_renewal_policy.py loads is included by exact path (PKG-2026-0718-02)
19
+ # — NOT `graft docs/adr`, which would also ship the ADR markdowns whose internal links reference pruned
20
+ # repo files (breaking test_docs_truth from the sdist).
21
+ graft tests
22
+ graft schemas
23
+ graft examples
24
+ graft conformance
25
+ graft formal
26
+ graft docs/readiness_pack
27
+ include docs/adr/renewal_policy.example.json
28
+
29
+ # PB-2026-0831-01: the receipt-envelope profile and its vectors landed on main in #159, but the
30
+ # profile document itself was NOT in the sdist and NOT in the wheel — measured, 0 hits in both.
31
+ # NO prune or exclude rule removed it. MANIFEST.in is an allowlist and the file was simply not on
32
+ # any line; it was missing by absence, not by exclusion. That distinction matters: looking for the
33
+ # offending prune rule would have found nothing and left the file out.
34
+ #
35
+ # The vectors under conformance/envelope_profile/ were already shipped by `graft conformance`
36
+ # (21 of 21 files, 10 of 10 case.json, measured). Only the prose document was missing, and it is
37
+ # the half a reader needs to know what the vectors prove.
38
+ #
39
+ # Named by exact path rather than `graft docs`, for the same reason the ADR example above is: a
40
+ # blanket graft would also ship documents whose internal links point at pruned repo files, which
41
+ # breaks test_docs_truth from the sdist.
42
+ include docs/RECEIPT_ENVELOPE_PROFILE.md
43
+ # Same reason, measured 01.09.2026: 14 conformance cases under conformance/agent_review/
44
+ # cite this file NORMATIVELY (`specRef`), and it was not shipped — the corpus referred to a
45
+ # document the installed package did not contain. It carries no local links, so it cannot
46
+ # break test_docs_truth the way a `graft docs` would.
47
+ include docs/AGENT_REVIEW_PREDICATE.md
48
+ # PB-2026-0902-01: der sdist enthielt `conformance/` (94 Faelle, `graft conformance`), aber NICHT
49
+ # das Makefile, ueber das die Doku den Korpus fahren laesst. Wer den sdist auspackt und
50
+ # `make conformance` ruft, bekommt "No rule to make target" — der Korpus ist da und
51
+ # unerreichbar. Gefunden von der as-shipped-Linse des Tiefen-Gates am 02.09.2026. Wie schon bei
52
+ # `RECEIPT_ENVELOPE_PROFILE.md`: keine prune-Regel entfernte es, es stand auf keiner Zeile.
53
+ include Makefile
54
+ # AUFLAGE des Owners 2026-09-06 zur Karte OA-8b1a31cc4f, Auflage 1: `graft scripts` ist durch eine
55
+ # AUSDRUECKLICHE Liste ersetzt. Ein graft ist eine Vollmacht auf alles, was kuenftig in dem Ordner
56
+ # landet — auch auf ein Signierwerkzeug, das noch niemand geschrieben hat. Eine Liste ist eine
57
+ # Entscheidung je Datei, und eine neue Datei muss hier auftauchen, bevor sie ausgeliefert wird.
58
+ #
59
+ # DRAUSSEN, und warum (gemessen 2026-09-06, AST-Suche nach einem schluessel-LESENDEN Codepfad):
60
+ # scripts/pre_tag_receipt.py liest `Ed25519PrivateKey.from_private_bytes` ueber --privkey-file.
61
+ # Der Modus BLEIBT im Repo — er ist der Owner-Signierweg am Mac
62
+ # (Owner-Entscheid 2026-09-06) — aber er wird nicht ausgeliefert.
63
+ # scripts/gen_findings_register.py liest denselben Weg aus Umgebung oder Datei.
64
+ #
65
+ # DRIN, obwohl der Name anderes vermuten laesst: scripts/sign_readiness_artifact.py. Gemessen traegt
66
+ # es KEINEN Codepfad, der einen privaten Schluessel liest — nur `Ed25519PublicKey` zum PRUEFEN einer
67
+ # extern erzeugten Signatur. Es emittiert kanonische Bytes und setzt eine fremde Signatur zusammen;
68
+ # selbst beglaubigen kann es nichts. Es aus dem sdist zu nehmen haette ausserdem
69
+ # `audit_candidate_matrix.py` gebrochen, das seinen `tree_digest` importiert, und mit ihm zehn
70
+ # ausgelieferte Testdateien. Der Riegel dagegen ist nicht die Abwesenheit der Datei, sondern
71
+ # `tests/test_sdist_ohne_signierwerkzeug.py`: er misst die sdist-Dateiliste und wird rot, sobald
72
+ # darin ein Skript einen privaten Schluessel liest — per AST, damit eine Erwaehnung im Docstring
73
+ # nicht als Codepfad zaehlt.
74
+ # NICHT NUR PYTHON, und das war eine Luecke dieser Liste selbst (gefunden am 06.09.2026 durch
75
+ # den Probe-Merge der vier Lanes). `graft scripts` lieferte ALLES unter dem Ordner aus; die erste
76
+ # Fassung dieser Liste entschied nur ueber `*.py`, und damit fielen fuenf Dateien still heraus.
77
+ # Zwei davon liest ein AUSGELIEFERTES Skript (`rust_parity_gate.py:58` die Registry,
78
+ # `mutation_check.py:716` die Gewichte), zwei ruft ein AUSGELIEFERTES Makefile-Ziel
79
+ # (`make demo`, `make demo-tamper`). Ein Skript ohne seine Datendatei ist kein Skript.
80
+ #
81
+ # DRAUSSEN und ausdruecklich entschieden: scripts/install_git_hooks.sh — seine Verbraucher sind der
82
+ # git-Hook des Checkouts und der CI-Kanal, beides gibt es im sdist nicht.
83
+ include scripts/demo.sh
84
+ include scripts/demo_tamper.sh
85
+ include scripts/mutation_shard_weights.json
86
+ include scripts/rust_parity_registry.json
87
+ include scripts/_build_anchor_fixture.py
88
+ include scripts/audit_candidate_matrix.py
89
+ include scripts/audit_output_aufloesbar.py
90
+ include scripts/branch_base_check.py
91
+ include scripts/build_reproducible.py
92
+ include scripts/check_version_and_changelog.py
93
+ include scripts/claims_hygiene_check.py
94
+ include scripts/doc_link_check.py
95
+ include scripts/finding_base_drift.py
96
+ include scripts/findings_register.py
97
+ include scripts/fork_pr_secret_isolation.py
98
+ include scripts/fuzz_soak.py
99
+ include scripts/gate_qualification_harness.py
100
+ include scripts/gen_synthetic_ots_fixture.py
101
+ include scripts/mutant_signature_guard.py
102
+ include scripts/mutation_check.py
103
+ include scripts/mutation_operators_fresh.py
104
+ include scripts/pre_tag_attestation.py
105
+ include scripts/pre_tag_audit_gate.py
106
+ include scripts/pre_tag_receipt_lib.py
107
+ include scripts/readiness_pack_gate.py
108
+ include scripts/readiness_pack_manifest.py
109
+ include scripts/release_text_hygiene.py
110
+ include scripts/render_demo.py
111
+ include scripts/rust_parity_gate.py
112
+ include scripts/shipped_docs_check.py
113
+ include scripts/sign_readiness_artifact.py
114
+ include scripts/test_manifest_gate.py
115
+ include scripts/type_confusion_gate.py
116
+
117
+ # Never ship: the Rust verifier + build artifacts, repo/CI meta, caches, VCS, big review packs.
118
+ prune tools
119
+ prune audit_artifacts
120
+ prune .github
121
+ prune target
122
+ global-exclude __pycache__
123
+ global-exclude *.py[cod]
124
+ global-exclude *.so
125
+ global-exclude *.rs
126
+ global-exclude *.orig
127
+ # Die sechs v0.1-Receipts und die zwei v0.2-Receipts: tests/test_agent_review_v01_regression.py
128
+ # liest sie als Regression gegen die unter 5.1.0 gemessenen Urteile. Ohne diese Zeile stand das
129
+ # Modul in der sdist als repo-context und uebersprang alle 20 Faelle (Linse 3 auf PR 185,
130
+ # FUND-1) — dieselbe Klasse wie PB-2026-0717-02, PB-2026-0831-01 und PB-2026-0902-01.
131
+ recursive-include receipts/agent_review *.receipt.json *.block.md *.publickey.hex
@@ -0,0 +1,317 @@
1
+ Metadata-Version: 2.4
2
+ Name: proofbundle
3
+ Version: 6.0.0
4
+ Summary: Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT.
5
+ Author: Konrad Gruszka
6
+ License: MIT
7
+ Project-URL: Homepage, https://b7n0de.com
8
+ Project-URL: Repository, https://github.com/b7n0de/proofbundle
9
+ Project-URL: Issues, https://github.com/b7n0de/proofbundle/issues
10
+ Project-URL: Changelog, https://github.com/b7n0de/proofbundle/blob/main/CHANGELOG.md
11
+ Project-URL: Documentation, https://github.com/b7n0de/proofbundle#readme
12
+ Keywords: cryptography,merkle,transparency-log,ed25519,sd-jwt,verifiable-credentials,attestation,provenance,rfc6962
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: Security :: Cryptography
23
+ Requires-Python: >=3.10
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE
26
+ Requires-Dist: cryptography>=42
27
+ Requires-Dist: rfc8785>=0.1.4
28
+ Provides-Extra: sdjwt
29
+ Provides-Extra: eval
30
+ Requires-Dist: rfc8785>=0.1.4; extra == "eval"
31
+ Provides-Extra: anchors
32
+ Requires-Dist: rfc3161-client>=1.0.6; extra == "anchors"
33
+ Requires-Dist: opentimestamps<0.5,>=0.4.5; extra == "anchors"
34
+ Requires-Dist: rfc8785>=0.1.4; extra == "anchors"
35
+ Provides-Extra: adapters
36
+ Provides-Extra: chia
37
+ Provides-Extra: experimental
38
+ Provides-Extra: pq
39
+ Requires-Dist: cryptography>=48; extra == "pq"
40
+ Provides-Extra: rootcommit
41
+ Requires-Dist: ecdsa>=0.18; extra == "rootcommit"
42
+ Provides-Extra: formal
43
+ Requires-Dist: z3-solver>=4.12; extra == "formal"
44
+ Provides-Extra: pytest
45
+ Requires-Dist: pytest>=7; extra == "pytest"
46
+ Provides-Extra: test
47
+ Requires-Dist: pytest>=7; extra == "test"
48
+ Requires-Dist: hypothesis>=6; extra == "test"
49
+ Requires-Dist: PyYAML>=6; extra == "test"
50
+ Requires-Dist: jsonschema>=4; extra == "test"
51
+ Requires-Dist: sd-jwt>=0.10; extra == "test"
52
+ Requires-Dist: rfc8785>=0.1.4; extra == "test"
53
+ Provides-Extra: inspect
54
+ Requires-Dist: inspect_ai<=0.3.261,>=0.3.112; extra == "inspect"
55
+ Provides-Extra: dev
56
+ Requires-Dist: pytest>=7; extra == "dev"
57
+ Requires-Dist: ruff<0.17,>=0.5; extra == "dev"
58
+ Requires-Dist: jsonschema>=4; extra == "dev"
59
+ Requires-Dist: mypy<3,>=1.8; extra == "dev"
60
+ Requires-Dist: build>=1; extra == "dev"
61
+ Requires-Dist: hypothesis>=6; extra == "dev"
62
+ Requires-Dist: rfc8785>=0.1.4; extra == "dev"
63
+ Requires-Dist: sd-jwt>=0.10; extra == "dev"
64
+ Requires-Dist: PyYAML>=6; extra == "dev"
65
+ Requires-Dist: inspect_ai<=0.3.261,>=0.3.112; extra == "dev"
66
+ Dynamic: license-file
67
+
68
+ <div align="center">
69
+
70
+ <picture>
71
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/b7n0de/proofbundle/main/assets/b7n0de-hase-logo-dark.png">
72
+ <img alt="b7n0de, Verified AI Work, pink rabbit mascot over the B7N0DE wordmark" src="https://raw.githubusercontent.com/b7n0de/proofbundle/main/assets/b7n0de-hase-logo.png" width="200">
73
+ </picture>
74
+
75
+ <h1>proofbundle</h1>
76
+
77
+ [![CI](https://github.com/b7n0de/proofbundle/actions/workflows/ci.yml/badge.svg)](https://github.com/b7n0de/proofbundle/actions/workflows/ci.yml)
78
+ [![demo reproducible](https://github.com/b7n0de/proofbundle/actions/workflows/demo-reproducible.yml/badge.svg)](https://github.com/b7n0de/proofbundle/actions/workflows/demo-reproducible.yml)
79
+ [![PyPI](https://img.shields.io/pypi/v/proofbundle.svg)](https://pypi.org/project/proofbundle/)
80
+ [![Python](https://img.shields.io/pypi/pyversions/proofbundle.svg)](https://pypi.org/project/proofbundle/)
81
+ [![License: MIT](https://img.shields.io/badge/license-MIT-D6248A.svg)](https://github.com/b7n0de/proofbundle/blob/main/LICENSE)
82
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21110642.svg)](https://doi.org/10.5281/zenodo.21110642)
83
+
84
+ **AI eval results need receipts.**
85
+
86
+ Turn an AI evaluation result, review, decision, or action outcome into a portable receipt that can be checked offline.
87
+
88
+ proofbundle lets a verifier check **which key signed the exact bytes** and **whether those bytes changed**. It does not prove that the result is true, that the signer is trustworthy, or that the evaluation was sound.
89
+
90
+ **One file. No verification server. No network required.**
91
+
92
+ [Quick start](#quick-start) · [What it proves](#what-a-receipt-proves) · [New in 6.0.0](#new-in-600) · [New in 5.1.0](#new-in-510) · [Adoption review](https://github.com/b7n0de/proofbundle/blob/main/docs/REVIEWERS.md) · [Documentation](#documentation)
93
+
94
+ </div>
95
+
96
+ ## New in 6.0.0
97
+
98
+ [proofbundle 6.0.0](https://github.com/b7n0de/proofbundle/releases/tag/v6.0.0) makes `agent-review/v0.2`
99
+ what the emitter produces without an argument. That is the one break of this MAJOR: v0.1 needs an explicit
100
+ `legacy_v01=True`, stays readable and verifiable without a deadline, and is reported as
101
+ `predicateVersionStatus: legacy` by the new dispatcher `verify_agent_review_any`. v0.2 requires
102
+ `subjectContext.disclosureCoreDigest` and derived `limitationCodes`, separates time claims by source,
103
+ accepts only the full 40-character `fixCommit`, and carries a named policy axis: `verify_agent_review_v02`
104
+ evaluates the derived codes and the coverage status against a policy that is a file (the standard one ships
105
+ in the package and its digest appears in the result), with three decisions, `accept`, `reject` and
106
+ `insufficient_evidence`.
107
+
108
+ Two things a relying party should know. A receipt whose own time claims contradict each other is now
109
+ rejected with `TIME_CLAIMS_CONFLICT` regardless of policy, and a malformed policy file is refused before it
110
+ decides (`POLICY_NOT_EVALUABLE`), never read as a permissive one. Non-fatal notes such as
111
+ `POLICY_NOT_EVALUATED` and `AGENT_REVIEW_LEGACY_V01` live in `advisory_codes`; `reason_codes` is empty for
112
+ a valid receipt. The six published v0.1 receipts verify as before; the full list is in the
113
+ [CHANGELOG](https://github.com/b7n0de/proofbundle/blob/main/CHANGELOG.md).
114
+
115
+ > **Release status**
116
+ >
117
+ > The closing audit verdict for 6.0.0 was `FIX_FIRST`, not `WITHSTANDS_DEEPGATE`. Three findings
118
+ > were confirmed and stay open; they are published in [RESTRISIKO_600.md](https://github.com/b7n0de/proofbundle/blob/main/RESTRISIKO_600.md),
119
+ > together with the scope each statement of that round holds over: the mutation gate ran over a
120
+ > measured subset of the suite, the parity gate over all 68 source files. Both figures are stated
121
+ > in RESTRISIKO_600.md with the definition of what they count — this page deliberately carries no
122
+ > test count, because one here goes stale with the next added test (`tests/test_docs_truth.py`).
123
+
124
+ ## New in 5.1.0
125
+
126
+ [proofbundle 5.1.0](https://github.com/b7n0de/proofbundle/releases/tag/v5.1.0) adds a new receipt kind for disclosing AI agent involvement and review in pull requests and issues.
127
+
128
+ - **Agent review receipts** bind the reviewed GitHub object, the declared review runs, coverage, findings, limitations, and the human visible disclosure.
129
+ - **Stronger subject and disclosure binding** prevents a valid receipt from silently travelling to another object or a visible block from claiming more than the signed predicate.
130
+ - **Clearer time and coverage semantics** separate declared event time from witness observation time and reject ambiguous claims of complete coverage.
131
+ - **Hardened correction chains** prevent an untrusted receipt from taking over the current position in a correction or supersession chain.
132
+ - **Executable conformance coverage** now includes the agent review predicate and the receipt envelope profile.
133
+
134
+ One behaviour change deserves attention before upgrading. `automation_summary` now adds `RECEIPT_NOT_OK` to its blockers when a receipt is not `ok`. Read the [5.1.0 changelog](https://github.com/b7n0de/proofbundle/blob/main/CHANGELOG.md#510---2026-08-31-the-profile-a-stranger-can-read--minor) before updating automation.
135
+
136
+ > **Release status**
137
+ >
138
+ > The closing audit verdict for 5.1.0 was `PARTIAL_GATE_NO_WITHSTANDS`, not `WITHSTANDS_DEEPGATE`. The declared residual risks are published in [RESTRISIKO_510.md](https://github.com/b7n0de/proofbundle/blob/main/RESTRISIKO_510.md).
139
+
140
+ ## Quick start
141
+
142
+ Install the core verifier.
143
+
144
+ ```bash
145
+ python -m pip install proofbundle
146
+ ```
147
+
148
+ Requires Python 3.10 or newer. The core installs two dependencies, `cryptography` and `rfc8785`.
149
+
150
+ Download a real example receipt and verify it offline.
151
+
152
+ ```bash
153
+ curl -fsSL \
154
+ https://raw.githubusercontent.com/b7n0de/proofbundle/main/examples/example_bundle.json \
155
+ -o receipt.json
156
+
157
+ proofbundle verify receipt.json
158
+ ```
159
+
160
+ The command uses the local file only. Its exit code is part of the public contract.
161
+
162
+ ```text
163
+ 0 verified
164
+ 1 verification failed
165
+ 2 malformed input or usage error
166
+ 3 relying party policy not met
167
+ ```
168
+
169
+ Run the tamper demo.
170
+
171
+ ```bash
172
+ python -m pip install "proofbundle[eval]"
173
+ proofbundle demo
174
+ ```
175
+
176
+ The demo checks an honest receipt, multiple tampered variants, and a sample swap. It exits nonzero if a tamper is accepted.
177
+
178
+ For a guided walkthrough, see [docs/DEMO.md](https://github.com/b7n0de/proofbundle/blob/main/docs/DEMO.md). For Inspect, see [docs/INSPECT_HAPPY_PATH.md](https://github.com/b7n0de/proofbundle/blob/main/docs/INSPECT_HAPPY_PATH.md).
179
+
180
+ ## What a receipt proves
181
+
182
+ | A verified receipt can establish | A verified receipt does not establish |
183
+ |---|---|
184
+ | A stated key signed these exact bytes | The real world identity or honesty of the key holder |
185
+ | The signed content has not changed | The truth of the reported score or finding |
186
+ | A supplied Merkle inclusion or sample opening is valid | That the evaluation design was good |
187
+ | A declared threshold, provenance field, or relation is present and bound | That the computation itself was correct |
188
+ | A supplied relying party policy was met | That no omitted run or cherry picked result exists unless the chosen profile makes that claim testable |
189
+
190
+ This boundary is the product. proofbundle makes a claim attributable and tamper evident without turning the claim into truth.
191
+
192
+ Read the full [threat model](https://github.com/b7n0de/proofbundle/blob/main/THREAT_MODEL.md) and the project wide [non claims](https://github.com/b7n0de/proofbundle/blob/main/docs/NON_CLAIMS.md).
193
+
194
+ ## Choose the path that matches your task
195
+
196
+ | Task | Install | Start here |
197
+ |---|---|---|
198
+ | Verify an existing receipt offline | `proofbundle` | [Quick start](#quick-start), [SPEC.md](https://github.com/b7n0de/proofbundle/blob/main/SPEC.md) |
199
+ | Emit an evaluation receipt or preregistration | `proofbundle[eval]` | [docs/DEMO.md](https://github.com/b7n0de/proofbundle/blob/main/docs/DEMO.md), [EVAL_CLAIM.md](https://github.com/b7n0de/proofbundle/blob/main/EVAL_CLAIM.md) |
200
+ | Integrate with Inspect AI | `proofbundle[inspect]` | [docs/INSPECT_HAPPY_PATH.md](https://github.com/b7n0de/proofbundle/blob/main/docs/INSPECT_HAPPY_PATH.md) |
201
+ | Add a signed agent review disclosure to a PR or issue | `proofbundle` | [5.1.0 release notes](https://github.com/b7n0de/proofbundle/releases/tag/v5.1.0), [conformance/agent_review](https://github.com/b7n0de/proofbundle/tree/main/conformance/agent_review/) |
202
+ | Verify RFC 3161 or OpenTimestamps evidence | `proofbundle[anchors]` | [docs/ANCHORS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/ANCHORS.md) |
203
+ | Verify ML-DSA-44 witness cosignatures | `proofbundle[pq]` | [docs/ANCHORS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/ANCHORS.md) |
204
+ | Explore the TEE attestation bridge | `proofbundle[experimental]` | [docs/EXPERIMENTAL_ENCLAVE.md](https://github.com/b7n0de/proofbundle/blob/main/docs/EXPERIMENTAL_ENCLAVE.md) |
205
+
206
+ ## How it works
207
+
208
+ ```text
209
+ evaluation, review, decision, or action
210
+ │
211
+ ▼
212
+ canonical statement and commitments
213
+ │
214
+ ▼
215
+ signature and optional Merkle proofs
216
+ │
217
+ ▼
218
+ one portable receipt file
219
+ │
220
+ ▼
221
+ proofbundle verification offline
222
+ │
223
+ ▼
224
+ separate verification axes and policy result
225
+ ```
226
+
227
+ The verifier checks only the evidence supplied to it. Trust anchors, expected subjects, currentness information, and policy requirements come from the relying party.
228
+
229
+ ## Capabilities and maturity
230
+
231
+ proofbundle is a **beta project**. Shipped does not mean that every profile has the same maturity.
232
+
233
+ | Capability | What it provides | Maturity |
234
+ |---|---|---|
235
+ | Core receipt verification | Ed25519 signatures, RFC 6962 and RFC 9162 Merkle inclusion, strict parsing, offline verification | Shipped |
236
+ | Evaluation receipts | Metric and threshold claims, provenance, salted commitments, optional per sample audit | Shipped |
237
+ | Selective disclosure | SD-JWT with key binding for hiding selected values while preserving verifiability | Shipped |
238
+ | Agent review receipts | Signed self declarations for AI involvement and review in PRs and issues | `agent-review/v0.2` experimental in 6.0.0 and the default; `agent-review/v0.1` legacy, still readable and byte-pinned. Self declared assurance only |
239
+ | Inspect, pytest, and Hugging Face bridges | Opt in adapters for existing evaluation workflows | Shipped |
240
+ | External time evidence | RFC 3161, OpenTimestamps, and a bring your own anchor interface | Experimental, the `[anchors]` extra |
241
+ | Decision receipts | A gate's verdict over named evidence, bound to the receipts it judged, never a claim that the verdict was correct | Shipped |
242
+ | Outcome, relation, run ledger, trust pack, and verification summary predicates | Typed evidence graphs and relying party policy inputs | Experimental |
243
+ | TEE attestation bridge | RATS and EAT based enclave evidence | Preview, experimental |
244
+ | Independent Rust cross-verifier (`tools/pb_verify_rs`) | A second implementation that cross-checks the conformance corpus differentially; not part of the wheel or the sdist | Experimental in 6.0.0 and advisory only: agreement on recorded vectors, no conformance promise; own milestone 6.1 |
245
+
246
+ The full predicate inventory and maturity labels live in [docs/predicates/README.md](https://github.com/b7n0de/proofbundle/blob/main/docs/predicates/README.md).
247
+
248
+ ## Security and trust
249
+
250
+ - The verifier uses `cryptography` for Ed25519 and `rfc8785` for canonicalization. It does not implement its own cryptographic primitives.
251
+ - Correctness is checked against external RFC 6962 vectors and a real Sigstore Rekor proof, not only against the project's own receipts.
252
+ - The test suite sits behind a mutation gate and property based parser fuzzing.
253
+ - The receipt signature is Ed25519 and is not post quantum. Post quantum coverage today is limited to witness side ML-DSA-44 cosignatures. A post quantum payload signature is on the roadmap and not yet built. Detail in [docs/ANCHORS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/ANCHORS.md).
254
+ - Releases are built once, carry SLSA build provenance, and are published through PyPI Trusted Publishing, where PyPI records PEP 740 attestations for the same bytes.
255
+ - A second, independent verifier written in Rust cross-checks the conformance corpus. It is advisory: differential agreement on the recorded vectors, not a correctness proof of either implementation, and it does not ship in the package.
256
+ - The conformance corpus includes positive controls and counter proofs. Read what it does and does not establish in [CONFORMANCE.md](https://github.com/b7n0de/proofbundle/blob/main/CONFORMANCE.md).
257
+ - The 30 minute adversarial adoption path is in [docs/REVIEWERS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/REVIEWERS.md).
258
+ - Security reports follow [SECURITY.md](https://github.com/b7n0de/proofbundle/blob/main/SECURITY.md).
259
+ - Release specific audit artefacts and residual risks remain visible rather than being folded into a single green status.
260
+
261
+ ### OpenSSF Scorecard
262
+
263
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/b7n0de/proofbundle/badge)](https://scorecard.dev/viewer/?uri=github.com/b7n0de/proofbundle)
264
+
265
+ The aggregate score is a live heuristic, not a product verdict. Several checks score zero for reasons that are written down rather than hidden, one sentence per check, in [docs/SCORECARD.md](https://github.com/b7n0de/proofbundle/blob/main/docs/SCORECARD.md). The [OpenSSF self assessment](https://github.com/b7n0de/proofbundle/blob/main/docs/openssf_best_practices_self_assessment.md) walks the Best Practices criteria honestly.
266
+
267
+ ## Standards and interoperability
268
+
269
+ proofbundle is a small offline receipt layer that complements, rather than replaces, systems such as in-toto, Sigstore, SCITT, transparency logs, trusted execution environments, and independent reproduction.
270
+
271
+ - [INTEROP.md](https://github.com/b7n0de/proofbundle/blob/main/INTEROP.md) compares the boundaries tool by tool.
272
+ - [docs/RECEIPT_ENVELOPE_PROFILE.md](https://github.com/b7n0de/proofbundle/blob/main/docs/RECEIPT_ENVELOPE_PROFILE.md) defines the portable envelope profile.
273
+ - [docs/IN_TOTO_PROFILE.md](https://github.com/b7n0de/proofbundle/blob/main/docs/IN_TOTO_PROFILE.md) describes the in-toto mapping.
274
+ - [docs/SCITT_CPB_MAPPING.md](https://github.com/b7n0de/proofbundle/blob/main/docs/SCITT_CPB_MAPPING.md) records the SCITT mapping.
275
+ - [docs/RELATED_WORK.md](https://github.com/b7n0de/proofbundle/blob/main/docs/RELATED_WORK.md) holds the research neighbourhood.
276
+
277
+ ## Documentation
278
+
279
+ | Reader | Start here |
280
+ |---|---|
281
+ | New user | [docs/GLOSSARY.md](https://github.com/b7n0de/proofbundle/blob/main/docs/GLOSSARY.md), [docs/DEMO.md](https://github.com/b7n0de/proofbundle/blob/main/docs/DEMO.md) |
282
+ | Adopter or security reviewer | [docs/REVIEWERS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/REVIEWERS.md), [THREAT_MODEL.md](https://github.com/b7n0de/proofbundle/blob/main/THREAT_MODEL.md) |
283
+ | Implementer | [SPEC.md](https://github.com/b7n0de/proofbundle/blob/main/SPEC.md), [CONFORMANCE.md](https://github.com/b7n0de/proofbundle/blob/main/CONFORMANCE.md) |
284
+ | Integrator | [INTEGRATIONS.md](https://github.com/b7n0de/proofbundle/blob/main/INTEGRATIONS.md), [docs/INSPECT_HAPPY_PATH.md](https://github.com/b7n0de/proofbundle/blob/main/docs/INSPECT_HAPPY_PATH.md) |
285
+ | Relying party | [docs/POLICY_PROFILES.md](https://github.com/b7n0de/proofbundle/blob/main/docs/POLICY_PROFILES.md), [docs/TRUST_ANCHORS.md](https://github.com/b7n0de/proofbundle/blob/main/docs/TRUST_ANCHORS.md) |
286
+ | Standards or research reader | [INTEROP.md](https://github.com/b7n0de/proofbundle/blob/main/INTEROP.md), [docs/RELATED_WORK.md](https://github.com/b7n0de/proofbundle/blob/main/docs/RELATED_WORK.md) |
287
+ | Release reviewer | [CHANGELOG.md](https://github.com/b7n0de/proofbundle/blob/main/CHANGELOG.md), [docs/PRE_TAG_AUDIT.md](https://github.com/b7n0de/proofbundle/blob/main/docs/PRE_TAG_AUDIT.md) |
288
+
289
+ ## Scope
290
+
291
+ proofbundle is not a hosted transparency service, a complete in-toto client, a trusted execution environment, a consensus system, or a compliance product by itself.
292
+
293
+ It is the portable, standards oriented receipt layer between an evidence producer and a relying party.
294
+
295
+ Roadmap, stated as not yet built. A post quantum payload signature, and a CLI flag to select the content root algorithm, `jcs-sha256-v1` is the signed default today.
296
+
297
+ ## Citation
298
+
299
+ Machine readable citation metadata is in [CITATION.cff](https://github.com/b7n0de/proofbundle/blob/main/CITATION.cff).
300
+
301
+ The archival software record uses concept DOI [10.5281/zenodo.21110642](https://doi.org/10.5281/zenodo.21110642). The Technical Note uses concept DOI [10.5281/zenodo.21230466](https://doi.org/10.5281/zenodo.21230466).
302
+
303
+ ## Contributing
304
+
305
+ Read [CONTRIBUTING.md](https://github.com/b7n0de/proofbundle/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/b7n0de/proofbundle/blob/main/CODE_OF_CONDUCT.md).
306
+
307
+ Good first issues use the [`good-first-issue`](https://github.com/b7n0de/proofbundle/labels/good-first-issue) label. Security findings follow [SECURITY.md](https://github.com/b7n0de/proofbundle/blob/main/SECURITY.md).
308
+
309
+ The verifier core aims to remain small, dependency light, and auditable.
310
+
311
+ ## License
312
+
313
+ MIT, see [LICENSE](https://github.com/b7n0de/proofbundle/blob/main/LICENSE).
314
+
315
+ ---
316
+
317
+ <p align="center"><sub>proofbundle is part of <b>b7n0de</b>, Verified AI Work · <a href="https://b7n0de.com">b7n0de.com</a></sub></p>