
deepseek-harness-win-desktop
`@deepseek-ai/dsh-win-desktop` 是 DeepSeek Harness(DSH)的 Windows 桌面插件,通过本地 HTTP 服务桥接 Windows 桌面会话。它在 8765 端口(可配置)运行一个轻量 HTTP 服务器,提供完整的会话管理 REST API(`GET /health`、`GET /sessions`、`POST /sessions`、`DELETE /sessions/:id`),并以 React 组件形式注入 DSH Web UI 的 Slot 系统,支持 3 秒轮询刷新和实时状态指示。该插件严格遵循 DSH 官方插件架构:Host 端基于 Cordis `Service` 类实现,使用 `schemastery` 做配置校验。
What it does
`@deepseek-ai/dsh-win-desktop` 是 DeepSeek Harness(DSH)的 Windows 桌面插件,通过本地 HTTP 服务桥接 Windows 桌面会话。它在 8765 端口(可配置)运行一个轻量 HTTP 服务器,提供完整的会话管理 REST API(`GET /health`、`GET /sessions`、`POST /sessions`、`DELETE /sessions/:id`),并以 React 组件形式注入 DSH Web UI 的 Slot 系统,支持 3 秒轮询刷新和实时状态指示。该插件严格遵循 DSH 官方插件架构:Host 端基于 Cordis `Service` 类实现,使用 `schemastery` 做配置校验。
Installation
dsh plugin --profile web add github:Thanksgiver233/deepseek-harness-win-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.
shell ×2code-exec ×10.1.0dsh manifest31ebe4f844502026-08-1931ebe4f84450The 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+)
High-risk findings · 4 / 4
- criticalChild process module usage (Node.js)scripts/wrap-dsh.cjs:14const { execSync } = require('child_process')
- criticalShell command execution (exec / execSync)scripts/wrap-dsh.cjs:32execSync(`where ${c}`, { stdio: 'ignore', shell: true })
- criticalShell command execution (exec / execSync)scripts/wrap-dsh.cjs:95execSync(
- warningFilesystem write operationsscripts/wrap-dsh.cjs:47fs.writeFileSync(filePath, content, 'utf8')
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-19
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/Thanksgiver233/deepseek-harness-win-desktop