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 zen CLI 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 seed command is used to execute a seeding script (e.g., tsx ./zenstack/seed.ts) as configured in the package.json file.
  • [COMMAND_EXECUTION]: The zen db pull command performs database introspection to update the local ZModel schema file based on the remote database state.
  • [EXTERNAL_DOWNLOADS]: The skill notes that the @zenstackhq/cli carries a peer dependency on prisma, which is installed automatically when needed.
  • [SAFE]: Destructive commands such as zen migrate reset --force and zen db push --force-reset are accompanied by clear warnings that they should only be used in development or testing environments and never in production.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 12, 2026, 10:54 PM
Security Audit — agent-trust-hub — zenstack-db-migration