What it does
DeepSeek Harness 桌面客户端:双击即用,跨平台(macOS / Windows / Linux)
Installation
dsh plugin --profile web add dsh-desktop-22Install 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 ×2fbec1f32e96d2026-08-17fbec1f32e96dThe 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 (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:3const { spawn } = require('node:child_process');
- infoReads process.envlib/dsh-runtime.js:21function createDshLaunchSpec({ electronPath, cliPath, port, dshHome, inheritedEnv = process.env }) {
- criticalChild process module usage (Node.js)main.js:14const { spawn } = require('node:child_process');
- warningHTTP request to a raw IP addressmain.js:22const APP_URL = `http://127.0.0.1:${PORT}`;
- warningFilesystem write operationsmain.js:47fs.appendFileSync(logPath, `[${ts}] ${clean}\n`);
- infoReads process.envmain.js:21const PORT = Number(process.env.DSH_DESKTOP_PORT || 3080);
- infoReads process.envmain.js:23const DSH_HOME = process.env.DSH_HOME || path.join(os.homedir(), '.dsh');
- infoReads process.envmain.js:193cli = resolveDshCli({ override: process.env.DSH_CLI });
- infoHardcoded IP addressmain.js:22const APP_URL = `http://127.0.0.1:${PORT}`;
- warningFilesystem write operationsscripts/emit-about-logo.js:46fs.writeFileSync(out, svg);
- warningFilesystem write operationsscripts/make-icon-render.js:80fs.writeFileSync(out, html);
- warningFilesystem write operationsscripts/render-icon.js:125fs.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
