What problem does it solve? Backend teams lack a single, consistent way to audit Supabase projects for RLS gaps, tenant isolation failures, missing indexes, bloated tables, failing edge functions, and storage misconfigurations, forcing ad-hoc manual queries and scattered dashboards. ## Core Features & Use Cases - 13 mandatory health checks: Covers database, RLS, tenant isolation, storage, edge functions, auth, queues, integrations, and data quality categories, each with explicit red/yellow/green thresholds. - Canonical health pipeline: All checks run inside the supabase-health edge function, persist results to the api_health_report JSONB payload, and feed a master-only dashboard at /admin/health-doctor with status cards. - Use Case: An admin suspects tenant data leakage. Run the inspection to get a red status on tenant_isolation.exposed_tables listing every table with a tenant_id column whose RLS policies do not reference tenant_id, plus remediation hints. ## Quick Start Ask the agent to audit the Supabase backend health and expand the supabase-health edge function with the full 13-check catalog and admin dashboard.