LaplaceYoung/oh-my-dsh

C2

oh-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

CapabilityFlagEvidence
executes system commandsexec×65 src, e.g. plugins/apt/src/index.ts:10, plugins/apt/src/index.ts:57
uses eval / new Functioneval×3 src, e.g. plugins/code-scan/src/index.ts:61, plugins/feature-flags/src/index.ts:56
decodes base64 payloadsbase64_decode×1 src, e.g. plugins/base64/src/index.ts:36
ships no manifestno_manifestuses 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.