iamsee123/dsh-web-terminal
C3★ 1+ · iamsee123/dsh-web-terminal source on GitHub · this plugin in the registry
iamsee123/dsh-web-terminal is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, runs code at install time, can rewrite the system prompt, executes system commands.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | postinstall: node scripts/fix-spawn-helper.mjs |
| can rewrite the system prompt | prompt_surface | systemPrompt, webServer |
| executes system commands | exec | ×1 src, e.g. src/pty.ts:39 |
| uses eval / new Function | eval | ×2 src, e.g. scripts/client-sim.mjs:101, scripts/debug-bundle.mjs:59 |
| starts a network server | net_server | ×2 src, e.g. scripts/smoke.mjs:29, scripts/smoke.mjs:36 |
Services it injects
systemPrompt webServer
Environment variables it reads
COMSPEC
How to read this
Levels measure capability surface and transparency, not maliciousness. A C3 plugin can be entirely legitimate — a desktop shell genuinely needs subprocesses. The point is that you can see this before installing. See the levels explained and how dsh plugins work.
Findings come from static analysis of shipped code; nothing is executed. Think a flag is wrong? Open an issue — every flag cites the file and line it came from.