supabase
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Instructs the user to install and use the Supabase CLI (
npm install -g supabase) for project initialization and local development. These are standard operations for the platform. - [CREDENTIALS_UNSAFE]: References sensitive keys like
SUPABASE_SERVICE_ROLE_KEYandRESEND_API_KEY, but correctly identifies them as secrets that must be stored in environment variables and never exposed to the client side. - [EXTERNAL_DOWNLOADS]: Fetches the official Supabase SDK and Deno standard libraries within Edge Function examples. These are from well-known, trusted sources (esm.sh, deno.land).
Audit Metadata