postgres-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource providing best practices for database management. It correctly emphasizes the use of Row-Level Security (RLS) to prevent data leaks and advises on proper connection management and indexing to maintain performance and stability.
- [EXTERNAL_DOWNLOADS]: The documentation references official Supabase packages, including the Supabase JavaScript SDK (
@supabase/supabase-js) and the Supabase Model Context Protocol (MCP) server (@supabase/mcp-server). These are well-known resources from a recognized service provider. - [COMMAND_EXECUTION]: The skill provides example configurations for the Supabase MCP server using
npx. This is standard practice for integrating AI agents with database environments and does not involve malicious or unauthorized command execution. - [CREDENTIALS_UNSAFE]: The documentation includes code snippets and configuration examples that use standard environment variables (e.g.,
SUPABASE_SERVICE_ROLE_KEY,SUPABASE_URL) as placeholders. No actual credentials or sensitive keys are hardcoded within the files.
Audit Metadata