AtropinolTT/dsh-auto-review0

dsh-auto-review

DSH Auto Mode — pre-execution rule interception + delivery-time independent subagent security review. The native auto-mode for long-running agents in DeepSeek Harness (Codex/Claude Code auto mode 的 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]