fastapi-setup
Facilitates the setup of FastAPI backend projects with structured configuration and essential dependencies for efficient development.
Install this skill
or
47/100
Security score
The fastapi-setup skill was audited on Feb 25, 2026 and we found 19 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 357
Piping content to sh shell
SourceSKILL.md
| 357 | curl -LsSf https://astral.sh/uv/install.sh | sh |
medium line 357
Curl to non-GitHub URL
SourceSKILL.md
| 357 | curl -LsSf https://astral.sh/uv/install.sh | sh |
low line 122
Access to .env file
SourceSKILL.md
| 122 | env_file = ".env" |
medium line 134
Access to .env file
SourceSKILL.md
| 134 | Create `.env.example`: |
medium line 150
Access to .env file
SourceSKILL.md
| 150 | Create actual `.env` file: |
low line 152
Access to .env file
SourceSKILL.md
| 152 | cp .env.example .env |
low line 153
Access to .env file
SourceSKILL.md
| 153 | # Edit .env with actual values |
medium line 340
Access to .env file
SourceSKILL.md
| 340 | - [ ] `.env` file exists and has DATABASE_URL |
medium line 366
Access to .env file
SourceSKILL.md
| 366 | - Verify DATABASE_URL in .env |
low line 74
External URL reference
SourceSKILL.md
| 74 | os.getenv("FRONTEND_URL", "http://localhost:3000"), |
low line 116
External URL reference
SourceSKILL.md
| 116 | FRONTEND_URL: str = "http://localhost:3000" |
low line 144
External URL reference
SourceSKILL.md
| 144 | FRONTEND_URL=http://localhost:3000 |
low line 336
External URL reference
SourceSKILL.md
| 336 | - [ ] http://localhost:8000 returns JSON response |
low line 337
External URL reference
SourceSKILL.md
| 337 | - [ ] http://localhost:8000/docs shows Swagger UI |
low line 338
External URL reference
SourceSKILL.md
| 338 | - [ ] http://localhost:8000/health returns healthy status |
low line 357
External URL reference
SourceSKILL.md
| 357 | curl -LsSf https://astral.sh/uv/install.sh | sh |
low line 372
External URL reference
SourceSKILL.md
| 372 | - FastAPI: https://fastapi.tiangolo.com/ |
low line 374
External URL reference
SourceSKILL.md
| 374 | - SQLModel: https://sqlmodel.tiangolo.com/ |
low line 375
External URL reference
SourceSKILL.md
| 375 | - Alembic: https://alembic.sqlalchemy.org/ |
Scanned on Feb 25, 2026
View Security Dashboard