mx-migration-author
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides operational guidelines for database migrations. It enforces the expand-contract pattern to ensure that schema changes do not break existing application replicas during rolling deployments.
- [COMMAND_EXECUTION]: The skill instructs the agent to run standard development commands using
pnpm(e.g.,pnpm -C apps/core exec drizzle-kit generate,pnpm -C apps/core run migrate). These are routine operations within a Node.js project environment. - [DATA_INGESTION]: The skill reads schema definitions from
apps/core/src/database/schema/*.tsand migration files fromapps/core/src/database/migrations/*.sql. This is necessary for its stated purpose of reviewing and authoring migrations. - [SAFE]: No signs of prompt injection, data exfiltration, or obfuscation were detected. All external references are to local project files or documentation.
Audit Metadata