dsh-desktop-hub avatar

dsh-desktop-hub

DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(Electron + TypeScript)。多 Tab 管理 Harness / Plugin / MCP / Skills,双击即用。

PluginDesktopDeveloper
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(Electron + TypeScript)。多 Tab 管理 Harness / Plugin / MCP / Skills,双击即用。

Installation

dsh plugin --profile web add dsh-desktop-hub

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOHIGH-RISKSCAN15 FILES
954c7b
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

7 critical·5 warning·20 info·15 files scanned
code-exec ×5shell ×2
scanned commit954c7be520b12026-08-16
latest commit954c7be520b1

The 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.

Risk: High7 critical · 5 warning · 20 info

• 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:6
    import { execFileSync } from 'node:child_process'
  • warningShell command execution (exec / execSync)scripts/bundle-runtime.mjs:66
    execFileSync('tar', ['-xzf', tarPath, '-C', nodeDir, '--strip-components=1'], { stdio: 'inherit' })
  • criticalShell command execution (exec / execSync)scripts/bundle-runtime.mjs:79
    execFileSync(nodeBin, [npmCli, 'ci', '--prefix', runtimeDir, '--no-audit', '--no-fund', '--ignore-scripts'], { stdio: 'inherit' })
  • criticalShell command execution (exec / execSync)scripts/bundle-runtime.mjs:82
    execFileSync(
  • infoMakes network requests (fetch / axios)scripts/bundle-runtime.mjs:36
    const sums = await fetch(SHASUMS_URL)
  • infoMakes network requests (fetch / axios)scripts/bundle-runtime.mjs:52
    const res = await fetch(URL)
  • infoMakes network requests (fetch / axios)scripts/verify-m1.mjs:23
    const res = await fetch(handle.url)
  • infoMakes network requests (fetch / axios)scripts/verify-m1.mjs:37
    const res = await fetch(handle.url)
  • criticalChild process module usage (Node.js)src/core/harness.ts:2
    import { spawn, type ChildProcess } from 'node:child_process'
  • criticalChild process module usage (Node.js)src/core/harness.ts:18
    proc: ChildProcess
  • criticalChild process module usage (Node.js)src/core/harness.ts:193
    async function stopTree(proc: ChildProcess): Promise<void> {
  • warningHTTP request to a raw IP addresssrc/core/harness.ts:101
    return 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

Source

GitHub: github.com/FlashingChen/dsh-desktop-hub

Was this page helpful?