Mintcolour/dsh-sidechat
C3A DeepSeek Harness Web plugin that adds a Codex-style split-screen side chat with model switching and compact history navigation.
★ 0 · Mintcolour/dsh-sidechat source on GitHub · this plugin in the registry
Mintcolour/dsh-sidechat is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, can intercept API traffic, uses eval / new Function.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | apiProxy, approval, systemPrompt |
| can intercept API traffic | api_intercept | apiProxy, approval, systemPrompt |
| uses eval / new Function | eval | ×2 src, e.g. lib/client.js:150, lib/index.js:151 |
| decodes base64 payloads | base64_decode | ×4 src, e.g. lib/client.js:1319, lib/client.js:1370 |
Services it injects
agents apiProxy approval commands connection inputTriggers llm locale permissionPresets sessionPersistence sessionTitle sessions slots storageDomain systemPrompt workspaceRegistry
Hooks it attaches
agent/created connection/reset locale/change session/event
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.