Skip to main content

fastapi

Facilitates the development of FastAPI applications with structured patterns, dependency injection, and JWT authentication.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

low line 370

Webhook reference - potential data exfiltration

SourceSKILL.md
370# runs after response is sent — good for emails, webhooks, cache invalidation
low line 279

Access to .env file

SourceSKILL.md
279env_file=".env",
medium line 507

Access to .env file

SourceSKILL.md
507- [ ] Settings loaded via `pydantic-settings` from env / `.env` file
low line 107

External URL reference

SourceSKILL.md
107allow_origins=["http://localhost:3000"],
low line 276

External URL reference

SourceSKILL.md
276allowed_origins: list[str] = ["http://localhost:3000"]
low line 462

External URL reference

SourceSKILL.md
462async with AsyncClient(transport=ASGITransport(app=app), base_url="http://test") as c:
Scanned on May 21, 2026
View Security Dashboard
Installation guide →