sqlmodel
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and patterns for production-ready database integration. It includes dedicated sections on security best practices, advocating for the use of environment variables for secrets, input validation with Pydantic, and parameterized queries to mitigate SQL injection risks.
- [COMMAND_EXECUTION]: The skill contains Python utility scripts (
scripts/generate_crud.pyandscripts/init_db.py) intended for local developer use to automate boilerplate generation and database schema setup. These are standard tools within the scope of the skill's purpose. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install standard, reputable Python libraries such as
sqlmodel,alembic,fastapi, andpsycopg2-binaryfrom the official Python Package Index (PyPI).
Audit Metadata