dickpy/dsh-imagegen
C3DSH (DeepSeek Harness) Web GUI AI image generation plugin: text-to-image & image-to-image via OpenAI-compatible endpoints (gpt-image-2), with shared cross-device history.
★ 5+ · dickpy/dsh-imagegen source on GitHub · this plugin in the registry
dickpy/dsh-imagegen is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, executes system commands, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | systemPrompt, webServer |
| executes system commands | exec | ×1 src, e.g. src/updater.ts:3 |
| decodes base64 payloads | base64_decode | ×2 src, e.g. src/engine.ts:174, src/history-store.ts:173 |
| starts a network server | net_server | ×8 src, e.g. scripts/smoke.mjs:77, scripts/smoke.mjs:124 |
Services it injects
connection locale slots systemPrompt webServer
Hooks it attaches
connection/reset
Outbound domains
api.openai.com api.github.com
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.