Security
What is real today is integrity through hashing and real auth:
- Receipt integrity — DefendableCloud mints per-org hash-chained receipts (
receipt_sha256over canonical JSON,parent_hashlinking each receipt to the prior one). DefendableRouter v0.1 writes a local JSONL ledger where every record carries achecksum_sha256over its canonical content (the router’s receipts are checksummed but not hash-chained — said honestly). - Verification — the cloud exposes
/ledger/verify, which recomputes each hash, checks sequentialorg_seq, and validates parent links; tampering with a stored payload flipsok:falseand pinpoints the offending receipt. - Auth — DefendableCloud uses JWT magic-link auth; DefendableRouter’s worker contract uses a bearer worker-token (only
/workers/*is authenticated in v0.1).
🐝 Operator-grade · books and records · to the shed.