hezi2020/dsh-plugin-wiki
C3DeepSeek Harness (DSH) 插件生态百科与竞品对比手册 - 快速上手 Harness、对比差异、详解每个插件的用法、缺点与拓展性
★ 0 · hezi2020/dsh-plugin-wiki source on GitHub · this plugin in the registry
hezi2020/dsh-plugin-wiki is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, can intercept API traffic, can spawn subprocesses.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | apiProxy, subprocess, systemPrompt, webServer |
| can intercept API traffic | api_intercept | apiProxy, subprocess, systemPrompt, webServer |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| executes system commands | exec | ×84 src, e.g. plugins/Asaiuta-dsh-session-hub/build.mjs:64, plugins/Asaiuta-dsh-session-hub/build.mjs:64 |
| uses eval / new Function | eval | ×2 src, e.g. plugins/Acidmoon-DIzzy-DSH/third-party/DSH-better-sidebar/lib/client-docx.js:3767, plugins/Acidmoon-DIzzy-DSH/third-party/dsh-notification/lib/index.js:258 |
| decodes base64 payloads | base64_decode | ×15 src, e.g. plugins/Asaiuta-dsh-session-hub/lib/client.js:1283, plugins/Asaiuta-dsh-session-hub/lib/client.js:2641 |
| starts a network server | net_server | ×3 src, e.g. plugins/Asaiuta-dsh-session-hub/lib/index.js:713, plugins/Asaiuta-dsh-session-hub/lib/index.js:730 |
| reads credential-class env vars | token_env | DEEPSEEK_API_KEY, GITHUB_TOKEN |
Services it injects
agents apiProxy connection credentials inputTriggers invariants loader locale remote sessionPersistence sessionProjections sessions settings skills slots subprocess systemPrompt timer tools typert webServer workspaceRegistry workspaces
Hooks it attaches
agent/created agent/disposed agent/session-start agent/status agent/turn-stopping approval/request connection/reset credentials/changed internal/service session/event settings/changed subagent/end tools/result workflow/end
Outbound domains
schemas.openxmlformats.org api.inferera.com agent-vision.anionex.me ifdian.net schemas.microsoft.com api.deepseek.com www.kimi.com stuartk.com raw.github.com stuk.github.io
Environment variables it reads
GITHUB_TOKEN DSH_HOME USERPROFILE ComSpec DSH_ROOT DSH_BIN DEEPSEEK_API_KEY GENUI_PACK_MAX_TARBALL GENUI_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.