Chain audit
Audit
Empty chain.
Verify this chain (and every body)
1
Get the verifier (one stdlib-Python file):
curl -O https://append.page/verify.py
2
Run it on this page:
python verify.py https://append.page/p/internships
Exit code 0 means: every entry's hash recomputes correctly, every prev_hash link is consistent, and for every non-erased entry SHA-256(salt || body) matches the on-chain body_commitment. Erased entries skip the body check (no body to verify against), but the chain link is still checked. See AGENTS.md §8 for the full model.
Chain
(Empty.)