Only the current main branch is actively maintained.
Please use GitHub's private vulnerability reporting to report security issues. Do not open a public issue for security vulnerabilities.
- Edge Functions have
verify_jwt = falseby design — this is a public, read-only dashboard with no user authentication. - All API keys and secrets are stored as Supabase Edge Function secrets (server-side only) and are never exposed to the frontend.
- Frontend environment variables (
VITE_SUPABASE_URL,VITE_SUPABASE_PUBLISHABLE_KEY) are safe to expose — they provide read-only access via Supabase Row Level Security.