database-migration

Pass

Audited by Gen Agent Trust Hub on Jul 8, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill documents the use of standard database migration CLI tools including npx sequelize-cli, npm run typeorm, and npx prisma. It also references a local shell script scripts/test-migration.sh for testing migrations within the user's environment.
  • [EXTERNAL_DOWNLOADS]: The installation metadata includes a curl command to download the skill documentation from the author's public GitHub repository. This is a standard and expected distribution mechanism for agent skills.
  • [SAFE]: The provided code examples demonstrate secure coding practices, specifically using Sequelize's replacements feature for parameterized SQL queries to prevent SQL injection. It also illustrates the use of database transactions to ensure that migrations are atomic and can be safely rolled back in case of failure.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 8, 2026, 06:37 AM
Security Audit — agent-trust-hub — database-migration