Security

Operator 91 holds the data that runs a transport company — drivers, rates, pay, and safety records. We designed the platform so that protecting that data is a property of how it's built, not a policy stapled on afterward. Here is what we actually do, in plain terms.

Tenant isolation

One company, one wall

Every record belongs to exactly one customer, and access is scoped to that customer on every query. One customer cannot read or reach another's data.

Enforced in code, tested in CI

Isolation isn't left to reviewer memory — automated invariant checks and an end-to-end test suite assert the tenant boundary on every change before it can ship.

Safe by default

New data models must be registered for tenant scoping or the build fails. The default is isolation; opting out takes a deliberate, reviewed exception.

Access & role gates

Sensitive data & money

Government identifiers are never stored in the clear. Where the platform needs an identifier like an SSN only to match a person, it stores a one-way keyed hash plus the last four digits for display. The raw number is never persisted, logged, or returned by the platform.

We never move money. Financial, factoring, fuel-card, and settlement data is a read-only mirror. The platform prepares files a human takes to their own accounting system; it initiates no payments, transfers, or payroll. There is no code path that moves funds.

Advisory AI, on a leash

Application & infrastructure

Data ownership & lifecycle

Your data is yours. You can export your core records as CSV at any time, and request deletion of your account data (subject to records we must retain by law). What handling of personal information looks like in detail is in our Privacy Policy.

What we don't claim (yet). We believe in being straight about our stage. Operator 91 does not currently hold a SOC 2 or ISO 27001 certification — we're an early-stage platform, and we'll pursue formal attestation as we grow and as customers need it. What we can show you today is the substance above: isolation and gates that are tested on every change, not just described in a slide.

If you're evaluating us and need to go deeper — a security questionnaire, our subprocessor list, or a data-processing addendum — just ask.

Reporting a vulnerability

Found something? We want to hear from you. Email [email protected] with the details and steps to reproduce. Please give us a reasonable chance to fix an issue before disclosing it publicly; we won't pursue good-faith researchers who follow that path.