SeaOf0/dsh-redteam-model--plugins-dsh-product-subagents ↗★ 5
@dsh-external/dsh-product-subagents
本地 claude-code 和 codex 命令行工具的 DSH 子智能体提供者:在九个安全预设的工具行中注册主机平面的提供者,无头启动并映射退出。
AI 分析
核心用途是为 DSH 安全预设引入本地 Claude Code 或 Codex 命令行工具作为子智能体。适合需要结合外部 CLI 协同工作的安全研究任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeaOf0/dsh-redteam-model#f282e3b471919cbdc68eacbb4db5cd1f21caeedd&path:plugins/dsh-product-subagents说明文档
阅读完整 README ↗配置(cordis.patch.yml 行)
claudeCode: { bin: claude, timeoutMs: 600000, extraArgs: [], env: {} }
codex: { bin: codex, sandbox: workspace-write, timeoutMs: 600000, extraArgs: [], env: {} }
env 会合并覆盖到 process.env 之上(可选;密钥仍应留在 CLI 自己的配置里)。