dsh-plugin-safe-install
Run the following command in DeepSeek Harness:
dsh plugin install rouyiemei/dsh-plugin-safe-install
Paste the following prompt into your AI chat to install this plugin:
In the DeepSeek Harness terminal, run dsh plugin install rouyiemei/dsh-plugin-safe-install; the plugin source is at https://github.com/rouyiemei/dsh-plugin-safe-install. After installation, restart dsh web to load the built-in skill.
About this plugin
For anyone who has ever watched DeepSeek Harness refuse to boot after a plugin install, the pain is all too familiar: a wall of English error messages, no way to debug because the harness itself is down, and a cycle of uninstall-and-retry that eventually corrupts the entire environment. dsh-plugin-safe-install is the direct answer to that loop. It packages a complete safe-install workflow into a single built-in skill so the Agent follows a structured process instead of guessing.
The skill covers seven stages end to end: confirm scope and permissions, snapshot a rollback checkpoint, audit the plugin for suspicious scripts or untrusted sources, install one at a time with five-level verification at each step, resolve native-module build issues such as node-pty and sharp, perform a clean uninstall or rollback when needed, and finish with a final boot check and restart reminder. If something fails, the process stops exactly where it broke rather than letting errors pile up. The plugin has zero runtime dependencies, zero network access, and no lifecycle scripts; the entire skill definition is a single human-readable SKILL.md file you can open and audit after install.
It is aimed at non-technical users who want to add capabilities to DSH without risking a broken setup, and at administrators who need a repeatable, auditable plugin-onboarding process. After installation and a restart, the skill appears in the Agent list automatically. Just say install the XX plugin and the structured workflow takes over.
Use Cases
- Installing a plugin to DSH for the first time and wanting to avoid a broken environment
- A previous plugin install broke DSH and you need a rollback-ready, step-by-step verification process
- Installing multiple plugins at once with per-step audit and verification before going live
Best For
- Non-technical users who want to add capabilities to DSH without risking a broken setup
- Administrators who need a repeatable, auditable plugin-onboarding process
- Security-conscious users who want to vet a plugin before installation
Related Plugins
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.
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.