fastapi-app
Provides expert guidance for building FastAPI backend applications, including route handling, dependency injection, and CORS configuration.
Install this skill
or
92/100
Security score
The fastapi-app skill was audited on Mar 3, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 643
Access to .env file
SourceSKILL.md
| 643 | env_file = ".env" |
low line 61
External URL reference
SourceSKILL.md
| 61 | allow_origins=["http://localhost:3000", "http://localhost:5173"], |
low line 552
External URL reference
SourceSKILL.md
| 552 | "http://localhost:3000", # Next.js dev |
low line 553
External URL reference
SourceSKILL.md
| 553 | "http://localhost:5173", # Vite dev |
low line 554
External URL reference
SourceSKILL.md
| 554 | "https://yourdomain.com", # Production |
low line 640
External URL reference
SourceSKILL.md
| 640 | CORS_ORIGINS: List[str] = ["http://localhost:3000"] |
low line 666
External URL reference
SourceSKILL.md
| 666 | - FastAPI Documentation: https://fastapi.tiangolo.com |
low line 669
External URL reference
SourceSKILL.md
| 669 | - JWT with FastAPI: https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/ |
Scanned on Mar 3, 2026
View Security Dashboard