dsh-wx-desktop avatar

dsh-wx-desktop

deepseek harness 桌面端插件

PluginDesktop
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

deepseek harness 桌面端插件

Installation

dsh plugin --profile web add github:wangxilhy23/dsh-wx-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-RISKSCAN12 FILES
97b0d4
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.

8 critical·2 warning·16 info·12 files scanned
code-exec ×8
plugin version0.3.1dsh manifest
scanned commit97b0d42fab532026-08-19
latest commit97b0d42fab53

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: High8 critical · 2 warning · 16 info

• 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:13
    import { spawn } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/dev.mjs:6
    import { spawnSync, spawn } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/install-dsh-runtime.mjs:13
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/package.mjs:10
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/prepare-runtime.mjs:15
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/probe-junctions.mjs:8
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)src/electron/main.mjs:30
    import { spawn, spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)src/index.ts:21
    import { spawn } from 'node:child_process'
  • warningHTTP request to a raw IP addresssrc/electron/main.mjs:508
    runtime.url = `http://127.0.0.1:${runtime.port}`
  • warningHTTP request to a raw IP addresssrc/index.ts:52
    const 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

Source

GitHub: github.com/wangxilhy23/dsh-wx-desktop

Was this page helpful?