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
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | subprocess, system-prompt/assemble |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| executes system commands | exec | ×16 src, e.g. lib/index.js:2204, lib/index.js:3176 |
| uses eval / new Function | eval | ×1 src, e.g. lib/client.js:154 |
| decodes base64 payloads | base64_decode | ×8 src, e.g. lib/client.js:1323, lib/client.js:1374 |
| starts a network server | net_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.