fastapi-templates
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidance and boilerplate code for FastAPI development. All included patterns follow standard Python backend development practices.
- [DATA_EXPOSURE]: The provided code templates use Pydantic Settings for configuration management. No sensitive credentials or API keys are hardcoded; instead, they are designed to be loaded from environment variables (e.g., '.env' file) as per best practices.
- [COMMAND_EXECUTION]: There are no instances of subprocess spawning, shell command execution, or dynamic code evaluation in the provided scripts.
Audit Metadata