Tradellen

Security

Last updated: July 21, 2026

The Tradellen platform is operated by Tradellen LLC. This page describes the security controls that are actually running today, and — just as plainly — the ones we do not have yet.

Encryption

Tenant isolation

Every data route resolves the caller's account server-side from their authenticated session and scopes the query to it. The account identity is never taken from the request body or query string, so a caller cannot ask for another business's records by naming them. This is enforced on read, on write, on bulk sync, and on single-record update — a fix applied to one entry point is not treated as a fix.

Access control

Auditability

Account and record actions are written to an append-only audit trail with the actor, the action, and a timestamp. Clickwrap acceptance records are also append-only: a reacceptance appends a new record and marks the previous one superseded, and there is no route that deletes one. Records store a server-generated timestamp, the caller's verified IP, and a hash of the exact wording shown — a client-supplied timestamp is ignored.

Abuse and availability

Data location, backup and deletion

What we do not have yet

Stated plainly, because you may need it for a vendor review:

Reporting a vulnerability

If you believe you have found a security issue, email Tradellen LLC at [email protected] with the subject line SECURITY. Please include what you found, the steps to reproduce it, and the impact you believe it has.