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-panelInstall 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 ×20.2.1e6b5ca1ea1252026-08-19e6b5ca1ea125The 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 (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:8const { spawn } = require('node:child_process')
- criticalChild process module usage (Node.js)extension.js:57const out = require('node:child_process').execFileSync('where.exe', ['node'], { encoding: 'utf8', timeout: 3000, windowsHide: true })
- warningShell command execution (exec / execSync)extension.js:57const out = require('node:child_process').execFileSync('where.exe', ['node'], { encoding: 'utf8', timeout: 3000, windowsHide: true })
- warningHTTP request to a raw IP addressextension.js:28return '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
