Skip to content
Early access

Moosewave is in private early access and not yet generally available. Join the waitlist for an invitation.

Moosewave

Security and data protection

What is actually in place today, and what is not. Moosewave is in early access, and this page is written to be accurate rather than reassuring — including the section listing what we do not have.

How is customer data isolated between accounts?

Every record carries a tenant identifier, and isolation is enforced in the database itself through row-level security policies rather than only in application code. A query that omits the tenant context returns nothing rather than returning everything.

This matters because application-layer isolation fails open: one missing WHERE clause in one endpoint exposes another account's data, and that endpoint may be written months after the pattern was established. A database policy fails closed instead, so the same mistake returns an empty result rather than a breach.

How is data encrypted?

Data is encrypted in transit using TLS, and at rest using the storage-layer encryption provided by our infrastructure provider. Credentials and API keys are stored hashed or encrypted rather than in plain text.

We describe this plainly rather than as 'bank-level' or 'military-grade', because those phrases describe no specific control. What matters to an assessor is which algorithm, which key management, and who can access the keys — and those are questions we answer directly on request.

Where is data stored?

Data for this website, including waitlist signups, is stored in Amazon Web Services in the eu-north-1 region, located in Stockholm, Sweden. Personal data collected here therefore remains within the European Union.

Moosewave is operated by Horizonfold Labs LLP, an Indian entity. India's Digital Personal Data Protection Act 2023 permits transfer to countries not on a government blocklist, and the European Union is not restricted. For EU data subjects, storage within the EU avoids a cross-border transfer entirely.

Who can access production systems?

Access to production infrastructure is limited to the engineers who require it, authenticated through the cloud provider's identity system with multi-factor authentication required. Infrastructure is defined as code and changes are made through that definition rather than by console clicking, so the change history is reviewable.

We are a small team, and we will not describe our access model as more elaborate than it is. There is no separate security operations function; the people who build the system are the people who operate it.

How are vulnerabilities handled?

Dependencies are scanned for known vulnerabilities as part of the build, and we track advisories affecting the languages and runtimes we use. Reports from outside are welcome at the address below and we will acknowledge them.

We do not currently run a paid bug bounty programme, and we would rather say so than imply a level of formality we have not reached.

What we do not have

Certifications are frequently implied on pages like this one through phrasing that stops just short of a claim. The following are stated plainly so nobody has to interpret anything.

SOC 2 Type II
Not certified. No audit has been completed.
ISO 27001
Not certified.
HIPAA
Not supported. Do not send protected health information.
Penetration test report
No third-party test has been commissioned yet.
Bug bounty programme
Not currently operated.
Published uptime SLA
None offered during early access.

Reporting a security issue

Email privacy@moosewave.com with the details and we will acknowledge your report. Please give us a reasonable window to investigate and remediate before disclosing publicly.

Common questions

Is Moosewave SOC 2 certified?

No. Moosewave has not completed a SOC 2 audit and holds no SOC 2 report. We state this directly because it is the question most often answered evasively, and because a buyer relying on an implied certification is a problem for both of us.

Where is my data stored?

In Amazon Web Services' eu-north-1 region in Stockholm, Sweden. Personal data collected through this website remains within the European Union.

Can I send protected health information through Moosewave?

No. Moosewave does not support HIPAA-regulated workloads and we will not sign a business associate agreement. Do not send protected health information.

How do I report a security issue?

Email privacy@moosewave.com with the details. We will acknowledge the report. We do not currently operate a paid bug bounty programme.