LaplaceYoung/oh-my-dsh
C2oh-my-dsh:面向 DSH (DeepSeek Harness) 的插件生态——700+ 插件,只通过扩展接缝注册,不修改 agent-loop 骨架
★ 50+ · LaplaceYoung/oh-my-dsh source on GitHub · this plugin in the registry
LaplaceYoung/oh-my-dsh is a DeepSeek Harness plugin rated C2 — one powerful capability or sensitive behavior. It executes system commands, uses eval / new Function, decodes base64 payloads, ships no manifest.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| executes system commands | exec | ×65 src, e.g. plugins/apt/src/index.ts:10, plugins/apt/src/index.ts:57 |
| uses eval / new Function | eval | ×3 src, e.g. plugins/code-scan/src/index.ts:61, plugins/feature-flags/src/index.ts:56 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. plugins/base64/src/index.ts:36 |
| ships no manifest | no_manifest | uses 2 services, 0 tool regs, no manifest |
Services it injects
commands tools
Hooks it attaches
session/event
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.