dsh-anywhere avatar

dsh-anywhere

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

PluginAI ModelsFile
Verification
L2 · Structured
Security
Critical
Health
Active
Trust
Silver

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

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.SOCRITICALSCAN15 FILES
6c6954
Automated review · daily
CRITICAL

Critical issues in blocking categories (hardcoded secrets, exfiltration endpoints, destructive operations, cryptomining). Treat this plugin as high risk.

3 critical·1 warning·4 info·15 files scanned
shell ×1destructive ×1code-exec ×1
plugin version0.1.2dsh manifest
scanned commit6c6954a546e22026-08-19
latest commit6c6954a546e2

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: Critical3 critical · 1 warning · 4 info

• 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:26
    const GUIDANCE = '本机已安装 dsh-fleet 插件(dph 公网组网)。作用:把异地机器(behind NAT)经一次性 token 拉进车队——用户在 dph 网页(或调 POST /api/fleet/token)铸造 token,得到一行 `curl
  • criticalReference to .ssh credentialslib/join-template.js:53
    AUTH="\${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:12
    import { execFile } from 'node:child_process'
  • warningHTTP request to a raw IP addresslib/fleet.js:41
    const 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

Source

GitHub: github.com/tangwenhao616-netizen/dsh-anywhere

Was this page helpful?