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).

PluginStorage
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

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

Installation

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

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.SOHIGH-RISKSCAN14 FILES
112d10
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

3 critical·1 warning·3 info·14 files scanned
code-exec ×3
scanned commit112d109fef142026-08-16
latest commit112d109fef14

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: High3 critical · 1 warning · 3 info

• Static heuristic scan: done (14 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 7

  • criticalDynamic code execution via the Function constructordsh-plugin-kit.ext.cjs:21
    const lib = new Function('harness', 'web', hostSrc.slice(start, end) + '; return { BATTERIES, matchProbe }')(
  • criticalDynamic code execution via the Function constructordsh-plugin-kit/lib/checks.cjs:54
    new Function(read(ctx.root, file))
  • criticalChild process module usage (Node.js)dsh-plugin-kit/lib/checks.cjs:9
    const { spawnSync } = require('child_process')
  • warningFilesystem write operationsdsh-plugin-kit/lib/genbundle.cjs:78
    fs.writeFileSync(toAbs, bundle)
  • infoMakes network requests (fetch / axios)plugins/evidence-dashboard/lib/client.js:76
    return fetch('/api/dash-data?dataset=' + encodeURIComponent(dataset)).then(function (resp) {
  • infoMakes network requests (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
  • infoMakes network requests (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

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: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

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

Was this page helpful?