dsh-plugin-guard
Run the following command in DeepSeek Harness:
dsh plugin install lxzy-7/dsh-plugin-guard
Paste the following prompt into your AI chat to install this plugin:
Install the dsh-plugin-guard plugin in DeepSeek Harness from its source at https://github.com/lxzy-7/dsh-plugin-guard.
About this plugin
dsh-plugin-guard addresses one of the most stressful failure modes in a plugin-based environment: a bad plugin change can prevent DeepSeek Harness from booting, render the web client unusable, or leave you manually digging through configuration files to recover. Rather than statically judging whether plugin code is safe, it focuses on recoverability: it takes configuration snapshots before changes, guards the boot process with health checks, rolls back automatically when startup fails, and preserves incident information for later analysis.
Its core capabilities include pre-change snapshots, guarded boot, automatic and manual rollback, and incident reporting. The guarded boot process actually starts the harness with installed plugins and verifies both server health and client rendering, allowing it to catch load errors, startup crashes, unresponsive services, and black-screen failures. If rollback and retry still cannot restore a working environment, it can identify the offending plugin from boot logs, quarantine it, and boot without it. Together with the backup manager in settings, agent tools, and a local CLI, it gives users a practical recovery path even when the app cannot start normally.
This plugin is well suited to users who frequently install, test, or distribute DeepSeek Harness plugins, as well as teams that want their agent environment to be more resilient. It is especially useful for anyone who wants plugin changes to remain reversible, startup failures to be handled automatically, and post-incident diagnosis to be structured rather than improvised.
Use Cases
- Saves configuration snapshots before plugin changes.
- Automatically rolls back when guarded boot fails.
- Produces incident reports for agent-driven analysis.
Best For
- Users who frequently install or debug Harness plugins.
- Teams that need reversible plugin changes.
- Operators who want to reduce downtime from broken plugin installs.
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.