What QorTrace stores, how long, who sees it, and our sub-processor list.

What we store

DataWhereHow long
Account emailMongoDB Atlas (encrypted at rest)Until you delete the account
PasswordArgon2id hash, saltedUntil you change it
Submitted source codeEncrypted blob (AES-256-GCM, customer-namespaced KEK)90 days after final report — then deleted
Submitted scan addressesMongo (encrypted at rest)Until you remove from Atlas
Audit reportsEncrypted at restIndefinite (you cite them for compliance)
Qelli chatsMongo (encrypted at rest)Until you delete the session
Billing dataStripe (we never touch raw cards)Per Stripe retention policy

Who can read what

  • Source code under audit — assigned engineer + one security reviewer + Owner James (break-glass, audit-logged). No one else.
  • Scan addresses you've pinned — you + your team per RBAC.
  • Qelli chats — you only; never used for model training (no_log on our LLM gateway).
  • Audit reports — you + recipients you share with via signed URL.

Subprocessors (current list)

ServicePurposeData shared
MongoDB AtlasPrimary storeAll non-Stripe data
StripePaymentsEmail + plan + billing address
ResendTransactional emailEmail + display name
Anthropic (Claude)Qelli + audit-drafting LLMPrompt content; no_log set
OpenAIDoc embeddings onlyDoc text (public docs only)
MaxMind GeoLite2Geo lookup for abuse detectionInbound IP only
GitHubOAuth login + repo access on customer consentOAuth tokens scoped to repo
CloudflareDNS + DDoS edgeTLS-terminated traffic

Live list at qortrace.com/legal/subprocessors. We commit to 30 days notice before adding any new subprocessor that touches customer data.

Deleting your data

  • Self-serve account deletion: Account → Settings → Delete Account.
  • 30-day grace window during which you can restore.
  • After grace: all PII + source code + scan addresses are hard-deleted within 7 business days. Audit reports remain hashed-stub for chain-of-custody integrity (no PII content).

Data residency

  • Default region: US-East (AWS us-east-1).
  • EU customers can elect EU-Frankfurt (AWS eu-central-1) at signup or via support request.
  • Sovereign cloud options (US-GovCloud, AU, IN) on the Q4 2026 roadmap — Enterprise tier only.