Yan-Zero/dsh-remote-ssh
C3Use SSH hosts as transparent workspaces in DeepSeek Harness.
★ 1+ · Yan-Zero/dsh-remote-ssh source on GitHub · this plugin in the registry
Yan-Zero/dsh-remote-ssh 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, systemPrompt |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| executes system commands | exec | ×22 src, e.g. scripts/integration-transparent.mjs:62, scripts/integration-transparent.mjs:75 |
| decodes base64 payloads | base64_decode | ×2 src, e.g. src/routing/subprocess.ts:469, src/transport/fs.ts:181 |
| starts a network server | net_server | ×6 src, e.g. src/backend/socks.ts:22, src/backend/tunnel.ts:306 |
Services it injects
agents fs loader localFs localSpillStore localSubprocess locale remoteSsh remoteSshManager remoteSshSearchHook sessions settings slots spillStore subprocess systemPrompt tools workspaces
Hooks it attaches
agent/created agent/disposed tools/change
Environment variables it reads
DSH_HOME USERPROFILE ProgramData
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.