dsh-desktop avatar

dsh-desktop

DeepSeek Harness 桌面客户端:双击即用,跨平台(macOS / Windows / Linux)

PluginDesktop
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

DeepSeek Harness 桌面客户端:双击即用,跨平台(macOS / Windows / Linux)

Installation

dsh plugin --profile web add dsh-desktop-22

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-RISKSCAN9 FILES
fbec1f
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.

2 critical·6 warning·8 info·9 files scanned
code-exec ×2
scanned commitfbec1f32e96d2026-08-17
latest commitfbec1f32e96d

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: High2 critical · 6 warning · 8 info

• Static heuristic scan: done (9 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • criticalChild process module usage (Node.js)lib/dsh-runtime.js:3
    const { spawn } = require('node:child_process');
  • infoReads process.envlib/dsh-runtime.js:21
    function createDshLaunchSpec({ electronPath, cliPath, port, dshHome, inheritedEnv = process.env }) {
  • criticalChild process module usage (Node.js)main.js:14
    const { spawn } = require('node:child_process');
  • warningHTTP request to a raw IP addressmain.js:22
    const APP_URL = `http://127.0.0.1:${PORT}`;
  • warningFilesystem write operationsmain.js:47
    fs.appendFileSync(logPath, `[${ts}] ${clean}\n`);
  • infoReads process.envmain.js:21
    const PORT = Number(process.env.DSH_DESKTOP_PORT || 3080);
  • infoReads process.envmain.js:23
    const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh');
  • infoReads process.envmain.js:193
    cli = resolveDshCli({ override: process.env.DSH_CLI });
  • infoHardcoded IP addressmain.js:22
    const APP_URL = `http://127.0.0.1:${PORT}`;
  • warningFilesystem write operationsscripts/emit-about-logo.js:46
    fs.writeFileSync(out, svg);
  • warningFilesystem write operationsscripts/make-icon-render.js:80
    fs.writeFileSync(out, html);
  • warningFilesystem write operationsscripts/render-icon.js:125
    fs.writeFileSync(path.join(__dirname, '..', 'build', 'icon.png'), encodePNG(W, H, rgba));

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-15 · activity: Active

• Repo created: 2026-08-17

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/CSlawyer1985/dsh-desktop

Was this page helpful?