
DSH-AUX
Auxiliary model system for DeepSeek Harness: unified aux-LLM routing (per-task model, timeout, concurrency, failure cooldown, main-model fallback) + vision_analyze / web_extract / compress_text tools, settings page, and session image lifecycle cleanup.
What it does
Auxiliary model system for DeepSeek Harness: unified aux-LLM routing (per-task model, timeout, concurrency, failure cooldown, main-model fallback) + vision_analyze / web_extract / compress_text tools, settings page, and session image lifecycle cleanup.
Installation
dsh plugin --profile web add dsh-auxInstall 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.
The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.
code-exec ×2shell ×214fd691bf7a92026-08-1682e59d7f25d0The 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 (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 7
- criticalChild process module usage (Node.js)bridge/patch-session-ignorable.mjs:27import { execFileSync } from "node:child_process";
- criticalShell command execution (exec / execSync)bridge/patch-session-ignorable.mjs:61execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
- criticalChild process module usage (Node.js)bridge/patch-settings-dynamic-expose.mjs:20import { execFileSync } from "node:child_process";
- criticalShell command execution (exec / execSync)bridge/patch-settings-dynamic-expose.mjs:55execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
- infoMakes network requests (fetch / axios)dsh-aux/src/fetch.js:28const response = await fetch(currentUrl, { signal, redirect: "manual" });
- infoReads process.envdsh-aux/src/images/gc.js:24const home = process.env.DSH_HOME || (process.env.HOME ? process.env.HOME + "/.dsh" : void 0);
- infoReads process.envdsh-aux/src/images/memory.js:11const home = process.env.DSH_HOME || (process.env.HOME ? process.env.HOME + "/.dsh" : void 0);
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-16
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days