dsh-plugin-doctor avatar

dsh-plugin-doctor

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

PluginDeveloperTerminalTerminal / Shell
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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-doctor

Install method: GitHub · 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-RISKSCAN15 FILES
7a8eb5
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.

4 critical·0 warning·5 info·15 files scanned
code-exec ×3shell ×1
plugin version1.16.0dsh manifest
scanned commit7a8eb59a0fdd2026-08-18
latest commit7a8eb59a0fdd

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: High4 critical · 0 warning · 5 info

• 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:25
    import { spawnSync } from 'node:child_process'
  • criticalChild process module usage (Node.js)scripts/plugin-smoke.mjs:16
    import { 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:97
    const 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:10
    import { spawn } from 'node:child_process'
  • infoReads process.envsrc/env.ts:79
    for (const dir of (process.env.PATH ?? '').split(';')) {
  • infoReads process.envsrc/env.ts:82
    for (const root of [process.env.ProgramFiles, process.env['ProgramFiles(x86)'], process.env.LOCALAPPDATA]) {
  • infoHardcoded IP addresssrc/env.ts:56
    const 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

Source

GitHub: github.com/zoahdev/dsh-plugin-doctor

Was this page helpful?