What it does
?? Hot-swap plugin manager for DeepSeek Harness - install, unload, enable, disable plugins without restarting DSH
Installation
dsh plugin --profile web add dsh-hotswapInstall method: npm · 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.
shell ×3code-exec ×1a05afc945af52026-08-17—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.
• Static heuristic scan: done (11 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 7
- infoMakes network requests (fetch / axios)src/client/PluginManager.tsx:37const res = await fetch('/api/hotswap/list')
- infoMakes network requests (fetch / axios)src/client/PluginManager.tsx:60const res = await fetch('/api/hotswap/install', {
- infoMakes network requests (fetch / axios)src/client/PluginManager.tsx:82const res = await fetch('/api/hotswap/unload', {
- criticalChild process module usage (Node.js)src/service.ts:12import { execSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)src/service.ts:55function exec(cmd: string, cwd: string): string {
- criticalShell command execution (exec / execSync)src/service.ts:57return execSync(cmd, { cwd, encoding: 'utf-8', stdio: ['ignore', 'pipe', 'pipe'] }).trim()
- criticalShell command execution (exec / execSync)src/service.ts:173exec(`npm install ${source}${options?.dev ? ' --save-dev' : ' --save'}`, this.profilePath)
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/jarvan642/dsh-hotswap
