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.

Plugin视觉自动化AI 模型存储视觉 / OCR网页搜索
验证
L2 · 结构化
安全
高风险
健康
活跃
信任

功能介绍

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.

安装

dsh plugin --profile web add dsh-aux

Install method: npm · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO已过时SCAN15 FILES
14fd69
自动审查 · 每日更新
已过时

扫描后有新提交,结果不再代表当前代码,等待重新扫描。

4 严重·0 警告·3 提示·15 扫描文件数
code-exec ×2shell ×2
扫描版本14fd691bf7a92026-08-16
当前版本82e59d7f25d0

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:高风险4 critical · 0 warning · 3 info

• 静态启发式扫描:已完成(15 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 7

  • critical使用 child_process 子进程模块(Node.js)bridge/patch-session-ignorable.mjs:27
    import { execFileSync } from "node:child_process";
  • critical执行 shell 命令(exec / execSync)bridge/patch-session-ignorable.mjs:61
    execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
  • critical使用 child_process 子进程模块(Node.js)bridge/patch-settings-dynamic-expose.mjs:20
    import { execFileSync } from "node:child_process";
  • critical执行 shell 命令(exec / execSync)bridge/patch-settings-dynamic-expose.mjs:55
    execFileSync(process.execPath, ["--check", file], { stdio: "pipe" });
  • info发起网络请求(fetch / axios)dsh-aux/src/fetch.js:28
    const response = await fetch(currentUrl, { signal, redirect: "manual" });
  • info读取 process.envdsh-aux/src/images/gc.js:24
    const home = process.env.DSH_HOME || (process.env.HOME ? process.env.HOME + "/.dsh" : void 0);
  • info读取 process.envdsh-aux/src/images/memory.js:11
    const home = process.env.DSH_HOME || (process.env.HOME ? process.env.HOME + "/.dsh" : void 0);

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-16 · 活跃度:活跃

• 仓库创建: 2026-08-16

• 星标: ★ 4 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

GitHub: github.com/DoloresCaritasAngelus/DSH-AUX

这页有帮助吗?