Last updated 21 September 2026
The whole product runs on Cloudflare: the worker and the database. There is no server we patch, no port left open, and no VPS with a stale operating system. The attack surface is the code we wrote and the four sub-processors we publish.
Every query is filtered by workspace on the server before it runs, not by hiding rows in the front end. A workspace identifier is never taken from a request body or a URL and trusted; it comes from the session. The command palette says on the panel itself that results come from this workspace only, because that is enforced rather than implied.
TLS everywhere, with HSTS. Encryption at rest on the database. A strict Content Security Policy on every response, no inline script in the application, and no third party script on the pages where you are signed in.
We are not SOC 2 certified and we do not display a badge we have not earned. We are a small team and we would rather tell you exactly how the thing is built than point at an audit we have not had. When we start that process this page will say so, with the date.
Email security@hisendy.com. Tell us what you found and how to reproduce it. We acknowledge within one working day, we will not take legal action against good faith research, and we will credit you if you want to be credited.