Skip to content

Security

ctxd has passed the Google Cloud Application Security Assessment (CASA) Tier 2. This is an independent third-party security audit required by Google for apps that access restricted user data scopes.

  • Encryption in transit: TLS 1.2+ for all connections
  • Encryption at rest: Server-side indexed data is encrypted
  • Per-user isolation: Every query is scoped to the authenticated user. No cross-tenant access
  • OAuth2 scoped tokens: ctxd only accesses what the user explicitly grants
  • Data deletion: User data is deletable on request. Account deletion triggers a 30-day soft deletion period, after which all data is permanently purged

ctxd indexes the content of your files for search. It stores:

  • Parsed text extracted from your documents
  • Embeddings for search ranking
  • Metadata (titles, timestamps, file paths, app source)

Your original files stay in their source apps. They are never copied or moved.

  • Raw original files
  • OAuth tokens in plain text
  • User passwords (OAuth only, no password auth)

Every API call is authenticated. Every search query is scoped to the authenticated user’s data. There is no way to query another user’s files.

Available for organizations with strict data residency requirements. Contact us for details.

On the roadmap.

  • GDPR-compliant data handling practices
  • Data processing limited to what’s disclosed in the Privacy Policy
  • User data never sold to third parties