amplifthq/oh-my-dsh
C3A curated distribution of DeepSeek Harness. Overlay, not a fork.
★ 1+ · amplifthq/oh-my-dsh source on GitHub · this plugin in the registry
amplifthq/oh-my-dsh 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, gates tool execution.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./bundles/omd.cordis.yml |
| can rewrite the system prompt | prompt_surface | approval, subprocess, systemPrompt, tools/pre-execute |
| can spawn subprocesses | subprocess_service | inject: subprocess |
| gates tool execution | tool_gate | hook: tools/pre-execute |
| executes system commands | exec | ×17 src, e.g. scripts/build-portable-distribution.mjs:21, scripts/build-portable-distribution.mjs:21 |
| uses eval / new Function | eval | ×1 src, e.g. packages/kernel/src/index.ts:116 |
Services it injects
agents approval commands fs llm lsp mcpControl pluginControl proposals refactors sandboxPolicy shell skills subprocess systemPrompt tools web workspaceRegistry
Hooks it attaches
agent/created agent/disposed agent/inbox/claimed agent/inbox/discarded agent/inbox/inserted agent/pre-step agent/status approval/request tools/pre-execute
Outbound domains
amplifthq.github.io
Environment variables it reads
DSH_HOME OMD_NODE_VERSION OMD_PYTHON
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.