check_migration_risk
Parse a migration SQL file to flag risky patterns without executing it, enabling safe pre-deployment review.
Instructions
Statically parses a single migration .sql file and flags risky patterns. Never executes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |