dsh-sandbox-tester
Run the following command in DeepSeek Harness:
dsh plugin install Sutera-Diffusus/dsh-sandbox-tester
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, install this plugin using the command 'dsh plugin install Sutera-Diffusus/dsh-sandbox-tester', or visit the full source code address at https://github.com/Sutera-Diffusus/dsh-sandbox-tester for more details.
About this plugin
Developing plugins for DeepSeek Harness can feel like walking a tightrope: all your code runs within the same host process. A single buggy line can cause a deadlock that freezes the entire application, an unhandled exception might crash it outright, and accidental deletions could wipe out your data and chat histories. This often leads to a frustrating cycle of restarts, connection errors, and wasted time. The dsh-sandbox-tester plugin is designed to shatter this cycle by providing a robust, process-level isolation sandbox. It creates completely independent sandbox instances—with their own processes, data directories, and network ports—where you can freely test plugins and patches. Any crash, error, or mistake remains contained within the sandbox, leaving your main DSH application and its data completely unharmed. The plugin offers a suite of intuitive tools for managing the entire lifecycle, from creation and injection to health checks and cleanup. A key innovation is its machine-enforced merge gate, which ensures that only code passing strict validation (including syntax and bundle checks) can be integrated back into the main application, effectively preventing dangerous changes from ever taking hold.
Use Cases
- Verify code safety in a sandbox before developing or testing DeepSeek Harness plugins
- Safely merge tested patches or modifications back to the main application without affecting production
- Intuitively manage the lifecycle and health of multiple sandbox instances via the settings interface
Best For
- Programmers developing plugins for DeepSeek Harness
- System administrators needing a safe, isolated testing environment
- Engineers responsible for automated testing and quality assurance
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.