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

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
runs code at install timeinstall_scriptpostinstall: node scripts/fix-spawn-helper.mjs
can rewrite the system promptprompt_surfacesystemPrompt, webServer
executes system commandsexec×1 src, e.g. src/pty.ts:39
uses eval / new Functioneval×2 src, e.g. scripts/client-sim.mjs:101, scripts/debug-bundle.mjs:59
starts a network servernet_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.