Home / Docs / Security Overview

SoxDesk Security Overview

A one-pager for IT security review. SoxDesk is on-premise software: it runs entirely on your machines, stores data only in folders you control, and makes no external network connections. There is no vendor-side data processing to assess.


Architecture

Network behavior

Authentication and sessions

Data protection

Honest limitations (current version)

We would rather you read these here than discover them in testing:

Summary for the reviewer

QuestionAnswer
Where is the data?SQLite file + evidence files in a customer-chosen folder/SMB share
Vendor access to data?None — no cloud component exists
Network exposureListens on 127.0.0.1:5179 by default; overridable, not recommended without a TLS proxy
Outbound trafficOnly SMTP to the customer's own mail server, if configured
AuthenticationLocal passwords (scrypt, offline), emailed one-time codes (hashed), or LDAP/AD bind (no password stored) — per deployment; httpOnly cookie sessions (hashed tokens), server-side enforcement
Telemetry / phone-homeNone, including license validation (offline signature check)
BackupsAutomatic, local, every 6 hours, 14 kept; plus your existing file-share backup
Vendor lock-in riskLow: data is plain SQLite + files on your storage; CSV/Excel/zip exports built in; app stays read-only-functional without a license

Questions from your security team are welcome: [email protected] (async email, 48-hour response).