sql-migrations
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill provides scripts that execute local shell commands and SQL queries, which is the intended functionality for managing database migrations.\n- [EXTERNAL_DOWNLOADS] (SAFE): The documentation includes instructions to install widely recognized and trusted database tools like Prisma and Drizzle via npm.\n- [PROMPT_INJECTION] (SAFE): The skill includes a capability to read and execute SQL from local files in
scripts/migration-tool.py. While this is an indirect prompt injection surface, it is the expected behavior for a migration utility. Evidence:\n - Ingestion:
migrations/*.sqlfiles.\n - Markers: None.\n
- Capabilities: Direct SQL execution via
sqlite3.\n - Sanitization: None.
Audit Metadata