managing-database-migrations

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides detailed, best-practice instructions for schema migrations, including the use of transactions, nullable column backfilling, and 'IF NOT EXISTS' clauses to ensure idempotency.
  • [COMMAND_EXECUTION]: Instructions involve using standard database command-line tools (psql, mysql, mongosh) and migration frameworks (Flyway, Alembic, Prisma, Knex). These actions are consistent with the skill's stated purpose and are scoped within the allowed-tools configuration.
  • [DATA_EXPOSURE]: The skill recommends creating schema backups (pg_dump, mysqldump) before migration. This is a standard safety procedure for database administration and no instructions were found suggesting the exfiltration of these files to external domains.
  • [NO_CODE]: While scripts like 'create_migration.py' and 'db_connection.py' are referenced in README files, the actual script content is not included in the provided files. The skill operates primarily through the instructions provided in SKILL.md for the agent to follow using system tools.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 11:30 AM
Security Audit — agent-trust-hub — managing-database-migrations