What it does
deepseek harness 桌面端插件
Installation
dsh plugin --profile web add github:wangxilhy23/dsh-wx-desktopInstall method: GitHub · 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 ×80.3.1dsh manifest97b0d42fab532026-08-1997b0d42fab53The 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 (12 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 10 / 10
- criticalChild process module usage (Node.js)bin/dsh-wx-desktop.mjs:13import { spawn } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/dev.mjs:6import { spawnSync, spawn } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/install-dsh-runtime.mjs:13import { spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/package.mjs:10import { spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/prepare-runtime.mjs:15import { spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/probe-junctions.mjs:8import { spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)src/electron/main.mjs:30import { spawn, spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)src/index.ts:21import { spawn } from 'node:child_process'
- warningHTTP request to a raw IP addresssrc/electron/main.mjs:508runtime.url = `http://127.0.0.1:${runtime.port}`
- warningHTTP request to a raw IP addresssrc/index.ts:52const LOOPBACK_ORIGINS = ['http://127.0.0.1', 'http://localhost', 'http://[::1]']
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-19 · activity: Active
• Repo created: 2026-08-19
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
