hezi2020/dsh-plugin-wiki

C3

DeepSeek 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

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
can rewrite the system promptprompt_surfaceapiProxy, subprocess, systemPrompt, webServer
can intercept API trafficapi_interceptapiProxy, subprocess, systemPrompt, webServer
can spawn subprocessessubprocess_serviceinject: subprocess
executes system commandsexec×84 src, e.g. plugins/Asaiuta-dsh-session-hub/build.mjs:64, plugins/Asaiuta-dsh-session-hub/build.mjs:64
uses eval / new Functioneval×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 payloadsbase64_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 servernet_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 varstoken_envDEEPSEEK_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.