DSH-Launcher avatar

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.

PluginLauncherDeveloperBrowserTerminalWeb searchTerminal / ShellFile
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

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

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.SO AUDITMEDIUM89bcd1
Automated review · daily
MEDIUM

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

2 critical·3 warning·3 info·5 files scanned
code-exec ×1shell ×1
plugin version0.1.0dsh manifest
scanned commit89bcd142a7c02026-08-19
latest commit89bcd142a7c0

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: Medium2 critical · 3 warning · 3 info

• 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:1
    import { execFileSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)lib/install.js:28
    return execFileSync(
  • warningHTTP request to a raw IP addresssrc/main.rs:53
    const 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:934
    assert_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

Was this page helpful?