dsh-hotswap avatar

dsh-hotswap

?? Hot-swap plugin manager for DeepSeek Harness - install, unload, enable, disable plugins without restarting DSH

Plugin
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

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-hotswap

Install method: npm · 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-RISKSCAN11 FILES
a05afc
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.

4 critical·0 warning·3 info·11 files scanned
shell ×3code-exec ×1
scanned commita05afc945af52026-08-17
latest commit

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: High4 critical · 0 warning · 3 info

• 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:37
    const res = await fetch('/api/hotswap/list')
  • infoMakes network requests (fetch / axios)src/client/PluginManager.tsx:60
    const res = await fetch('/api/hotswap/install', {
  • infoMakes network requests (fetch / axios)src/client/PluginManager.tsx:82
    const res = await fetch('/api/hotswap/unload', {
  • criticalChild process module usage (Node.js)src/service.ts:12
    import { execSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)src/service.ts:55
    function exec(cmd: string, cwd: string): string {
  • criticalShell command execution (exec / execSync)src/service.ts:57
    return execSync(cmd, { cwd, encoding: 'utf-8', stdio: ['ignore', 'pipe', 'pipe'] }).trim()
  • criticalShell command execution (exec / execSync)src/service.ts:173
    exec(`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

Was this page helpful?