dsh-upgrade-kit avatar

dsh-upgrade-kit

DSH 装备升级套件:看钱(dsh-cost 费用面板)、看文件(file-preview 预览)、搜外网(research-mcp)、看图片(vision-bridge)。一条命令全装。

Plugin开发视觉文件网页搜索视觉 / OCR
验证
L2 · 结构化
安全
严重
健康
活跃
信任

功能介绍AI

One-command bundle adding cost panel, file preview, web research, and image vision to DSH.

  • Installs all components with a single command
  • Cost panel for monitoring expenses
  • File preview, web search, and vision bridging

由 AI 基于 README 自动生成,仅供参考。

安装

dsh plugin --profile web add github:piggy00544/dsh-upgrade-kit

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO AUDIT严重风险c24312
自动审查 · 每日更新
严重风险

扫描发现阻断级严重问题(硬编码密钥、数据外传端点、破坏性操作、挖矿特征)。该插件应视为高风险。

5 严重·11 警告·33 提示·14 扫描文件数
code-exec ×4destructive ×1
插件版本
扫描版本c243120f884c2026-08-20
当前版本c243120f884c

扫描结果仅对「扫描版本」有效。扫描后 7 天内的新提交不会触发 outdated,评级仍然有效;超过 7 天未重新扫描才显示 outdated。

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

第二意见扫描(vet · 并行评估期)
vet:可疑

vet 判定:vet:可疑 · score 71

  • R3 · info [certain] — 只读 process 成员(能力触达面):process.env
  • R3 · info [certain] (downgraded) — 直接访问 process.exit(Node 能力逃逸通道)
  • R3 · info [certain] (downgraded) — 直接访问 process.exit(Node 能力逃逸通道)
  • R6 · info [heuristic] — 字符串特征:process 敏感成员引用
  • R6 · info [heuristic] — 字符串特征:process 敏感成员引用

vet 仅作参考,不改变 dsh 的四档等级。

风险:严重5 critical · 11 warning · 33 info

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

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

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

高危发现 · 12 / 16

  • critical对根目录或家目录执行 rm -rfmacos/notarize.sh:46
    rm -rf /tmp/dsh-build/staging && mkdir -p /tmp/dsh-build/staging
  • critical使用 child_process 子进程模块(Node.js)plugins/dsh-cost/lib/index.js:6
    import { execFileSync } from "node:child_process";
  • critical使用 child_process 子进程模块(Node.js)plugins/dsh-plugin-file-preview/lib/index.js:19
    import { execFileSync } from "node:child_process";
  • critical使用 child_process 子进程模块(Node.js)plugins/wechat-bridge/dsh-wechat-daemon.mjs:21
    import { spawn, execFileSync } from 'node:child_process';
  • critical使用 child_process 子进程模块(Node.js)skills/vision-bridge/scripts/vision.mjs:17
    import { execFileSync } from "node:child_process";
  • warning执行 shell 命令(exec / execSync)plugins/dsh-cost/lib/index.js:128
    text = execFileSync("zstd", ["-dc", f], { maxBuffer: 512 * 1024 * 1024 }).toString("utf8");
  • warning执行 shell 命令(exec / execSync)plugins/dsh-plugin-file-preview/lib/index.js:92
    execFileSync("/usr/bin/qlmanage", ["-t", "-s", String(size), "-o", tmp, filePath], {
  • warning执行 shell 命令(exec / execSync)plugins/wechat-bridge/dsh-wechat-daemon.mjs:32
    try { return execFileSync('which', ['dsh'], { encoding: 'utf8' }).trim(); }
  • warning向裸 IP 地址发起 HTTP 请求plugins/wechat-bridge/dsh-wechat-daemon.mjs:37
    const DSH_WEB_URL = process.env.DSH_WEB_URL || 'http://127.0.0.1:3080';
  • warning文件系统写入操作plugins/wechat-bridge/dsh-wechat-daemon.mjs:55
    fs.appendFileSync(LOG_FILE, line + '\n');
  • warning文件系统写入操作plugins/wechat-bridge/dsh-wechat-daemon.mjs:75
    fs.writeFileSync(STATE_FILE, JSON.stringify(s), { mode: 0o600 });
  • warning文件系统写入操作plugins/wechat-bridge/dsh-wechat.mjs:30
    fs.appendFileSync(LOG_FILE, line + '\n');

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

活跃度

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

• 仓库创建: 2026-08-20

• 星标: ★ 1 · 复刻: 0

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

来源

GitHub: github.com/piggy00544/dsh-upgrade-kit

这页有帮助吗?