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