dsh-web-panel avatar

dsh-web-panel

Embed DeepSeek Harness (dsh) web GUI in VS Code — zero-config auto-start, workspace follow, self-healing. /在 VS Code 里内嵌 DeepSeek Harness 网页版,零配置自动启动、多工作区跟随、掉线自愈。

PluginDeveloperBrowserWeb searchFile
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

Embed DeepSeek Harness (dsh) web GUI in VS Code — zero-config auto-start, workspace follow, self-healing. /在 VS Code 里内嵌 DeepSeek Harness 网页版,零配置自动启动、多工作区跟随、掉线自愈。

Installation

dsh plugin --profile web add github:moxingovo/dsh-web-panel

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-RISKSCAN2 FILES
e6b5ca
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.

2 critical·4 warning·6 info·2 files scanned
code-exec ×2
plugin version0.2.1
scanned commite6b5ca1ea1252026-08-19
latest commite6b5ca1ea125

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: High2 critical · 4 warning · 6 info

• Static heuristic scan: done (2 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 6 / 6

  • criticalChild process module usage (Node.js)extension.js:8
    const { spawn } = require('node:child_process')
  • criticalChild process module usage (Node.js)extension.js:57
    const out = require('node:child_process').execFileSync('where.exe', ['node'], { encoding: 'utf8', timeout: 3000, windowsHide: true })
  • warningShell command execution (exec / execSync)extension.js:57
    const out = require('node:child_process').execFileSync('where.exe', ['node'], { encoding: 'utf8', timeout: 3000, windowsHide: true })
  • warningHTTP request to a raw IP addressextension.js:28
    return 'http://127.0.0.1:' + port
  • warningHTTP request to a raw IP addressextension.js:279
    + '<meta http-equiv="Content-Security-Policy" content="default-src \'none\'; frame-src http://127.0.0.1:* http://localhost:*; script-src \'n
  • warningHTTP request to a raw IP addressextension.js:282
    + '<iframe id="app" src="http://127.0.0.1:' + port + '/" allow="clipboard-read; clipboard-write; fullscreen"></iframe>'

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-14 · activity: Active

• Repo created: 2026-08-19

• Stars: ★ 1 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/moxingovo/dsh-web-panel

Was this page helpful?