dsh-safe-launch
Run the following command in DeepSeek Harness:
dsh plugin install dHR-P/dsh-safe-launch
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install dHR-P/dsh-safe-launch inside DeepSeek Harness; the source is available at https://github.com/dHR-P/dsh-safe-launch. Restart DSH once after install to complete onboarding.
About this plugin
A single incompatible plugin or a broken core update can bring down a live DSH instance, and manual rollback is often slow and error-prone. dsh-safe-launch embeds a verify-before-deploy workflow directly into DSH so that every risky change is validated against your live configuration before it is ever applied to the real profile.
Every core upgrade, plugin install, and batch plugin update is first executed in an isolated environment on a random port, with HTTP health checks, process identity verification, an eight-second soak window, and fatal-error scanning. Only when the trial run passes is the change committed; otherwise the candidate is discarded and a rollback snapshot is preserved, leaving your current instance completely untouched. A manifest-fingerprint watchdog polls every five seconds and automatically triggers an isolated compatibility re-test whenever an out-of-band change is detected, either adopting the change into a new verified snapshot or raising a loud alert with rollback guidance.
If you run a long-lived DSH instance with multiple plugins and cannot afford downtime from a single bad dependency, dsh-safe-launch is built for you. A single restart after install bootstraps the last-good configuration from your running instance, and every subsequent risky operation follows a test-confirm-apply pipeline. A built-in settings panel and an optional desktop safe-launcher shortcut keep the entire workflow command-line-free.
Use Cases
- Install a new plugin via isolated trial boot on a random port; commit only after it passes, leaving the live instance untouched.
- Upgrade the DSH core with a full canary test—discard the candidate and keep a rollback snapshot if anything fails.
- Detect out-of-band profile changes, auto-trigger an isolated re-test, and either adopt into a verified snapshot or raise an alert with rollback guidance.
Best For
- Users running a long-lived multi-plugin DSH instance who cannot afford downtime from a single bad dependency.
- Users who want plugin installs and core upgrades handled through a settings panel without touching the command line.
- Users who want AI assistants to route every plugin install through the compatibility-check pipeline instead of raw pnpm add.
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.