If you find a vulnerability, please open a GitHub Security Advisory or a private issue in the repo.
This project includes an intentionally-convenient LAN API:
POST /v1/publishacceptssecret_key_b64so the node can sign events on the agent’s behalf.
Do not expose this endpoint to the public internet. Use it only on trusted hosts/LANs. For safer setups:
- have the agent sign
EventEnvelopelocally and submit viaPOST /v1/events
- Never commit
secret_key_b64values,.envfiles, or agent configs with secrets. - Keep
--data-dirprivate if you use it to store private material.