
Supabase Extract Anon Key
Extracts the Supabase anonymous (public) API key from client-side code and verifies it is the anon key — not the privileged service key — to confirm correct credential segregation.
npx skills add https://github.com/yoanbernabeu/supabase-pentest-skills --skill supabase-extract-anon-key| Installs | 239 |
|---|---|
| Repository | yoanbernabeu/supabase-pentest-skills ↗ |
Who is it for?
Any Supabase project using client-side SDK to ensure only the safe public key is exposed.
Skip if: Projects not using Supabase.
What you get
- anon key extraction report
- key segregation validation