Back to home

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)

PluginWhat it does
dsh-agentfuse-pluginDeterministic, fail-closed pre-dispatch tool authorization with evidence (allow/block/ask, approval-chain deferral, agentfuse-evidence-schema-v0.1)
dsh-secret-guardFail-closed secret-like payload guard inspecting model tool arguments at tools/pre-execute
dsh-dependency-firewallClassifies package-manager commands before execution: ALLOW / ASK / BLOCK
dsh-plugin-firewallOffline-first static admission scanner for community plugins, before you trust them
dsh-api-clientLocalhost-first HTTP debugging; blocks remote hosts and sensitive request headers by default

Policy, testing & diagnostics

PluginWhat it does
dsh-policy-testDeterministic regression tests for DSH policy decisions without invoking the protected tool body — pairs with dsh-agentfuse-plugin (joint closed-loop example)
dsh-test-runnerNormalizes pytest / Vitest / Jest / Cargo summaries into a stable result shape
dsh-error-explainerStructured 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

PluginWhat it does
dsh-task-boardPersistent, 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-packDeterministic, privacy-aware repository context packs for context injection
dsh-repo-mapRead-only repository structure & symbol map (complements context-pack)
dsh-change-attestorDeterministic workspace-change attestation between two bounded snapshots

Runtime & infrastructure

PluginWhat it does
dsh-dev-serverLong-running dev-server lifecycle primitives; blocks compound shell usage
dsh-docsVersion-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.

Related