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, andnpx prisma. It also references a local shell scriptscripts/test-migration.shfor testing migrations within the user's environment. - [EXTERNAL_DOWNLOADS]: The installation metadata includes a
curlcommand 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
replacementsfeature 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