What it does
dsh-hub — DSH 插件中枢
Installation
dsh plugin --profile web add github:ARFCON/dsh-hub-DSHInstall 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 findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×1—aee33ffd9bb92026-08-17aee33ffd9bb9The 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 (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:40import { 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:85join(process.env.LOCALAPPDATA || '', 'Programs', 'DSH Desktop', 'resources', 'app'),
- infoReads process.envlib/index.js:110process.env.DSH_PLUGIN_DEV_GITHUB || process.env.DSH_PLUGIN_DEVELOPER || ''
- infoMakes network requests (fetch / axios)lib/index.js:1955const res = await fetch(url, {
- infoReads process.envlib/memory-core.js:38const 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
