python-fastapi-patterns

Fail

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: CRITICAL
Full Analysis
  • [SAFE] (SAFE): The skill contains educational material and code snippets for FastAPI development following industry best practices.
  • [CREDENTIALS_UNSAFE] (SAFE): Settings management uses environment variables via Pydantic Settings (BaseSettings), which is the recommended method for avoiding hardcoded credentials. While Pydantic models for users include a 'password' field, this is for request validation boilerplate and not an actual secret exposure.
  • [COMMAND_EXECUTION] (SAFE): Although 'run_command' is listed in the allowed-tools metadata, the skill body contains no execution instructions or scripts; it serves as a reference for Python code.
  • [EXTERNAL_DOWNLOADS] (SAFE): All library references (FastAPI, Pydantic, HTTPX, SQLAlchemy, Pytest) are to standard, widely-used, and trusted packages within the Python ecosystem.
Recommendations
  • Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 17, 2026, 06:03 PM