A core integrity risk (see SECURITY.md) is a fake node injecting triggers to force a false alert.
Task: design and prototype signed triggers (per-node key, signature over the JSON payload) and verification in the gateway before a trigger reaches consensus. Discuss key provisioning.
Pointers: 6_Server/gateway.py::parse_payload, tremormesh/consensus.py.
A core integrity risk (see SECURITY.md) is a fake node injecting triggers to force a false alert.
Task: design and prototype signed triggers (per-node key, signature over the JSON payload) and verification in the gateway before a trigger reaches consensus. Discuss key provisioning.
Pointers:
6_Server/gateway.py::parse_payload,tremormesh/consensus.py.