Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The skill claims credentials are accessed exclusively through the Supabase CLI and that it never reads environment or credential files directly, but the included edge function template explicitly reads secrets via Deno.env.get, including the service role key. This inconsistency can mislead users and reviewers about how sensitive credentials are handled, increasing the risk that high-privilege secrets are used in unsafe contexts or copied into inappropriate code paths.
