Skip to main content

fastapi-endpoint

Facilitates the planning and development of production-ready FastAPI endpoints with async SQLAlchemy and Pydantic models.

Install this skill

or
97/100

Security score

The fastapi-endpoint skill was audited on May 16, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 427

Base64 decode operation

SourceSKILL.md
427return base64.urlsafe_b64encode(dt.isoformat().encode()).decode()
low line 430

Base64 decode operation

SourceSKILL.md
430return datetime.fromisoformat(base64.urlsafe_b64decode(cursor).decode())
low line 309

External URL reference

SourceSKILL.md
309transport=ASGITransport(app=app), base_url="http://test"
Scanned on May 16, 2026
View Security Dashboard
Installation guide →