dsh-schema-migration-proof
Run the following command in DeepSeek Harness:
dsh plugin install dongsheng123132/dsh-schema-migration-proof
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install dongsheng123132/dsh-schema-migration-proof; the full source is at https://github.com/dongsheng123132/dsh-schema-migration-proof .
About this plugin
After a DeepSeek Harness schema migration ships, teams often lack an offline, reproducible evidence trail to prove the migration behaved as intended. dsh-schema-migration-proof closes that gap: it never executes a migration or touches data bodies. Instead it performs a content-addressed audit of pinned migration fixture envelopes and produces a structured pass or fail verdict, turning the audit itself into a deliverable.
The plugin scores five core checks: output determinism under fixed-fixture reruns, idempotency, reversible-rollback proof, required-invariant verification, and per-field lossy-loss disclosure for lossy migrations. Any invariant that is missing, failed, or unobserved fails closed. A lossy fixture must enumerate every disclosed loss field or the verdict is fail. The manifest carries only stable IDs and SHA-256 digests; body, payload, secret, credential, prompt, and message-shaped fields are rejected outright, ensuring the evidence package cannot introduce sensitive content.
Security and compliance teams, ops leads, and DSH administrators who must produce migration audit reports or hand evidence packages to external auditors without touching production data are the primary audience. If you already run dsh-recovery-proof for restore drills and dsh-surface-contract-proof for contract comparison, this plugin completes the migration-evidence side of the triad.
Use Cases
- Re-verify pinned fixture envelope determinism offline after a migration ships
- Deliver a sanitized migration evidence package to external auditors
- Confirm every lossy field in a lossy fixture is fully disclosed
Best For
- DSH administrators producing migration audit reports
- Security and compliance teams re-verifying migration completeness
- Ops leads confirming rollback paths are truly reversible
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.