dsh-remote-ssh avatar

dsh-remote-ssh

DSH web plugin: VSCode Remote-SSH-like remote development (SSH, remote workspace, file explorer, integrated terminal)

PluginTerminalWeb searchTerminal / ShellFile
Verification
L2 · Structured
Security
Critical
Health
Active
Trust
Silver

What it does

DSH web plugin: VSCode Remote-SSH-like remote development (SSH, remote workspace, file explorer, integrated terminal)

Installation

dsh plugin --profile web add github:ZhangFengshun/dsh-remote-ssh

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.SOCRITICALSCAN4 FILES
9763fa
Automated review · daily
CRITICAL

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

4 critical·0 warning·4 info·4 files scanned
destructive ×2code-exec ×1shell ×1
plugin version2.1.1dsh manifest
scanned commit9763fa596ff92026-08-19
latest commit9763fa596ff9

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: Critical4 critical · 0 warning · 4 info

• Static heuristic scan: done (4 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 4 / 4

  • criticalReference to .ssh credentialslib/client.js:83
    "settings.keyPathPlaceholder": "~/.ssh/id_rsa",
  • criticalReference to .ssh credentialslib/client.js:183
    "settings.keyPathPlaceholder": "~/.ssh/id_rsa",
  • criticalChild process module usage (Node.js)lib/index.js:1344
    "const { spawn } = require('child_process');",
  • criticalShell command execution (exec / execSync)lib/index.js:257
    async exec(cmd, stdinData) {

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: ★ 2 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/ZhangFengshun/dsh-remote-ssh

Was this page helpful?