Skip to main content

supabase-python

Integrates FastAPI with Supabase and SQLAlchemy for efficient database access and authentication in Python applications.

Install this skill

or
94/100

Security score

The supabase-python skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 55

Access to .env file

SourceSKILL.md
55└── .env
low line 93

Access to .env file

SourceSKILL.md
93# .env
low line 123

Access to .env file

SourceSKILL.md
123env_file = ".env"
low line 12

External URL reference

SourceSKILL.md
12**Sources:** [Supabase Python Client](https://supabase.com/docs/reference/python/introduction) | [SQLModel](https://sqlmodel.tiangolo.com/)
low line 94

External URL reference

SourceSKILL.md
94SUPABASE_URL=http://localhost:54321
low line 665

External URL reference

SourceSKILL.md
665base_url="http://test",
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →