SeaOf0/dsh-redteam-model--plugins-dsh-product-subagents5

@dsh-external/dsh-product-subagents

本地 claude-code 和 codex 命令行工具的 DSH 子智能体提供者:在九个安全预设的工具行中注册主机平面的提供者,无头启动并映射退出。

AI 分析

核心用途是为 DSH 安全预设引入本地 Claude Code 或 Codex 命令行工具作为子智能体。适合需要结合外部 CLI 协同工作的安全研究任务。

包名
@dsh-external/dsh-product-subagents
版本
1.0.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeaOf0/dsh-redteam-model#f282e3b471919cbdc68eacbb4db5cd1f21caeedd&path:plugins/dsh-product-subagents

配置(cordis.patch.yml 行)

claudeCode: { bin: claude, timeoutMs: 600000, extraArgs: [], env: {} }
codex:      { bin: codex, sandbox: workspace-write, timeoutMs: 600000, extraArgs: [], env: {} }

env 会合并覆盖到 process.env 之上(可选;密钥仍应留在 CLI 自己的配置里)。