Sparrived/DSH-Deeptop
C3Deeptop, a lightweight native desktop client for DeepSeek Harness.
★ 5+ · Sparrived/DSH-Deeptop source on GitHub · this plugin in the registry
Sparrived/DSH-Deeptop is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can intercept API traffic, executes system commands, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can intercept API traffic | api_intercept | apiProxy |
| executes system commands | exec | ×15 src, e.g. deeptop-bridge/skill-installer.mjs:4, scripts/build-dev.mjs:5 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. src/App.tsx:2748 |
| reads credential-class env vars | token_env | GH_TOKEN, GITHUB_TOKEN |
Services it injects
apiProxy llm messageAnnotations pluginInventory sessionPersistence sessions storageDomain tools typertGateway workspaceRegistry
Outbound domains
api.github.com codeload.github.com api.example.com
Environment variables it reads
DSH_HOME ComSpec GITHUB_TOKEN GH_TOKEN GITHUB_REPOSITORY GITHUB_SERVER_URL
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.