Plugin directory / Developer / dsh-sandbox-tester
dsh-sandbox-tester
Unverified Sutera-Diffusus/dsh-sandbox-tester ↗
What it does
Process-isolated sandbox tester for DeepSeek Harness — install and smoke-test your plugin in a standalone DSH_HOME/program copy/port before release, with syntax + bundle gates.
Unverified — not yet verified
Process-isolated sandbox tester for DeepSeek Harness — install and smoke-test your plugin in a standalone DSH_HOME/program copy/port before release, with syntax + bundle gates. Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
When to use it
Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.
Who it's for
Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.
For developers — extending it
The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:Sutera-Diffusus/dsh-sandbox-tester - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:Sutera-Diffusus/dsh-sandbox-tester. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.
Test report
Not yet verified — install and test it yourself.
Repository
github.com/Sutera-Diffusus/dsh-sandbox-tester ↗
Share this badge
Paste this into your README — it links back to this page and updates automatically when our test status changes:
[](https://dshbase.com/plugins/dsh-sandbox-tester/)