geohotstan/dsh-computer-use

C3

Desktop computer use for DeepSeek Harness: macOS app listing, accessibility-tree window capture, screenshots, and synthesized input, cloned from Codex Computer Use

★ 1+ · geohotstan/dsh-computer-use source on GitHub · this plugin in the registry

geohotstan/dsh-computer-use 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, gates tool execution.

What it can do

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
can rewrite the system promptprompt_surfacesubprocess, systemPrompt, tools/pre-execute
can spawn subprocessessubprocess_serviceinject: subprocess
gates tool executiontool_gatehook: tools/pre-execute
executes system commandsexec×15 src, e.g. build.mjs:29, build.mjs:29
decodes base64 payloadsbase64_decode×4 src, e.g. lib/mcp.js:270, lib/computer-local/index.js:266
starts a network servernet_server×5 src, e.g. lib/mcp.js:1072, lib/mcp.js:1193

Services it injects

computer invariants subprocess systemPrompt tools

Hooks it attaches

tools/pre-execute tools/result

Environment variables it reads

DSH_COMPUTER_HELPER_PATH

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.