supabase-python
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a template for project structure and implementation that follows standard security practices.
- [CREDENTIALS_UNSAFE]: The skill correctly uses environment variables via a
.envfile and placeholders (e.g.,<from supabase start>) for sensitive credentials likeSUPABASE_SERVICE_ROLE_KEYandDATABASE_URL, avoiding hardcoded secrets. - [EXTERNAL_DOWNLOADS]: Instructions include installation of standard, well-known libraries (fastapi, supabase, sqlmodel, alembic) from official package registries.
- [COMMAND_EXECUTION]: Provides standard commands for environment setup, database migrations using Alembic, and running the Uvicorn server. These are routine development operations.
Audit Metadata