What it does
Put a dsh (DeepSeek Harness) workspace on ANY machine — fleet enrollment for NAT'd off-site machines + SSH execution world, two modes in one plugin
Installation
dsh plugin --profile web add github:tangwenhao616-netizen/dsh-anywhereInstall 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 issues in blocking categories (hardcoded secrets, exfiltration endpoints, destructive operations, cryptomining). Treat this plugin as high risk.
shell ×1destructive ×1code-exec ×10.1.2dsh manifest6c6954a546e22026-08-196c6954a546e2The 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 (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 4 / 4
- criticalCommand piped to a shell (curl/wget | sh)lib/fleet.js:26const GUIDANCE = '本机已安装 dsh-fleet 插件(dph 公网组网)。作用:把异地机器(behind NAT)经一次性 token 拉进车队——用户在 dph 网页(或调 POST /api/fleet/token)铸造 token,得到一行 `curl
- criticalReference to .ssh credentialslib/join-template.js:53AUTH="\${HOME}/.ssh/authorized_keys"; mkdir -p "\${HOME}/.ssh"; chmod 700 "\${HOME}/.ssh"; touch "\${AUTH}"; chmod 600 "\${AUTH}"
- criticalChild process module usage (Node.js)lib/provisioner-ssh.js:12import { execFile } from 'node:child_process'
- warningHTTP request to a raw IP addresslib/fleet.js:41const baseUrl = () => readPublicBaseUrl() || 'http://127.0.0.1:3080'
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-18 · activity: Active
• Repo created: 2026-08-19
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days
