{
  "name": "supabase_rls_auditor",
  "description": "Audit Supabase Row Level Security policies for correctness and security: checks for missing RLS, unrestricted USING (true), missing WITH CHECK, anon access leaks, service-role bypasses, and auth.uid() typos that silently lock out all users.",
  "input_schema": {
    "type": "object",
    "properties": {}
  }
}