dsh-cloud-connector avatar

dsh-cloud-connector

Plugin
Verification
L1 · Found
Security
Critical
Health
Active
Trust
Unrated

What it does

Installation

dsh plugin --profile web add github:gzr123166/dsh-cloud-connector

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 AUDITCRITICALe40ea0
Automated review · daily
CRITICAL

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

8 critical·3 warning·14 info·8 files scanned
destructive ×5shell ×2code-exec ×1
plugin version1.0.0dsh manifest
scanned commite40ea00b72c02026-08-21
latest commite40ea00b72c0

The scan result is valid for the scanned commit. New commits within 7 days are tolerated (the rating still counts); after 7 days without a rescan the badge shows outdated.

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Risk details

RiskRuleLocationDescription
critical
Reference to .ssh credentials
lib/client.esm.js:151
privateKey: (initial && initial.privateKey) || 'C:/Users/linxianyuan/.ssh/id_rsa_cloud',
critical
Reference to .ssh credentials
lib/client.esm.js:201
React.createElement('input', { className: 'csc-input', value: form.privateKey, placeholder: 'C:/Users/linxianyuan/.ssh/id_rsa_cloud', onChan
critical
Reference to .ssh credentials
lib/client.js:156
privateKey: (initial && initial.privateKey) || 'C:/Users/linxianyuan/.ssh/id_rsa_cloud',
critical
Reference to .ssh credentials
lib/client.js:206
React.createElement('input', { className: 'csc-input', value: form.privateKey, placeholder: 'C:/Users/linxianyuan/.ssh/id_rsa_cloud', onChan
critical
Child process module usage (Node.js)
lib/index.js:9
import { execSync, spawn } from 'node:child_process'
critical
Shell command execution (exec / execSync)
lib/index.js:58
const stdout = execSync(buildSshCmd(conn, remoteCmd), {
critical
Shell command execution (exec / execSync)
lib/index.js:289
execSync(scpCmd, { encoding: 'utf8', timeout: 300000, stdio: ['ignore', 'pipe', 'pipe'] })
critical
Reference to .ssh credentials
lib/index.js:26
privateKey: 'C:/Users/linxianyuan/.ssh/id_rsa_cloud',
warning
Base64 decode-and-run pattern
lib/index.js:52
const remote = `echo ${encoded} | base64 -d | bash`
warning
Child process module usage (Node.js)
scripts/wrap-client.mjs:14
import { execFileSync } from 'node:child_process'
warning
Shell command execution (exec / execSync)
scripts/wrap-client.mjs:76
execFileSync(process.execPath, ['--check', tmp], { stdio: 'pipe' })
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-15 · activity: Active

• Repo created: 2026-08-21

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/gzr123166/dsh-cloud-connector

Was this page helpful?