Security

Full notes live in verse-node/SECURITY.md in the repository. Summary below.

Cryptographically sound (verified)

Fixed in this pass

Replay is the teeth

A signature alone proves the provider signed something. Verification re-runs the exact capsule on the exact input and checks the output hash. A correctly- signed receipt for a fabricated output is rejected; the client is refunded; the cheater earns nothing. This is what makes the mesh trust-minimized for deterministic work.

Remaining (documented — real fixes, not yet wired)

Continue to Roadmap.