banlanzs/dsh-web-enhanced

C3

[building……] DeepSeek Harness's web enhancement plugin—brings task dashboards, Git graphs, workspace file panels, balance displays, and graph recognition into the DSH web interface.

★ 1+ · banlanzs/dsh-web-enhanced source on GitHub · this plugin in the registry

banlanzs/dsh-web-enhanced is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, can spawn subprocesses, executes system commands.

What it can do

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
can rewrite the system promptprompt_surfacesubprocess, system-prompt/assemble
can spawn subprocessessubprocess_serviceinject: subprocess
executes system commandsexec×16 src, e.g. lib/index.js:2204, lib/index.js:3176
uses eval / new Functioneval×1 src, e.g. lib/client.js:154
decodes base64 payloadsbase64_decode×8 src, e.g. lib/client.js:1323, lib/client.js:1374
starts a network servernet_server×1 src, e.g. scripts/e2e.mjs:78

Services it injects

agentDefaultModel agents connection invariants locale remote sessions slots storageDomain subprocess typert workspaceRegistry workspaces

Hooks it attaches

agent/pre-step agent/request connection/reset llm/adapters-updated session/event system-prompt/assemble theme/change tools/post-execute

Outbound domains

api.deepseek.com models.dev opencode.ai dashscope.aliyuncs.com

Environment variables it reads

DSH_ROOT DSH_BIN WEB_ENHANCED_PACK_MAX_TARBALL WEB_ENHANCED_PACK_MAX_UNPACKED

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.