python-database-ops
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No security issues detected. The skill acts as a comprehensive reference for modern database operations. All SQL query examples utilize SQLAlchemy's ORM or parameterized text expressions, effectively mitigating SQL injection vulnerabilities.
- [EXTERNAL_DOWNLOADS]: The skill references the standard installation of 'alembic' from the official Python Package Index (PyPI), which is a legitimate and expected dependency for database migration functionality.
- [COMMAND_EXECUTION]: Bash commands are restricted to standard initialization and execution of the Alembic migration tool, aligning with the skill's stated purpose of managing database schemas.
Audit Metadata