database-migrations
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of standard database migration CLI tools such as Prisma, Drizzle-kit, Kysely-ctl, Django's manage.py, and golang-migrate. These are industry-standard tools used for their intended purposes.
- [DATA_EXFILTRATION]: While the skill mentions the use of a
$DATABASE_URLenvironment variable for thegolang-migratetool, this is a standard configuration pattern for database connectivity and does not represent an exfiltration risk. - [SAFE]: All code snippets provided for SQL, TypeScript, Python, and Go follow established industry best practices for database migrations, including patterns for non-blocking index creation and zero-downtime column renaming.
Audit Metadata