What it does
DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(Electron + TypeScript)。多 Tab 管理 Harness / Plugin / MCP / Skills,双击即用。
Installation
dsh plugin --profile web add dsh-desktop-hubInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×5shell ×2954c7be520b12026-08-16954c7be520b1The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- criticalChild process module usage (Node.js)scripts/bundle-runtime.mjs:6import { execFileSync } from 'node:child_process'
- warningShell command execution (exec / execSync)scripts/bundle-runtime.mjs:66execFileSync('tar', ['-xzf', tarPath, '-C', nodeDir, '--strip-components=1'], { stdio: 'inherit' })
- criticalShell command execution (exec / execSync)scripts/bundle-runtime.mjs:79execFileSync(nodeBin, [npmCli, 'ci', '--prefix', runtimeDir, '--no-audit', '--no-fund', '--ignore-scripts'], { stdio: 'inherit' })
- criticalShell command execution (exec / execSync)scripts/bundle-runtime.mjs:82execFileSync(
- infoMakes network requests (fetch / axios)scripts/bundle-runtime.mjs:36const sums = await fetch(SHASUMS_URL)
- infoMakes network requests (fetch / axios)scripts/bundle-runtime.mjs:52const res = await fetch(URL)
- infoMakes network requests (fetch / axios)scripts/verify-m1.mjs:23const res = await fetch(handle.url)
- infoMakes network requests (fetch / axios)scripts/verify-m1.mjs:37const res = await fetch(handle.url)
- criticalChild process module usage (Node.js)src/core/harness.ts:2import { spawn, type ChildProcess } from 'node:child_process'
- criticalChild process module usage (Node.js)src/core/harness.ts:18proc: ChildProcess
- criticalChild process module usage (Node.js)src/core/harness.ts:193async function stopTree(proc: ChildProcess): Promise<void> {
- warningHTTP request to a raw IP addresssrc/core/harness.ts:101return m ? `http://127.0.0.1:${m[1]}` : null
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-16
• Stars: ★ 5 · Forks: 0
• Health: Active — committed within last 30 days
