AtropinolTT/dsh-guide-dog
C3Guide Dog for DSH — MiniMax multimodal plugin: image/video/music/speech generation & vision tools, voice mode, voice input. Real-time call mode implemented: streaming voice conversation, unified float
★ 1+ · AtropinolTT/dsh-guide-dog source on GitHub · this plugin in the registry
AtropinolTT/dsh-guide-dog 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
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./bundle/cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | subprocess, systemPrompt, webServer, tools/pre-execute |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| gates tool execution | tool_gate | hook: tools/pre-execute |
| executes system commands | exec | ×15 src, e.g. plugin-host.js:381, plugin-host.js:406 |
| uses eval / new Function | eval | ×14 src, e.g. repro/repro-progress.js:20, repro/repro-progress.js:21 |
Services it injects
fs sandboxPolicy shell slots subprocess systemPrompt timer tools webServer
Hooks it attaches
agent/created agent/error agent/status session/event tools/pre-execute tools/result
Outbound domains
hf-mirror.com m.thepaper.cn
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.