oykb58246/dsh-desktop
C3deepseek harness的功能集成桌面端,当前功能:自带视觉模块、web远程控制、codex会话导入、归档内容管理、对接api适配思考强度和图片开启、以及附件上传等等小改动。
★ 1+ · oykb58246/dsh-desktop source on GitHub · this plugin in the registry
oykb58246/dsh-desktop 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
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | postinstall: node scripts/ensure-spawn-helper.mjs |
| can rewrite the system prompt | prompt_surface | systemPrompt, webServer |
| executes system commands | exec | ×33 src, e.g. deepseek-harness/apps/cli/src/plugin.ts:13, deepseek-harness/apps/cli/src/plugin.ts:13 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. deepseek-harness/packages/client/runtime/src/client/sessions/session.ts:276 |
Services it injects
agentDefaultModel agentLoop agents attachments clientModules cmdlineArgs connection conversation conversationEvents conversationViews demoRealmSvc demoStartup goals inputTriggers invariants layout llm loader locale missing-code-mode-service modules neverProvided phaseOne remote sessionPersistence sessions settingsScope slots subagents systemPrompt terminals typert userQuestions webServer workspaces
Hooks it attaches
agent/created agent/disposed agent/error agent/inbox/claimed agent/inbox/inserted agent/pre-step agent/request agent/request-error agent/status approval/request command/executed connection/reset hmr/change hmr/config-update-failed internal/dispatch internal/plugin internal/service locale/change session-telemetry/record session/event session/flush slash/input-begin-command slash/input-consume-token slash/input-insert-reference slash/input-insert-text slots/changed subagent/end test/scope-probe tools/post-execute
Outbound domains
www.deepseek.com docs.deepseek.com
Environment variables it reads
CORDIS_SHARED DSH_TELEMETRY_DISABLED DSH_WEB_STRESS_HEADFUL NALR_REQUIRE_LANDLOCK GITHUB_REF RELEASE_PUBLISH
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.