Passer au contenu principal

Plugins

Parcourez, filtrez et installez des plugins DeepSeek-Harness.

6721 plugins trouvés

P

dsh-reach

perrylink/dsh-reach

Pushes DSH approval and question cards to IM channels (WeChat first) and answers them from chat, with a session console, per-channel security, and an open push service.

0il y a 4 heuresIntégrations et accès distantApache-2.0
E

dsh-palm (dsh-palm)

eternalloveone/dsh-palm

Standalone mobile surface for dsh: scan-to-pair device trust, realtime SSE sync, three-channel completion notifications (in-app / Web Push / Server酱·Bark·Telegram), offline outbox, approval & question panels, per-provider usage meters, PWA; a native narrow-screen phone UI.

0il y a 12 heuresIntégrations et accès distantApache-2.0
V

dsh-route-fence-linter

vladimir-kryshchenko/dsh-route-fence-linter

Audits every plugin HTTP route in a profile for a browser-trust fence: plugin routes win the web server's longest-prefix match ahead of the /api gateway, so they never see its trust check and must pin the Host to loopback themselves. Grades PASS/WARN/FAIL per route and fails a fence that compares Origin to Host without pinning it (bypassable by DNS rebinding). Ships as a CLI for CI and a route_fence_scan tool.

0le mois dernierSécurité et permissionsMIT
R

dsh-security-guard

ruanhaodong-tt/dsh-security-guard

Runtime security guard for DSH: loader import confinement, HTTP Host header validation, and source patch for VM sandbox escapes (4 CVEs). AI-assisted.

0il y a 17 joursSécurité et permissionsMIT
N

dsh-safe-delete

nattocb/dsh-safe-delete

Tools guard that moves agent-issued `rm` targets to the macOS Trash instead of deleting, with a shell-aware lexer covering compound and disguised commands; a switch in Settings → General turns it off.

0il y a 18 joursSécurité et permissionsMIT
G

dsh-shadow-auditor

goodandready/dsh-shadow-auditor

Background security auditor for DeepSeek Harness: scans agent outputs for secret leakage, checks command safety before execution, and surfaces findings in a persistent audit log.

0avant-hierSécurité et permissionsMIT
Z

dsh-ballute

zlyraz/dsh-ballute

Crash protection for installed plugins: crash cards with one-click disable, static pre-flight inspection, black-box crash telemetry, and a safe-mode rescue profile for a broken UI.

0le mois dernierDéveloppement et outils de pluginsMIT
Z

dsh-task-effort

zhangzhenwen1/dsh-task-effort

Auto-adjust model reasoning effort per task (off/low/high/max): task classification, \[effort=...] markers, in-turn error escalation, DeepSeek peak-pricing-period capping with countdown notices, and manual-selection priority.

0il y a 23 joursDéveloppement et outils de pluginsMIT
W

dsh-wsl

wode25500/dsh-wsl

WSL (Windows Subsystem for Linux) bridge for DeepSeek Harness: run Linux commands, manage distros, convert paths, and copy across the Windows/Linux boundary.

0le mois dernierDéveloppement et outils de pluginsMIT
W

dsh-maf

wode25500/dsh-maf

Microsoft Agent Framework (MAF) plugin for DeepSeek Harness: validate, run, and scaffold declarative agents and workflows (YAML).

0le mois dernierDéveloppement et outils de pluginsMIT
R

dsh-malware-audit

rand0wn/dsh-malware-audit

Real AST-based scan of installed plugins for malicious-intent patterns (dynamic eval, cross-plugin writes, exfiltration-shaped network calls), with an optional periodic schedule and auto-quarantine on critical findings.

0le mois dernierDéveloppement et outils de pluginsMIT
N

dsh-task-queue

nicecx/dsh-task-queue

Tiered task queue as the single source of truth for DSH↔Hermes work (reset > approve > review): enqueue tools for all submission paths, lease/claim model with concurrency 1, priority aging against starvation, atomic busy mutex, and a Hermes-side consumer (cron */1 + monitor gating) that drains tasks, writes review-handoff requests with single-slot checks, and invokes the reset agent.

0il y a 19 joursDéveloppement et outils de pluginsMIT
N

dsh-reset-handoff

nicecx/dsh-reset-handoff

Hands DSH reset requests to an external ops agent via a versioned JSON protocol: preflight snapshot, pre-restart maturity gate (no pending approvals, free disk, cooldown), restart, health check, and interrupted-work recovery, with the result delivered back to the requesting session.

0il y a 22 joursDéveloppement et outils de pluginsMIT
N

dsh-design-review

nicecx/dsh-design-review

Mandatory cross-review for design proposals and lessons-learned: auto-detects design doc writes and enqueues them (tier=review) into the task queue, delivers the external reviewer verdict back to the initiating session, and appends approved preventive measures to OPS-GUARDRAILS.md (append-only, conflict-checked).

0il y a 14 joursDéveloppement et outils de pluginsMIT
N

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.

0il y a 22 joursDéveloppement et outils de pluginsMIT
M

dsh-farm

marchliu/dsh-farm

Service farm for DSH: register, start, stop and restart long-running project services, with agent tools (farm_status/start/stop/restart/logs/register), farm.yaml declarations and an overview drawer UI with live log follow, search and export.

0il y a 11 joursDéveloppement et outils de plugins
H

dsh-control-plane

harzva/dsh-control-plane

Local-first control plane for managing multiple DSH runtimes, profiles, presets, sessions, plans, and knowledge references.

0le mois dernierDéveloppement et outils de pluginsMIT
G

dsh-shipcheck

guo6x/dsh-shipcheck

Evidence-first frontend release checks: real-browser content, accessibility, runtime, network, and baseline regression reports with screenshots.

0il y a 27 joursDéveloppement et outils de pluginsMIT
D

dsh-repo-scanner

duyanta123/dsh-repo-scanner

Read-only repository fact scanner kernel for DSH analysis plugins: deterministic probe / file index / modules / dependencies / entry points / symbols / graphs and git facts over a stable JSON schema (CLI + library + skill runbook).

0il y a 10 joursDéveloppement et outils de pluginsMIT
D

dsh-plugins (dsh-headless-plus)

dennisrongo/dsh-plugins

Replaces the headless startup to add --model provider/model, --resume <id|latest>, --continue and --session-info flags to dsh headless runs.

0il y a 5 joursDéveloppement et outils de pluginsMIT
A

dsh-qa-suite-N23

all3ncn/dsh-qa-suite-n23

Quality suite: background tsc --noEmit diagnostics fed back after the agent edits TypeScript, plus a /code-review command running five parallel review lenses with confidence scoring; absorbs dsh-code-check and dsh-command-code-review.

0il y a 20 joursDéveloppement et outils de plugins
P

dsh-task-feedback

pudge1996/dsh-task-feedback

Live session status on the browser tab favicon with sound notifications for pending input and completed tasks.

0il y a 20 joursIntégrations et accès distantMIT
O

dsh-deepcanary

oscar-williams/dsh-deepcanary

Evidence-first attention supervision for DeepSeek Harness with C0–C3 policy, deduplicated Inbox alerts, quiet hours, and redacted outcome records.

0il y a 15 joursIntégrations et accès distantMIT
N

dsh-plugins (serverchan-notify)

nickhelion/dsh-plugins

ServerChan3 (Server酱) push notifications when a turn finishes — title, model, project directory, git branch, status and a reply excerpt, with subagent filtering and fire-and-forget delivery.

0il y a 5 joursIntégrations et accès distantMIT