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 outbound connection except to systems you configure yourself (your mail server, your webhook endpoint). 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 and webhook POSTs to a customer-named endpoint, each only if configured
Integration APIInbound only; tokens issued/revoked locally by the customer's admin; no vendor-side component
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] — email, answered by the person who built it. Most questions get an answer within one business day; no response time is guaranteed.