โ† Back to Motalkz

Security & Trust

Last updated: September 8, 2026

โ— Not yet SOC 2 / ISO 27001 certified
Where we actually stand: Motalkz has not undergone a formal SOC 2 or ISO 27001 audit. This page describes the real technical controls built into the product today, and the infrastructure providers we run on โ€” it's a security overview, not a compliance certificate. We'll update the status above the moment that changes.

We built Motalkz's data model around one rule: privacy is enforced in the database itself, not just in the app's UI. Below is what that actually means in practice, plus the providers we rely on and what they bring to the table.

Application-level controls

๐Ÿ”’ Row-level security everywhere

Every table's access rules are enforced by Postgres itself โ€” a signed-in member can only ever read or write what their own row-level policy allows, regardless of what the client app sends.

๐Ÿงพ Admin action audit log

Every moderation action โ€” suspending, unsuspending, resolving a report โ€” is recorded with who did it and when, reviewable in the admin panel.

๐Ÿšฆ Rate limiting

Messages, friend requests, reports, and every AI-assisted feature are capped per account per time window, enforced server-side, not just in the UI.

๐Ÿ›‘ Privilege-escalation lock

A database-level trigger blocks any account โ€” including a compromised session โ€” from granting itself admin rights or other privileged fields directly.

๐Ÿ—‚๏ธ Storage limits

Uploaded file size and type are enforced server-side, not left to client-side validation alone.

๐Ÿง Self-service data rights

Export your data, wipe your content while keeping your login, or close your account entirely โ€” all available directly in Settings, no support ticket required.

๐Ÿ”ž Age verification

18+ is enforced at signup by date of birth, checked both client-side and with a hard database constraint โ€” not just a checkbox.

๐Ÿค– Minimal, isolated AI use

AI calls run only from server-side functions, never the browser, and receive only the specific content a feature needs โ€” never a full profile or message history, and never used to train any model.

Infrastructure & vendors

These are established providers that publish their own independent security attestations (including SOC 2 Type II) on their respective trust pages โ€” we rely on their certified infrastructure rather than running our own data centers. We'd encourage checking each vendor's current status directly rather than treating this list as our own claim on their behalf.

SupabaseDatabase, authentication, file storage, realtime
VercelApplication hosting
CloudflareTURN relay for calls (Cloudflare Calls)
LiveKit CloudGroup video call routing (SFU)
StripeIdentity verification
AnthropicAI-generated feature text (compatibility, Wingman, Chemistry Challenge)

What's next

As Motalkz grows, we're evaluating a formal SOC 2 and/or ISO 27001 audit โ€” likely via a compliance-automation platform (e.g. Vanta, Drata, or Sprinto) paired with an accredited audit firm, rather than pursuing it unassisted. This page will be updated the moment that process actually starts, and again once any report or certificate is issued โ€” we won't imply progress that hasn't happened.

Reporting a security issue

Found a vulnerability? Please tell us before telling anyone else: [fill in: security contact email]. We'll acknowledge reports promptly and won't take legal action against good-faith, non-destructive security research.