dsh-remote avatar

dsh-remote

Remote control for DeepSeek Harness (dsh web) from any phone browser — secure gateway, mobile web client, full feature coverage (incl. privileged methods). 手机远程控制 DeepSeek Harness

PluginBrowserWeb search
Verification
L1 · Found
Security
Medium
Health
Active
Trust
Unrated

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

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 AUDITWARNINGada3ea
Automated review · daily
WARNING

No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).

0 critical·8 warning·20 info·12 files scanned
plugin version1.0.0
scanned commitada3eaabf2cd2026-08-19
latest commitada3eaabf2cd

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: Medium0 critical · 8 warning · 20 info

• 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:16
    DSH_REMOTE_UPSTREAM dsh web 地址(默认 http://127.0.0.1:3080)
  • warningHTTP request to a raw IP addressinstall.sh:49
    UPSTREAM="${DSH_REMOTE_UPSTREAM:-http://127.0.0.1:3080}"
  • warningDownloads a file from the networkinstall.sh:81
    if 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:15
    const 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:81
    if 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:82
    echo "[install] 本机访问: http://127.0.0.1:3443/login"
  • warningDownloads a file from the networkscripts/install-macos.sh:81
    if 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

Was this page helpful?