fastapi
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is an educational resource providing code patterns for the FastAPI framework.
- [EXTERNAL_DOWNLOADS]: References standard packages like fastapi, uvicorn, pydantic, and sqlmodel, which are trusted in the developer community.
- [PROMPT_INJECTION]: The skill handles untrusted data, establishing an indirect prompt injection surface.
- Ingestion points: Path, Query, Header, and Cookie parameters across multiple files.
- Boundary markers: None.
- Capability inventory: File system access (references/background-tasks.md), database operations (references/sql-databases.md), and process execution via uvicorn (references/metadata-docs.md).
- Sanitization: Relies on Pydantic validation and type enforcement as taught in the documentation.
- [CREDENTIALS_UNSAFE]: Contains example code with placeholder variables such as SECRET_KEY = "your-secret-key". These are clearly intended as illustrative examples and do not represent actual exposed credentials.
Audit Metadata