sqlalchemy
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill serves as a legitimate documentation reference for SQLAlchemy. No malicious obfuscation, exfiltration, or persistence patterns were found.
- [EXTERNAL_DOWNLOADS]: The documentation includes standard installation commands for official libraries from the Python Package Index (PyPI), including
sqlalchemy,alembic,psycopg2-binary,pymysql,asyncpg, andaiosqlite. - [COMMAND_EXECUTION]: Provides instructions for using the Alembic command-line interface (e.g.,
alembic init,alembic upgrade,alembic revision) to manage database schema migrations. - [CREDENTIALS_UNSAFE]: Contains example connection URLs (e.g.,
postgresql://user:password@localhost:5432/mydb). These are clearly marked as placeholders for demonstration purposes and do not represent a credential leak.
Audit Metadata