Skip to content

Privacy and Security

github-actions[bot] edited this page Aug 15, 2026 · 1 revision

Privacy & Security

Task-Laureate is designed around clear data boundaries rather than opaque claims. The browser uses an authenticated Supabase session; authorization is enforced by Postgres Row Level Security (RLS), not by a UI-only permission check.

What stays protected

  • Workspace data is scoped to the signed-in account and authorized collaborators.
  • Private attachments use protected storage and authorization-aware metadata.
  • Server-only credentials for delivery providers and integrations do not belong in browser VITE_* environment variables.
  • Optional analytics and browser notifications require explicit configuration or permission.

Responsible use of AI preview

The restricted task-decomposition preview is opt-in. It proposes editable steps and does not change a task automatically. Do not put sensitive identifiers in preview text.

Learn more or get help

Wiki home · Architecture · Reliability & PWA

Clone this wiki locally