Skip to main content

fastapi

Guides users through building REST APIs and web applications with FastAPI, covering setup, routing, authentication, and deployment.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

low line 74

Access to .env file

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

Access to .env file

SourceSKILL.md
93├── .env
low line 36

External URL reference

SourceSKILL.md
36| FastAPI Docs | https://fastapi.tiangolo.com | Official reference, tutorials |
low line 39

External URL reference

SourceSKILL.md
39| Uvicorn | https://www.uvicorn.org | ASGI server configuration |
low line 40

External URL reference

SourceSKILL.md
40| Alembic | https://alembic.sqlalchemy.org | Database migrations |
low line 65

External URL reference

SourceSKILL.md
65Access at `http://127.0.0.1:8000` | Docs at `/docs` | ReDoc at `/redoc`
low line 283

External URL reference

SourceSKILL.md
283allow_origins=["http://localhost:3000"],
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →