supabase-python
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines a standard and secure project architecture for Python-based web services.
- [SAFE]: Sensitive credentials like Supabase keys and database URLs are managed via environment variables and Pydantic settings rather than being hardcoded in the source code.
- [SAFE]: Authentication is implemented correctly by verifying tokens against the Supabase identity provider using a dedicated dependency.
- [SAFE]: The listed dependencies are official, well-maintained libraries from the Python ecosystem, and the skill includes guidance on avoiding common anti-patterns.
Audit Metadata