CharlotteN7/dsh-plugin-inspector
C3Know 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
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | preinstall: node -e "require('fs').writeFileSync(process.env.DSH_INSPECTOR_CANARY, 'preinstall')"; postinstall: node ./scripts/setup.js |
| can rewrite the system prompt | prompt_surface | system-prompt/assemble |
| executes system commands | exec | ×3 src, e.g. src/knowledge.ts:284, src/checks/tier-b.ts:190 |
| uses eval / new Function | eval | ×7 src, e.g. src/cordis-yaml.ts:9, src/cordis-yaml.ts:10 |
| reads credential-class env vars | token_env | GITHUB_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.