supabase-database-guide
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of standard development CLI tools including
supabase,pnpm,brew, andgit. These commands are used as intended for database management, local server execution, and version control. - [EXTERNAL_DOWNLOADS]: The guide references installing the Supabase CLI via Homebrew (
brew install supabase/tap/supabase). This is the official distribution channel for the Supabase toolset and is considered a safe and well-known service. - [CREDENTIALS_UNSAFE]: The documentation includes a local database connection string (
postgresql://postgres:postgres@127.0.0.1:54322/postgres). These are default, hardcoded credentials for local Docker instances provided by the Supabase CLI and do not expose sensitive production information.
Audit Metadata