database-migration-helper
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation includes standard CLI commands for database migration tools such as Prisma, TypeORM, and Alembic. These are intended for developer use and are not executed automatically by the skill in a malicious way.\n- [DATA_EXPOSURE]: The skill examples include SQL queries for data migration and schema changes. These are standard practices for the skill's stated purpose and do not target sensitive system files or credentials.\n- [INDIRECT_PROMPT_INJECTION]: The
create-migration.tsscript accepts a directory path and filename from user input via command-line arguments. While this represents a potential path traversal surface if the agent were to use untrusted input, the script is a local utility tool used within the developer's environment.\n- [NO_CODE]: The skill primarily consists of documentation and a simple TypeScript helper script that uses standard Node.js/Bun modules (fs,path) for file generation. No complex or suspicious code is present.
Audit Metadata