dsh-self-harness-tools avatar

dsh-self-harness-tools

Two self-contained DeepSeek Harness plugins: dsh-prior-probe (frozen probe-battery tools, official bundle) and dsh-evidence-dashboard (archive dashboard).

Plugin存储
验证
L2 · 结构化
安全
高风险
健康
活跃
信任

功能介绍

Two self-contained DeepSeek Harness plugins: dsh-prior-probe (frozen probe-battery tools, official bundle) and dsh-evidence-dashboard (archive dashboard).

安装

dsh plugin --profile web add dsh-self-harness-tools

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

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

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

DSH.SO高风险SCAN14 FILES
112d10
自动审查 · 每日更新
高风险

非阻断类别中的严重发现(动态执行、shell 执行、安装脚本、混淆)。在 CLI/终端插件中常见,但值得审查。

3 严重·1 警告·3 提示·14 扫描文件数
code-exec ×3
扫描版本112d109fef142026-08-16
当前版本112d109fef14

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

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

风险:高风险3 critical · 1 warning · 3 info

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

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

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

扫描发现 · 7

  • critical通过 Function 构造器动态执行代码dsh-plugin-kit.ext.cjs:21
    const lib = new Function('harness', 'web', hostSrc.slice(start, end) + '; return { BATTERIES, matchProbe }')(
  • critical通过 Function 构造器动态执行代码dsh-plugin-kit/lib/checks.cjs:54
    new Function(read(ctx.root, file))
  • critical使用 child_process 子进程模块(Node.js)dsh-plugin-kit/lib/checks.cjs:9
    const { spawnSync } = require('child_process')
  • warning文件系统写入操作dsh-plugin-kit/lib/genbundle.cjs:78
    fs.writeFileSync(toAbs, bundle)
  • info发起网络请求(fetch / axios)plugins/evidence-dashboard/lib/client.js:76
    return fetch('/api/dash-data?dataset=' + encodeURIComponent(dataset)).then(function (resp) {
  • info发起网络请求(fetch / axios)plugins/prior-probe/index.js:187
    result = await web.fetch({ url, method: 'POST', headers: { 'Content-Type': 'application/json', Authorization: 'Bearer ' + apiKey }, body: JS
  • info发起网络请求(fetch / axios)plugins/prior-probe/plugin.host.js:196
    result = await web.fetch({ url: url, method: 'POST', headers: { 'Content-Type': 'application/json', Authorization: 'Bearer ' + apiKey }, bod

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

活跃度

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

• 仓库创建: 2026-08-16

• 星标: ★ 0 · 复刻: 0

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

来源

GitHub: github.com/SuTang-vain/dsh-self-harness-tools

这页有帮助吗?