deepseek-harness-win-desktop avatar

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` 做配置校验。

PluginBrowserDesktopNetworkUI & SkinsWeb search
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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-desktop

Install method: GitHub · 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
31ebe4
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.

3 critical·1 warning·8 info·15 files scanned
shell ×2code-exec ×1
plugin version0.1.0dsh manifest
scanned commit31ebe4f844502026-08-19
latest commit31ebe4f84450

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: High3 critical · 1 warning · 8 info

• 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:14
    const { execSync } = require('child_process')
  • criticalShell command execution (exec / execSync)scripts/wrap-dsh.cjs:32
    execSync(`where ${c}`, { stdio: 'ignore', shell: true })
  • criticalShell command execution (exec / execSync)scripts/wrap-dsh.cjs:95
    execSync(
  • warningFilesystem write operationsscripts/wrap-dsh.cjs:47
    fs.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

Was this page helpful?