fastapi-enterprise

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • EXTERNAL_DOWNLOADS (SAFE): The skill documentation and scripts reference standard, reputable Python packages such as fastapi, sqlalchemy, alembic, and python-keycloak. These are official packages from the PyPI registry.
  • COMMAND_EXECUTION (SAFE): Helper scripts like create_model.py and create_service.py use subprocess.run to call alembic commands. These calls are implemented using argument lists rather than shell strings, preventing command injection. This execution is confined to intended local development automation.
  • CREDENTIALS_UNSAFE (SAFE): Examples and configuration templates contain generic placeholders like 'secret' and 'dev_key_123', which are used for demonstration and do not represent actual secrets.
  • PROMPT_INJECTION (SAFE): The skill includes instructional prompts that guide the AI to assist the user in making architectural choices. These instructions do not contain malicious overrides or safety bypass attempts.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:38 PM