database-migrations
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical documentation resource for database administrators and developers. It provides best practices for zero-downtime deployments and safe schema modifications.
- [COMMAND_EXECUTION]: The skill includes standard CLI command examples for database tools such as
npx prisma,npx drizzle-kit,kysely, andpython manage.py. These are documented for instructional purposes and represent common development workflows. - [SAFE]: The SQL snippets provided follow industry-standard security practices, such as using
CREATE INDEX CONCURRENTLYin PostgreSQL to prevent table locks and implementing the expand-contract pattern for zero-downtime column renames.
Audit Metadata