Skip to main content

better-auth-python

Integrates Python/FastAPI backends with Better Auth for JWT verification, ensuring secure API authentication and user management.

Install this skill

or
73/100

Security score

The better-auth-python skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 160

Direct command execution function call

SourceSKILL.md
160return session.exec(statement).all()
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180return fetch(`${API_URL}${endpoint}`, {
medium line 182

Template literal with variable interpolation in command context

SourceSKILL.md
182Authorization: `Bearer ${data?.token}`,
low line 45

External URL reference

SourceSKILL.md
45BETTER_AUTH_URL=http://localhost:3000
low line 66

External URL reference

SourceSKILL.md
66BETTER_AUTH_URL = os.getenv("BETTER_AUTH_URL", "http://localhost:3000")
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →