
dsh-multi-agent-preset
为 DeepSeek Harness 打造的多 agent 协同 preset:方向师/架构师/执行者三角色热插拔 + 可交互三模工具栏与一键启动。开箱即用、随包协议完备。Multi-agent collaboration preset for DeepSeek Harness: hot-swappable three roles — Director, Architect and Executor, alongside an interactive three-module toolbar supporting one-click startup. Ready-to-use, with fully integrated bundled protocols.
What it does
为 DeepSeek Harness 打造的多 agent 协同 preset:方向师/架构师/执行者三角色热插拔 + 可交互三模工具栏与一键启动。开箱即用、随包协议完备。Multi-agent collaboration preset for DeepSeek Harness: hot-swappable three roles — Director, Architect and Executor, alongside an interactive three-module toolbar supporting one-click startup. Ready-to-use, with fully integrated bundled protocols.
Installation
dsh plugin --profile web add github:heyiwe1/dsh-multi-agent-presetInstall 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 ×1shell ×1—4254bdaa7bd72026-08-194254bdaa7bd7The 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 (3 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 3 / 3
- criticalChild process module usage (Node.js)tri-model-agent-preset/start-dsh.mjs:14import { spawn, exec } from "node:child_process";
- criticalShell command execution (exec / execSync)tri-model-agent-preset/start-dsh.mjs:43exec(`"${cmd}" ${cmdArgs.map((a) => `"${a}"`).join(" ")}`, () => {});
- warningHTTP request to a raw IP addresstri-model-agent-preset/start-dsh.mjs:19const url = flag(args, "--url") || process.env.DSH_WEB_URL || "http://127.0.0.1:3080";
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-19
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days