Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The skill text explicitly recommends lightweight field selection to avoid large/sensitive columns, but the provided API example still defaults to `select='*'`. In an admin-dashboard context backed by a server-side Supabase service key, this can unnecessarily expose sensitive columns to frontend users and increase performance/time-out risk.
