플러그인
DeepSeek-Harness 플러그인을 찾아보고, 필터링하고, 설치하세요.
플러그인 9개 찾음
dsh-approval-gate
moon09300731/dsh-approval-gate
DeepSeek Harness용 위험 기반 승인 자동화: flash가 쓰기/명령이 되돌릴 수 없는지 사전 분류 - 안전한 작업은 자동 승인, 위험한 작업은 사람 승인으로 에스컬레이션(안전 실패). 원클릭 되돌리기 및 세션 범위 스냅샷이 있는 파일 diff 검토(v0.5.1: 도구 호출 매개변수 추적을 통한 정확한 스냅샷, 사람 승인 사례 포함).
dsh-auto-approve
jiao-xxx/dsh-auto-approve
`workspace-write`와 `danger-full-access` 사이에 `auto` 권한 프리셋을 추가합니다: 분류기가 일상적인 샌드박스 에스컬레이션을 한 번 승인하고, 위험하거나 불확실한 요청은 계속 사람에게 전달됩니다.
dsh-approval-mode
nevstop-lab/dsh-approval-mode
권한 셀렉터 옆에 승인 모드 토글 추가: 기본 승인은 호출별 확인을 유지하고, 바이패스 승인은 Workspace Write에 머무는 동안 모든 도구 호출을 자동 승인합니다.
dsh-auto-approve
dnalec/dsh-auto-approve
Automatic approval and review for tool calls that need approval: keyword buckets match red lines without context, then a judge model classifies what was requested and sends it to allow, reject or a human according to the matching row and risk level; a judgment that never ran always goes to a human, and rejections tell the model why.
dsh-plugins (dsh-approve-for-me)
damonkoy/dsh-plugins
Automated approval review: auto-approve read-only tools, auto-deny dangerous commands, fail-closed policy engine.
dsh-auto-approval-plugin
styxnether/dsh-auto-approval-plugin
DeepSeek Harness의 workspace-write와 danger-full-access 사이의 중간 권한 등급: 무해한 명령과, 설정된 신뢰 영역(현재 워크스페이스 외부 포함)을 대상으로 하는 작업을 자동 승인
dsh-auto-pass
sujingkpo/dsh-auto-pass
A continuation of simon300000/dsh-auto: the Auto Approve permission preset for the DSH Web UI reviews each approval with one single-shot model call instead of a reviewer subagent, auto-approves only the actions that pass and hands the rest to human approval, and remembers confirmed decisions as project- and global-scope allow/deny lists, with an approval timeline in the right sidebar.
dsh-auto-approver
nicecx/dsh-auto-approver
Auto-approval agent for DSH permission requests: rule layer (denyAlways/allowlist) plus Hermes Pro semantic adjudication with quick-fail retries, fail-closed to human when Hermes is unavailable, rejection feedback returned to the requesting session, and approve tasks enqueued into the task queue with a shared busy mutex.
dsh-auto-reviewer
antarescorn/dsh-auto-reviewer
Codex-style auto-review permission mode: adds an auto-review preset that auto-approves safe sandbox escalations, asks on risky or ambiguous ones, and rejects critical unconfirmed operations.