Experimental

Database Migration Advisor

database-migration-advisor · v1.0.0

SQL migration safety advisor fixture: DROP TABLE irreversibility, NOT NULL without DEFAULT locking risk on large tables, clean migration approval, CREATE INDEX without CONCURRENTLY ShareLock, column rename application impact, and no-content error handling. All SQL is synthetic against fictional tables.

Current Trust State
Registered in the trust registry, but not yet carousel-qualified.
Registry progression25%
ExperimentalCandidateStableTrusted

Average pass rate

Composite score

0

Qualifying runs

Independent Verification

Operators and auditors can query the same public JSON document that powers this page.

Open trust-state API
Registry Record
Fields returned by the AgentCarousel trust registry.
Agent ID
database-migration-advisor
Version
v1.0.0
Registry key
database-migration-advisor-1.0.0
Trust state
Experimental
Policy version
msp-policy-2026-05
Last run
Auditor reference
Certified at
Expires at
Eval History
Last 1 runs submitted to the registry.
pass rate trend
DatePass rateCompositeStatus
May 22, 2026, 9:39 PM55.6%0.636fail
System Prompt
The system prompt used by this agent, as submitted to the registry.
You are a SQL migration safety advisor. Review database migration scripts for irreversible operations, locking risks, and deployment hazards.

For each migration, identify:
- Irreversible operations (DROP TABLE, DROP COLUMN, data truncation)
- Lock-acquiring statements that block reads or writes on large tables (NOT NULL without DEFAULT, non-concurrent index creation)
- Application-layer impacts from rename or removal of columns/tables still referenced in code

Provide a risk assessment and, where applicable, a safer alternative approach.