What it does
Health checks for DeepSeek Harness plugins: manifest, patch, entry, build, pack, fresh-profile install verification — CLI + agent-callable plugin_check tool (RFC #1629 dsh plugin check).
Installation
dsh plugin --profile web add github:zoahdev/dsh-plugin-doctorInstall method: GitHub · 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 ×3shell ×11.16.0dsh manifest7a8eb59a0fdd2026-08-187a8eb59a0fddThe 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 (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 9
- criticalChild process module usage (Node.js)scripts/doctor-contract-check.mjs:25import { spawnSync } from 'node:child_process'
- criticalChild process module usage (Node.js)scripts/plugin-smoke.mjs:16import { spawnSync } from 'node:child_process'
- criticalspawn() with shell: truescripts/plugin-smoke.mjs:30? spawnSync('pnpm pack --silent', { cwd: root, encoding: 'utf8', shell: true })
- infoReads process.envsrc/env-explain.ts:97const launchValue = Object.prototype.hasOwnProperty.call(process.env, key)
- infoReads process.envsrc/env-explain.ts:98? process.env[key]
- criticalChild process module usage (Node.js)src/env.ts:10import { spawn } from 'node:child_process'
- infoReads process.envsrc/env.ts:79for (const dir of (process.env.PATH ?? '').split(';')) {
- infoReads process.envsrc/env.ts:82for (const root of [process.env.ProgramFiles, process.env['ProgramFiles(x86)'], process.env.LOCALAPPDATA]) {
- infoHardcoded IP addresssrc/env.ts:56const socket = createConnection({ host: '127.0.0.1', port, timeout: timeoutMs })
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-18
• Stars: ★ 4 · Forks: 1
• Health: Active — committed within last 30 days
