Security & trust

Last updated: August 28, 2026.

This page is for the person who has to decide whether their team's — or their client's — improvement projects can live here. It describes what LeanProjax does today, in plain terms, including the things we have notbuilt yet. LeanProjax is founded and operated by Nasser Al‑Sulaihim, an operational-excellence practitioner from the banking industry — a world where this question gets asked properly, which is why this page answers it the same way. If something below matters to your evaluation and isn't covered, ask us at info@leanprojax.com and we will answer directly.

Asking the individual’s version of this question — “can I use LeanProjax with my employer’s data?” — read using LeanProjax with work data: three safe paths, and a printable one-page memo for your IT team.

1. Where your data lives

The application, background workers, and the PostgreSQL database run on Railway managed infrastructure. All traffic to the web app, the admin console, and the API is served over TLS. Our providers may process data in the United States, the European Union, and other regions; the full sub-processor list and transfer safeguards are in the privacy policy.

2. Workspace isolation

Multi-tenancy is where a shared project tool either earns trust or fails, so it is enforced in three independent layers rather than one:

All three must agree for a request to succeed. We also run an automated cross-tenant probe suite against the live API that attempts to read and modify another tenant's data and fails the build if anything gets through.

3. Accounts & access

4. Backups & recovery

The production database has a daily backup schedule plus point-in-time recovery(continuous write-ahead-log archiving), so a restore can target a moment rather than only last night's snapshot. We take an additional manual snapshot before any risky migration. Our internal recovery target is to be serving again within two hours of a catastrophic failure. Restores are performed to a new database instance, leaving the live one untouched.

5. How we build

6. Your data is yours

7. What we have not done yet

LeanProjax is in an active pilot, and being straight about the gaps is part of the deal:

8. Reporting a vulnerability

If you believe you have found a security issue, email info@leanprojax.com with enough detail to reproduce it. We will acknowledge within two business days and keep you updated until it is resolved. Please give us a reasonable window to fix the issue before disclosing it publicly, and please do not access, modify, or retain data belonging to anyone else while testing.