ResponsibleAI's security, privacy, and compliance posture โ stated as current fact, not aspiration. Where a control doesn't exist yet, that's said plainly here rather than implied or omitted.
OIDC SSO with enforceable SSO-only mode, plus optional org-enforced TOTP MFA (RFC 6238) at dashboard login with single-use backup codes. 4-tier RBAC (Owner/Admin/Analyst/Viewer) on every endpoint. API keys stored as SHA-256 hashes only, never in plaintext.
Every governance data table carries an org_id and every query filters by it. Cross-org leakage is treated as a security defect.
Hash-chained audit log detects direct database tampering. Exportable for SIEM. Does not defend against a fully compromised database โ stated honestly, not oversold.
Whole-database disk/volume encryption remains the deployer's responsibility โ that hasn't changed. Additionally, four specific PII/secret columns (audit log IPs, incident reporter name & contact, webhook signing secrets) use opt-in application-layer field encryption via RAI_FIELD_ENCRYPTION_KEY, so they're unreadable even with raw table access but no app key.
pip-audit runs on every CI build against the full resolved dependency tree. Findings are triaged and documented, not silently ignored.
Not yet performed โ cost-gated. An automated OWASP ZAP baseline scan is available as an interim measure and explicitly disclosed as such, not a substitute.
| Deployment mode | Where your data lives |
|---|---|
| Self-hosted (Docker / Helm / bare-metal) | Entirely within your own infrastructure and region. Nothing leaves your network unless you explicitly configure an outbound integration. |
| Hosted MCP, self-operated | Same as above โ a transport option you run yourself, not a managed service we operate. |
| ResponsibleAI-operated SaaS | Does not exist yet. No such tier is live. This page will be updated with specific regions and a sub-processor list before one is sold. |