sqlalchemy-orm
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for SQLAlchemy ORM, a standard Python library. The content is purely educational and follows industry best practices for database management.
- [EXTERNAL_DOWNLOADS]: The documentation mentions installing well-known, legitimate Python packages such as
sqlalchemy,alembic,fastapi,asyncpg,aiosqlite, andpytestusing standard package managers. These are verified libraries from official registries. - [CREDENTIALS_UNSAFE]: Code examples use clearly labeled placeholders for database connection strings (e.g.,
postgresql://user:pass@localhost/mydb). It correctly advises users to manage real credentials using environment variables, which is a security best practice.
Audit Metadata