
DSH-Launcher
A single-file Rust Windows OS launcher for the dsh (DeepSeek Harness) web UI — no WebView2, no runtime deps, just a few hundred KB. Double-click to start; close the browser and the whole process tree is torn down — no terminal to babysit, no leftover node processes holding the port, no console flash.
What it does
A single-file Rust Windows OS launcher for the dsh (DeepSeek Harness) web UI — no WebView2, no runtime deps, just a few hundred KB. Double-click to start; close the browser and the whole process tree is torn down — no terminal to babysit, no leftover node processes holding the port, no console flash.
Installation
dsh plugin --profile web add github:Alvinpro/DSH-LauncherInstall 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 ×1shell ×10.1.0dsh manifest89bcd142a7c02026-08-1989bcd142a7c0The 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 (5 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 5 / 5
- criticalChild process module usage (Node.js)lib/install.js:1import { execFileSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)lib/install.js:28return execFileSync(
- warningHTTP request to a raw IP addresssrc/main.rs:53const DEFAULT_URL: &str = "http://127.0.0.1:3080";
- warningHTTP request to a raw IP addresssrc/main.rs:485--url <URL> 服务地址(默认 http://127.0.0.1:3080)
- warningHTTP request to a raw IP addresssrc/main.rs:934assert_eq!(parse_port("http://127.0.0.1:8080"), 8080);
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/Alvinpro/DSH-Launcher