What it does
Remote control for DeepSeek Harness (dsh web) from any phone browser — secure gateway, mobile web client, full feature coverage (incl. privileged methods). 手机远程控制 DeepSeek Harness
Installation
dsh plugin --profile web add github:mrgaoang/dsh-remoteInstall 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.
No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).
1.0.0ada3eaabf2cd2026-08-19ada3eaabf2cdThe 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 (12 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 8 / 8
- warningHTTP request to a raw IP addressbin/dsh-remote.js:16DSH_REMOTE_UPSTREAM dsh web 地址(默认 http://127.0.0.1:3080)
- warningHTTP request to a raw IP addressinstall.sh:49UPSTREAM="${DSH_REMOTE_UPSTREAM:-http://127.0.0.1:3080}"
- warningDownloads a file from the networkinstall.sh:81if curl -fsSL --connect-timeout 8 --max-time 60 "$url" -o /tmp/dsh-remote.tar.gz 2>/dev/null \
- warningHTTP request to a raw IP addresslib/config.js:15const DEFAULT_UPSTREAM = "http://127.0.0.1:3080";
- warningHTTP request to a raw IP addressscripts/install-macos.sh:55"upstream": "http://127.0.0.1:3080",
- warningHTTP request to a raw IP addressscripts/install-macos.sh:81if curl -s -o /dev/null http://127.0.0.1:3443/login 2>/dev/null; then
- warningHTTP request to a raw IP addressscripts/install-macos.sh:82echo "[install] 本机访问: http://127.0.0.1:3443/login"
- warningDownloads a file from the networkscripts/install-macos.sh:81if curl -s -o /dev/null http://127.0.0.1:3443/login 2>/dev/null; then
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/mrgaoang/dsh-remote
