supabase
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious patterns or security risks were identified. The content is educational and instructional for developers using the Supabase platform.
- EXTERNAL_DOWNLOADS (LOW): The skill recommends installing the Supabase CLI via
npm install -g supabaseorbrew install supabase. These are standard installation methods for a tool provided by a trusted organization. - COMMAND_EXECUTION (LOW): The skill includes various CLI commands (e.g.,
supabase init,supabase start,supabase db push) required for database management. These commands are consistent with the skill's primary purpose and do not exhibit suspicious behavior. - CREDENTIALS_UNSAFE (SAFE): While the skill mentions API keys and database connection strings, it uses non-functional placeholders (e.g.,
eyJ...,<token>) or local-only credentials (e.g.,postgres:postgres@localhost), which is standard practice for documentation and does not expose sensitive production secrets.
Audit Metadata