dsh-multi-agent-preset avatar

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.

Plugin
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

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

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-RISKSCAN3 FILES
4254bd
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.

2 critical·1 warning·9 info·3 files scanned
code-exec ×1shell ×1
plugin version
scanned commit4254bdaa7bd72026-08-19
latest commit4254bdaa7bd7

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: High2 critical · 1 warning · 9 info

• 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:14
    import { spawn, exec } from "node:child_process";
  • criticalShell command execution (exec / execSync)tri-model-agent-preset/start-dsh.mjs:43
    exec(`"${cmd}" ${cmdArgs.map((a) => `"${a}"`).join(" ")}`, () => {});
  • warningHTTP request to a raw IP addresstri-model-agent-preset/start-dsh.mjs:19
    const 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

Source

GitHub: github.com/heyiwe1/dsh-multi-agent-preset

Was this page helpful?