Skip to main content

dev-servers

Facilitates the local development of backend and frontend servers using FastAPI and Vite, streamlining app launch processes.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 22

Access to .env file

SourceSKILL.md
224. Verify `.env` file exists in `backend/` with `OPENAI_API_KEY` set
low line 19

External URL reference

SourceSKILL.md
19- Backend: `cd backend && uvicorn main:app --reload` (runs on http://localhost:8000)
low line 20

External URL reference

SourceSKILL.md
20- Frontend: `cd frontend && npm run dev` (runs on http://localhost:5173)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →