CharlotteN7/dsh-plugin-inspector

C3

Know what a DeepSeek Harness plugin does before you install it

★ 0 · CharlotteN7/dsh-plugin-inspector source on GitHub · this plugin in the registry

CharlotteN7/dsh-plugin-inspector is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, runs code at install time, can rewrite the system prompt, executes system commands.

What it can do

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
runs code at install timeinstall_scriptpreinstall: node -e "require('fs').writeFileSync(process.env.DSH_INSPECTOR_CANARY, 'preinstall')"; postinstall: node ./scripts/setup.js
can rewrite the system promptprompt_surfacesystem-prompt/assemble
executes system commandsexec×3 src, e.g. src/knowledge.ts:284, src/checks/tier-b.ts:190
uses eval / new Functioneval×7 src, e.g. src/cordis-yaml.ts:9, src/cordis-yaml.ts:10
reads credential-class env varstoken_envGITHUB_TOKEN

Services it injects

fs timer web

Hooks it attaches

agent/created pre system-prompt/assemble tools/post-execute

Outbound domains

api.github.com

Environment variables it reads

GITHUB_TOKEN

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.