Auditable by design
Every primitive below lives in the public monorepo. No black-box security theater — read the code, file issues, send PRs.
Security
Serpaix is licensed under MIT and developed in the open. Every claim on this page maps to code in the public monorepo. Items marked On roadmap are tracked in our public issues and will be implemented before any general-availability claim.
Every primitive below lives in the public monorepo. No black-box security theater — read the code, file issues, send PRs.
AES-256-GCM field encryption for sensitive columns, TLS 1.3 in transit, HSTS in production.
Argon2id password hashing, TOTP-based 2FA, JWT with refresh rotation, SAML 2.0 SSO, SCIM 2.0 provisioning.
Per-user audit log and per-org audit log. Every admin action is recorded with actor, target, and reason.
Sensitive fields (OAuth tokens, vault entries, secrets) are encrypted with authenticated AES-256-GCM.
Verified in apps/backend/src/lib/crypto.ts and Prisma column-level encryption.
All network traffic is encrypted with TLS 1.3. Production deployments set HSTS with includeSubDomains.
Passwords are hashed with Argon2id (memory-hard, side-channel resistant).
Configurable cost parameters; never stored in plaintext or reversible form.
Time-based one-time passwords (RFC 6238) for an additional authentication factor.
Owner, admin, editor, and viewer roles scoped to workspaces and resources.
Immutable append-only event store records every state change with actor, target, and timestamp.
Per-user AuditLog and per-org OrgAuditLog tables — queryable in the admin dashboard.
Self-service export of all user data in JSON, Markdown, and CSV. Account deletion is permanent within 30 days.
These capabilities ship with the upcoming Enterprise plan or are tracked on our public roadmap. We don't claim anything on this list until the corresponding code is merged.
Single sign-on via SAMLify. Compatible with Okta, Azure AD, ADFS, and any SAML 2.0 IdP.
Automated user lifecycle from your IdP — provisioning, de-provisioning, and group sync.
CIDR-block network access control for the admin console and API.
Org-wide usage analytics, member management, and governance controls.
PHI tagging, classification-aware logging, and enhanced audit trail for healthcare workloads.
Audit log streaming to Splunk, Datadog, Elastic, or your SIEM of choice.
Third-party audit covering security, availability, and confidentiality trust criteria.
Customer-managed encryption keys for the AES-256-GCM field layer.
If your security review requires a control not listed here, tell us. We'll either confirm it's available, point you to the code, or add it to the roadmap publicly.