MkaliezZ
dsh-plugins
No description
- Stars
- 0
- Language
- —
- Created
- Aug 15, 2026
- Updated
- Aug 15, 2026
Introduction
DSH Plugins — Family Index
A curated index of DeepSeek Harness (DSH) plugins maintained by MkaliezZ.
All repositories in this family share the topics
dsh-plugin · deepseek-harness · agent-tooling · developer-tools · typescript
(plus one domain topic each), so they surface together in the
dsh-plugin ecosystem that the DSH
CONTRIBUTING
guide points community plugins to.
Authorization & safety (fail-closed)
| Plugin | What it does |
|---|---|
| dsh-agentfuse-plugin | Deterministic, fail-closed pre-dispatch tool authorization with evidence (allow/block/ask, approval-chain deferral, agentfuse-evidence-schema-v0.1) |
| dsh-secret-guard | Fail-closed secret-like payload guard inspecting model tool arguments at tools/pre-execute |
| dsh-dependency-firewall | Classifies package-manager commands before execution: ALLOW / ASK / BLOCK |
| dsh-plugin-firewall | Offline-first static admission scanner for community plugins, before you trust them |
| dsh-api-client | Localhost-first HTTP debugging; blocks remote hosts and sensitive request headers by default |
Policy, testing & diagnostics
| Plugin | What it does |
|---|---|
| dsh-policy-test | Deterministic regression tests for DSH policy decisions without invoking the protected tool body — pairs with dsh-agentfuse-plugin (joint closed-loop example) |
| dsh-test-runner | Normalizes pytest / Vitest / Jest / Cargo summaries into a stable result shape |
| dsh-error-explainer | Structured stack-trace parsing (Python, Node.js, Rust, Java) with bounded frame metadata |
| dsh-agent-doctor | /doctor health & safety diagnostics of the effective model-visible tool surface |
Workspace & productivity
| Plugin | What it does |
|---|---|
| dsh-task-board | Persistent, deterministic task-state primitives (create / status / evidence transitions) |
| dsh-action-ledger | /action-ledger reconstructs a human-readable action ledger from the durable session log |
| dsh-context-pack | Deterministic, privacy-aware repository context packs for context injection |
| dsh-repo-map | Read-only repository structure & symbol map (complements context-pack) |
| dsh-change-attestor | Deterministic workspace-change attestation between two bounded snapshots |
Runtime & infrastructure
| Plugin | What it does |
|---|---|
| dsh-dev-server | Long-running dev-server lifecycle primitives; blocks compound shell usage |
| dsh-docs | Version-aware documentation query with excerpt bounding; host-supplied lookup |
About DSH
DeepSeek Harness is a plugin-based agent harness: everything is a plugin.
The official repository does not accept external pull requests yet — community
plugins are distributed as standalone repositories under the dsh-plugin
topic, which is exactly what this family does.