What it does
DSH Remote 手机遥控端:把电脑上的 DeepSeek Harness 装进口袋。手机连上就能给 AI 派活、看实时回复、批审批;支持局域网/内网穿透、扫码连接、审批通知、会话管理、多主题换装,还能解锁加密保险库。第三方社区作品,开源免费。
Installation
dsh plugin --profile web add github:Hyna-hla/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 or warning findings in the automated scan. The result is valid only for the commit hash shown.
—697e4d8d56a02026-08-17697e4d8d56a0The 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 (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 4
- infoMakes network requests (fetch / axios)dsh-remote-access/lib/client.js:49return fetch(path, opts).then(function (r) { return r.json(); });
- infoReads process.envdsh-remote-access/lib/index.js:76const home = (process.env.DSH_HOME || "").trim() || join(homedir(), ".dsh");
- infoMakes network requests (fetch / axios)dsh-remote-access/src/client.ts:52return fetch(path, opts).then(function (r) { return r.json(); });
- infoReads process.envdsh-remote-access/src/index.ts:91const home = (process.env.DSH_HOME || "").trim() || join(homedir(), ".dsh");
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 5 · Forks: 3
• Health: Active — committed within last 30 days
Source
GitHub: github.com/Hyna-hla/dsh-remote
