fastapi-expert
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively contains educational content, code snippets, and configuration guidance for building FastAPI applications. No suspicious remote code execution, obfuscation, or data exfiltration patterns were detected.\n- [COMMAND_EXECUTION]: Includes instructions for running standard development tools like
pytestandalembic, which are expected and safe within the context of a Python development skill.\n- [CREDENTIALS_SAFE]: Code snippets correctly demonstrate best practices by advising the use of environment variables for secrets (SECRET_KEY = \"read-from-env\") and using secure hashing algorithms (bcrypt) for passwords.\n- [DATA_EXPOSURE]: Implements Pydantic models with explicit field exclusion (password: str = Field(exclude=True)) to prevent sensitive data from being returned in API responses.
Audit Metadata