Plugins
Durchsuche, filtere und installiere DeepSeek-Harness-Plugins.
9 Plugins gefunden
dsh-approval-gate
moon09300731/dsh-approval-gate
Risikogesteuerte Genehmigungsautomatisierung für DeepSeek Harness: Flash klassifiziert vorab, ob ein Schreibvorgang/Befehl irreversibel ist — sichere Operationen werden automatisch genehmigt, gefährliche werden an die menschliche Genehmigung eskaliert (ausfallsicher). Datei-Diff-Review mit Ein-Klick-Rückgängig und sitzungsbezogenen Snapshots (v0.5.1: präzise Snapshots über Tool-Call-Parameter-Tracing, inkl. menschlicher Genehmigungsfälle).
dsh-auto-approve
jiao-xxx/dsh-auto-approve
Fügt eine `auto`-Berechtigungsvoreinstellung zwischen workspace-write und danger-full-access hinzu: Ein Klassifikator gewährt routinemäßige Sandbox-Eskalationen einmalig, während gefährliche oder unsichere Anfragen weiterhin an einen Menschen gehen.
dsh-approval-mode
nevstop-lab/dsh-approval-mode
Fügt einen Approval-Mode-Toggle neben dem Berechtigungs-Selektor hinzu: Standard-Approval behält pro Aufruf Bestätigung, Bypass-Approval genehmigt automatisch jeden Tool-Aufruf, während es im Workspace Write bleibt.
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
Eine mittlere Berechtigungsstufe für DeepSeek Harness zwischen workspace-write und danger-full-access: genehmigt harmlose Befehle sowie Operationen auf konfigurierten vertrauenswürdigen Bereichen außerhalb des aktuellen Arbeitsbereichs automatisch.
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.