dsh-install-guard
Run the following command in DeepSeek Harness:
dsh plugin install 618527/dsh-install-guard
Paste the following prompt into your AI chat to install this plugin:
To install in DeepSeek Harness, run dsh plugin install 618527/dsh-install-guard; the source repository is https://github.com/618527/dsh-install-guard , then restart dsh web to activate the plugin.
About this plugin
A subtle risk often lurks behind every marketplace plugin install for DeepSeek Harness: the plugin declares a Node version, peer dependency range, or dsh manifest field that does not match your running environment, and the service crashes or refuses to boot. dsh-install-guard moves that checkpoint before the download ever touches disk, running a full compatibility preflight so version conflicts are caught early.
It registers a model tool called plugin_install_guard that the Agent can invoke on demand. Four checks are covered: the current Node version against the plugin requirement; resolved versions of @deepseek-ai peer dependencies against declared ranges; the dsh.bundle.patch and dsh.client fields in the dsh manifest; and an optional isolated trial boot that installs the plugin into a throwaway profile and runs apply to surface runtime or load-time crashes.
Built for developers and administrators who manage DeepSeek Harness plugins in shared or production environments. It sits alongside dsh-doctor for environment health and dsh-poison-guard for security audit, and together the three form a complete pre-install gate so every plugin passes a compatibility check before it enters the running environment.
Use Cases
- Check Node version and peer dependency compatibility before installing a marketplace plugin
- Verify existing plugins still meet runtime requirements after a DeepSeek Harness upgrade
- Catch load-time crashes with an isolated trial boot before committing a third-party plugin
Best For
- Engineers managing DeepSeek Harness in production
- Tech leads responsible for team plugin approval workflows
- Developers who frequently pull new plugins from the marketplace
Related Plugins
A network security red-team benchmark plugin for DeepSeek-V4.1/Flash featuring dual-layer kernel injection and zero-tool architecture for controlled model safety assessment.
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
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.