skills/jeremylongshore/claude-code-plugins-plus-skills/managing-database-migrations/Gen Agent Trust Hub
managing-database-migrations
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill follows established best practices for database schema management, including the use of versioned migrations, pre-flight checks, and rollback procedures.
- [COMMAND_EXECUTION]: The skill utilizes shell-based tools such as
psql,mysql, andmongoshto interact with databases. This usage is strictly aligned with the intended purpose of schema migration and management, as defined in the skill configuration. - [EXTERNAL_DOWNLOADS]: All external references and documentation links target well-known and reputable technology services such as GitHub, Prisma, SQLAlchemy, and Red Gate.
- [INDIRECT_PROMPT_INJECTION]: The skill processes database schema information as input via tools like
pg_dump. While this represents a theoretical ingestion point for untrusted data, the instructions prioritize structural DDL operations using CLI tools, which significantly reduces the risk of instruction obedience from processed data.
Audit Metadata