dushaobindoudou/dsh-acp
C3Agent Client Protocol (ACP) server plugin for the DeepSeek Harness (dsh) - drive dsh agents from Zed, any ACP v1 client, or the built-in web UI over stdio / HTTP+SSE, with sessions, jobs, goals, skill
★ 5+ · dushaobindoudou/dsh-acp source on GitHub · this plugin in the registry
dushaobindoudou/dsh-acp is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, executes system commands, decodes base64 payloads, starts a network server.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | cordis.patch.yml |
| executes system commands | exec | ×12 src, e.g. bin/acp-chat.mjs:15, bin/acp-chat.mjs:115 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. src/connection.ts:413 |
| starts a network server | net_server | ×1 src, e.g. src/http-transport.ts:238 |
| reads credential-class env vars | token_env | ACP_CHAT_TOKEN |
Services it injects
agentDefaultModel agents cmdlineArgs llm
Hooks it attaches
internal/service session/event
Outbound domains
agent.lan
Environment variables it reads
ACP_CHAT_URL ACP_CHAT_TOKEN DSH_ACPC_CMD
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.