lubaiUwU/DSH-WeChatClawBot
C3DSH plugin: WeChat floating-ball bridge (QR login, message relay to agent)
★ 0 · lubaiUwU/DSH-WeChatClawBot source on GitHub · this plugin in the registry
lubaiUwU/DSH-WeChatClawBot is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, runs code at install time, executes system commands, starts a network server.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | postinstall: node scripts/link-peer-shims.mjs |
| executes system commands | exec | ×9 src, e.g. dsh-wechat-bot/index.js:21, dsh-wechat-bot/index.js:300 |
| starts a network server | net_server | ×3 src, e.g. dsh-wechat-bot/index.js:395, dsh-wechat-bridge/index.js:477 |
Services it injects
agents
Hooks it attaches
agent/error agent/inbox/claimed agent/request approval/request session/created session/disposed session/event
Outbound domains
ilinkai.weixin.qq.com novac2c.cdn.weixin.qq.com
Environment variables it reads
DSH_NODE APPDATA LOCALAPPDATA DSH_HOME PORT STATE_DIR LOG_LEVEL UNAPPROVED_REPLY
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.