AtropinolTT/dsh-auto-review0

dsh-auto-review

DSH 自动模式插件,提供执行前规则拦截与独立的子智能体安全审查,实现长时运行智能体的原生自动模式。

AI 分析

核心用途是为长时运行的 Agent 提供安全可控的自动执行环境。适合需要让 Agent 自动执行任务又担心安全风险的用户。

套件
dsh-auto-review
版本
0.2.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AtropinolTT/dsh-auto-review

Configuration

Deep-merged from the plugin's cordis.patch.yml config field:

- id: dsh-auto-review
  name: 'dsh-auto-review'
  config:
    rules:
      enabled: true
      custom:
        - ruleId: key-aws
          disabled: true
    review:
      mode: auto        # auto | manual
      provider: spawn
      highSeverity: [critical, high]