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-toolsInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×3112d109fef142026-08-16112d109fef14The 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.
• 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:21const lib = new Function('harness', 'web', hostSrc.slice(start, end) + '; return { BATTERIES, matchProbe }')(
- criticalDynamic code execution via the Function constructordsh-plugin-kit/lib/checks.cjs:54new Function(read(ctx.root, file))
- criticalChild process module usage (Node.js)dsh-plugin-kit/lib/checks.cjs:9const { spawnSync } = require('child_process')
- warningFilesystem write operationsdsh-plugin-kit/lib/genbundle.cjs:78fs.writeFileSync(toAbs, bundle)
- infoMakes network requests (fetch / axios)plugins/evidence-dashboard/lib/client.js:76return fetch('/api/dash-data?dataset=' + encodeURIComponent(dataset)).then(function (resp) {
- infoMakes network requests (fetch / axios)plugins/prior-probe/index.js:187result = 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:196result = 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
