概要
The Workspace Isolation Auditor skill helps developers maintain robust security within multi-tenant applications by systematically auditing and fixing Supabase queries. It scans your codebase for missing workspace identifiers, validates user access contexts across Next.js API routes and background agents, and implements hardened filtering logic to prevent unauthorized cross-tenant data access. By enforcing the use of workspace_id in every database interaction, it ensures your SaaS or CRM environment remains compliant and secure.