DSH-AUX avatar

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.

PluginVisionAutomationAI ModelsStorageVision / OCRWeb search
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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

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.SOOUTDATEDSCAN15 FILES
14fd69
Automated review · daily
OUTDATED

The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.

4 critical·0 warning·3 info·15 files scanned
code-exec ×2shell ×2
scanned commit14fd691bf7a92026-08-16
latest commit82e59d7f25d0

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 (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:27
    import { execFileSync } from "node:child_process";
  • criticalShell command execution (exec / execSync)bridge/patch-session-ignorable.mjs:61
    execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
  • criticalChild process module usage (Node.js)bridge/patch-settings-dynamic-expose.mjs:20
    import { execFileSync } from "node:child_process";
  • criticalShell command execution (exec / execSync)bridge/patch-settings-dynamic-expose.mjs:55
    execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
  • infoMakes network requests (fetch / axios)dsh-aux/src/fetch.js:28
    const response = await fetch(currentUrl, { signal, redirect: "manual" });
  • infoReads process.envdsh-aux/src/images/gc.js:24
    const home = process.env.DSH_HOME || (process.env.HOME ? process.env.HOME + "/.dsh" : void 0);
  • infoReads process.envdsh-aux/src/images/memory.js:11
    const 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

Source

GitHub: github.com/DoloresCaritasAngelus/DSH-AUX

Was this page helpful?