Skip to main content

fastapi-scaffold

Generates a complete FastAPI project scaffold with modern Python tooling, including OpenAPI docs and configuration management.

Install this skill

or
91/100

Security score

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

Categories Tested

Security Issues

low line 37

Access to .env file

SourceSKILL.md
37├── .env.example
medium line 127

Access to .env file

SourceSKILL.md
127| `.env.example.template` | `{PROJECT_NAME}/.env.example` |
low line 221

Access to .env file

SourceSKILL.md
221├── .env.example
low line 179

External URL reference

SourceSKILL.md
179open http://localhost:{SERVER_PORT}/docs
low line 230

External URL reference

SourceSKILL.md
230uv run blogapi --reload # → Server at http://0.0.0.0:8080
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →