Trust & Compliance

Security Architecture & Practices

Last updated: September 9, 2026

1. Multi-Tenant Isolation & Row-Level Security

Every operational entity is strictly partitioned by workspace_id. PostgreSQL Row-Level Security (RLS) guarantees that tenant sessions can only view and mutate rows owned by their active workspace membership.

2. Cryptographic Envelope Encryption

Connected third-party credentials (API keys, OAuth tokens, service accounts) are encrypted at rest using AES-256-GCM envelope encryption. Each secret is wrapped with a unique random Data Encryption Key (DEK) and protected by a hardened Master Key.

3. Server-Side Request Forgery (SSRF) Defense

All outbound HTTP traffic (website scrapers, webhooks, CMS bridges) runs through a hardened validation proxy. Requests to loopback (127.0.0.1), private RFC1918 subnets, Carrier-Grade NAT, and cloud metadata (169.254.169.254) are rejected at the DNS pre-resolution phase and revalidated on every redirect hop.

4. Vulnerability Disclosure & Audit

To report a security vulnerability or request SOC2/compliance documentation, contact our security response team at security@conterity.com.

← Return to Conterity | Terms | Privacy