zenstack-db-migration
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
zenCLI for database schema management tasks, including creating migrations (zen migrate dev), deploying them (zen migrate deploy), and syncing the database schema (zen db push). - [COMMAND_EXECUTION]: The
zen db seedcommand is used to execute a seeding script (e.g.,tsx ./zenstack/seed.ts) as configured in thepackage.jsonfile. - [COMMAND_EXECUTION]: The
zen db pullcommand performs database introspection to update the local ZModel schema file based on the remote database state. - [EXTERNAL_DOWNLOADS]: The skill notes that the
@zenstackhq/clicarries a peer dependency onprisma, which is installed automatically when needed. - [SAFE]: Destructive commands such as
zen migrate reset --forceandzen db push --force-resetare accompanied by clear warnings that they should only be used in development or testing environments and never in production.
Audit Metadata