dsh-plugin-guard
Run the following command in DeepSeek Harness:
dsh plugin install taxueseek/dsh-plugin-guard
Paste the following prompt into your AI chat to install this plugin:
Type dsh plugin install taxueseek/dsh-plugin-guard in the DeepSeek Harness terminal to install this plugin; the full source repository is at https://github.com/taxueseek/dsh-plugin-guard .
About this plugin
The DeepSeek plugin ecosystem is growing fast, yet there is almost no way to confirm what a plugin does under the hood before you let it in. dsh-plugin-guard adds a purely static security checkpoint — it reads, scores, and locks; it never executes the target code.
The tool works on two surfaces. The Gate surface offers plugin_audit for a pre-install static sweep and plugin_verify for a post-install hash-and-capability lock. A 100-point baseline is deducted via P0 (−40), P1 (−12), and P2 (−3) findings; any P0 or a total below 40 triggers a hard block, while any P1 or a score below 75 raises a warning. The Clinic surface adds plugin_peers, which compares local fingerprint bundles and queries GitHub topic:dsh-plugin when local data is thin, and plugin_detox, which performs a mechanical amputation of dangerous segments rather than an equivalent rewrite.
It is deliberately scoped: no output redaction, no general-purpose SAST, and no claim that a passing plugin is safe. It simply turns audit before you install into a single command that can live in a CI pipeline. It is built for admins who self-host DeepSeek and need a uniform plugin-security baseline, and for individual users who keep profile bundles local and prefer not to ship plugin fingerprints to a remote service.
Use Cases
- Gate third-party plugins through automated static audit in CI before install, outputting a pass or block verdict
- Periodically re-verify hash integrity and capability scope of already-installed plugins on a self-hosted DeepSeek stack
- Rapidly amuncate dangerous patterns such as curl|bash or eval of network content, then evaluate what remains usable
Best For
- Admins who self-host DeepSeek and need a uniform plugin-security baseline for the team
- DevOps engineers who want to decouple plugin install from audit as separate CI stages
- Individual users who keep profile bundles local and prefer not to ship plugin fingerprints to a remote service
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.