chenw2759-wq/dsh-IDE
C3dsh-IDE 把 DeepSeek Harness(DSH)网页版升级成一站式 IDE:JupyterLab 式文件树、带语法高亮的代码编辑、多格式预览、Trae 风格红绿 diff 和内置终端,再加上「本地大脑、远程手脚」的 SSH 远程工作区,让 AI 直接在本机操控远程服务器,全程零配置文件改动。
★ 10+ · chenw2759-wq/dsh-IDE source on GitHub · this plugin in the registry
chenw2759-wq/dsh-IDE 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, executes system commands.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | subprocess, systemPrompt, webServer |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| executes system commands | exec | ×8 src, e.g. packages/dsh-aionui-panel/src/index.ts:100, packages/dsh-aionui-panel/src/host/fs-service.ts:19 |
| decodes base64 payloads | base64_decode | ×4 src, e.g. packages/dsh-aionui-panel/src/host/fs-service.ts:476, packages/dsh-easyssh/src/remote/remote-fs.ts:80 |
| starts a network server | net_server | ×1 src, e.g. packages/dsh-ssh/src/engine.ts:1015 |
Services it injects
easysshCore locale sandboxPolicy sessions slots subprocess systemPrompt tools webServer workspaceRegistry
Outbound domains
schemas.openxmlformats.org www.bing.com bellard.org
Environment variables it reads
DSH_CWD
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.