dsh-crew avatar

dsh-crew

DeepSeek Harness (DSH) plugin: dispatch work to DSH agents from Claude Code / Codex — native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge that lends the text-only harness vision and image generation.

PluginAI ModelsDeveloperVisionVision / OCR
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

DeepSeek Harness (DSH) plugin: dispatch work to DSH agents from Claude Code / Codex — native subagent progress, in-host worker sessions with per-tier presets, and a multimodal bridge that lends the text-only harness vision and image generation.

Installation

dsh plugin --profile web add dsh-crew

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-RISKSCAN15 FILES
a3801b
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.

5 critical·1 warning·12 info·15 files scanned
code-exec ×3shell ×2
scanned commita3801bdcc8f02026-08-17
latest commita3801bdcc8f0

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: High5 critical · 1 warning · 12 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • infoReads process.envsrc/hub-client.mjs:7
    const BASE = (process.env.DSH_CREW_HUB ?? readGlobalConfig().hub_url).replace(/\/$/, '');
  • infoMakes network requests (fetch / axios)src/hub-client.mjs:15
    const res = await fetch(`${API}/ping`, { signal: AbortSignal.timeout(800) });
  • infoMakes network requests (fetch / axios)src/hub-client.mjs:25
    const res = await fetch(`${API}${path}`, init);
  • infoHardcoded IP addresssrc/hub/index.mjs:245
    return host === 'localhost' || host === '127.0.0.1' || host === '[::1]' || isIpv4Loopback(host);
  • criticalChild process module usage (Node.js)src/install/install.mjs:186
    const { execSync } = await import('node:child_process');
  • criticalShell command execution (exec / execSync)src/install/install.mjs:187
    const run = (cmd) => execSync(cmd, { encoding: 'utf8', stdio: ['ignore', 'pipe', 'pipe'], timeout: 120_000 });
  • warningHTTP request to a raw IP addresssrc/install/install.mjs:46
    hub_url: 'http://127.0.0.1:3080',
  • infoHardcoded IP addresssrc/install/install.mjs:46
    hub_url: 'http://127.0.0.1:3080',
  • infoReads process.envsrc/jobs.mjs:68
    if (!process.env.DEEPSEEK_API_KEY && !dotEnv.DEEPSEEK_API_KEY) {
  • infoReads process.envsrc/jobs.mjs:78
    ...process.env,
  • criticalChild process module usage (Node.js)src/multimodal.mjs:7
    import { spawn } from 'node:child_process';
  • infoReads process.envsrc/multimodal.mjs:22
    const child = spawn(cmd, args, { cwd, env: process.env, stdio: ['ignore', 'pipe', 'pipe'] });

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

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/ZSeven-W/dsh-crew

Was this page helpful?