Security

The Cognethics platform is built on a layered security model with controls enforced by construction at the database, queryset, and MCP-handler layers — not by optional filters a developer could forget to apply.

Tenant Isolation

Every customer runs in a fully isolated tenant, with a second nested layer of organization-level scoping for customers that operate subsidiaries, sites, or departments within their tenant. Isolation is enforced by construction — a mandatory tenant foreign key on every business model, queryset-level enforcement, and MCP-handler-level enforcement keep data within its tenant boundary, with per-org sub-scoping via the X-Organization-Context header.

Encryption

Compliance-Grade Audit Trail

Every privileged action on the platform is recorded in an append-only audit log with a per-tenant SHA-256 hash chain. Each entry references the hash of the prior entry in the same tenant, and a PostgreSQL immutability trigger blocks updates and deletes at the database level. Customers verify the integrity of their own audit slice via POST /api/audit/verify-chain/.

Access Control

Enterprise Identity

Self-serve SAML 2.0 and SCIM 2.0 provisioning are available to every tenant. Customers configure their identity provider, SP metadata, attribute mappings, and SCIM tokens through the tenant-admin console. OIDC federation is supported via the platform's federated-identity backend.

Infrastructure Security

Cryptographic Posture

Cognethics uses industry-standard cryptography throughout the platform:

For customers with strict cryptographic-posture requirements, Cognethics offers dedicated FIPS-mode infrastructure — a separate deployment running the OpenSSL FIPS provider and kernel FIPS mode with continuous cryptographic self-tests. Contact the Trust team to provision a FIPS-mode environment for your tenant.

Sub-Processors and Webhook Integrity

The Cognethics sub-processor list is published at /trust/sub-processors/ with a public RSS change feed. Any change to the list emits a webhook event and an audit-log entry. Outbound webhooks are HMAC-signed with per-subscription secrets and retried with exponential backoff; delivery history is retained for replay and verification.

Control Alignment

Cognethics designs its security, audit, and data-protection controls to align with the SOC 2 Trust Service Criteria:

For the full control mappings and the Security & Privacy Whitepaper, see the security posture page. Data-protection commitments are documented in the Data Processing Addendum and Privacy Policy.

Responsible Disclosure

Found a vulnerability? Submit it through the form below — select the Vulnerability Disclosure topic. We respond within one business day and credit researchers who follow responsible-disclosure timelines.

Report a vulnerability

Pick a topic and we'll route your message to the right team.

← All legal documents