mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-03 19:53:43 +00:00
Makes the paper's pin-store safety proposition true in the deployed code: - the full signed STH is retained at pin and at each advance (not just size+root), so on equivocation both conflicting heads are transferable, signature-verifiable evidence; - any equivocation (same-size root mismatch, or a consistency anchor disagreeing with the pin) persists poisoned=true with both signed heads and refuses ALL further operations for that log, restart-proof and independent of the update flag; - rollback unchanged. 102 tests (was 100): poison persistence, evidence transferability, full-head retention. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures/mini-ed25519-verified/verification | ||
| test_agent.py | ||
| test_artifact.py | ||
| test_attestation.py | ||
| test_boundaries.py | ||
| test_claim_cards.py | ||
| test_claim_failures.py | ||
| test_curriculum_notebooks.py | ||
| test_doctor.py | ||
| test_dogfood.py | ||
| test_hygiene.py | ||
| test_lean.py | ||
| test_manifest_parsing.py | ||
| test_profiles.py | ||
| test_provider.py | ||
| test_quorum.py | ||
| test_risk.py | ||
| test_signing.py | ||
| test_sthstore.py | ||
| test_transparency.py | ||
| test_wallet.py | ||
| test_wallet_hardening.py | ||
| test_walletmcp.py | ||
| test_web_and_witness.py | ||