generate-migration
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
sentryCLI tool and local repository scripts to manage database schema changes and resolve migration conflicts. Evidence: The skill utilizessentry django makemigrations,sentry django migrate, andbin/update-migration. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted codebase state to generate and apply migrations, presenting an attack surface where maliciously crafted model definitions could influence agent behavior. * Ingestion points: Django model files and migration files. * Boundary markers: Absent. * Capability inventory: Command execution via CLI and database schema modification. * Sanitization: Absent; the skill relies on manual human review of generated migrations.
Audit Metadata