Skip to main content

fastapi

Provides best practices and patterns for developing APIs with FastAPI, enhancing AI-assisted development with async capabilities and validation.

Install this skill

or
96/100

Security score

The fastapi skill was audited on Feb 28, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 190

Access to .env file

SourceSKILL.md
190env_file=".env",
low line 202

External URL reference

SourceSKILL.md
202CORS_ORIGINS: list[str] = ["http://localhost:3000"]
low line 494

External URL reference

SourceSKILL.md
494- [FastAPI Documentation](https://fastapi.tiangolo.com/)
low line 497

External URL reference

SourceSKILL.md
497- [Starlette Documentation](https://www.starlette.io/)
Scanned on Feb 28, 2026
View Security Dashboard