dushaobindoudou/dsh-acp

C3

Agent 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

CapabilityFlagEvidence
patches the dsh runtimeruntime_patchcordis.patch.yml
executes system commandsexec×12 src, e.g. bin/acp-chat.mjs:15, bin/acp-chat.mjs:115
decodes base64 payloadsbase64_decode×1 src, e.g. src/connection.ts:413
starts a network servernet_server×1 src, e.g. src/http-transport.ts:238
reads credential-class env varstoken_envACP_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.