dsh-hub-DSH avatar

dsh-hub-DSH

dsh-hub — DSH 插件中枢

Plugin
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

dsh-hub — DSH 插件中枢

Installation

dsh plugin --profile web add github:ARFCON/dsh-hub-DSH

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.SOHIGH-RISKSCAN3 FILES
aee33f
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

1 critical·0 warning·6 info·3 files scanned
code-exec ×1
plugin version
scanned commitaee33ffd9bb92026-08-17
latest commitaee33ffd9bb9

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: High1 critical · 0 warning · 6 info

• Static heuristic scan: done (3 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 7

  • criticalChild process module usage (Node.js)lib/index.js:40
    import { spawn, spawnSync } from 'node:child_process'
  • infoReads process.envlib/index.js:84
    ...(process.env.DSH_CLIENT_APP_DIR ? [String(process.env.DSH_CLIENT_APP_DIR).trim()] : []),
  • infoReads process.envlib/index.js:85
    join(process.env.LOCALAPPDATA || '', 'Programs', 'DSH Desktop', 'resources', 'app'),
  • infoReads process.envlib/index.js:110
    process.env.DSH_PLUGIN_DEV_GITHUB || process.env.DSH_PLUGIN_DEVELOPER || ''
  • infoMakes network requests (fetch / axios)lib/index.js:1955
    const res = await fetch(url, {
  • infoReads process.envlib/memory-core.js:38
    const home = typeof process.env.DSH_HOME === 'string' && process.env.DSH_HOME.trim() !== ''
  • infoReads process.envlib/memory-core.js:39
    ? process.env.DSH_HOME.trim().replace(/[\\/]+$/, '')

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

• Health: Active — committed within last 30 days

Source

GitHub: github.com/ARFCON/dsh-hub-DSH

Was this page helpful?