Back to home

Author

@truelove-dreamer

DeepSeek Harness plugins published by @truelove-dreamer on GitHub.

dsh-plugin-vetting

4

DeepSeek Harness plugin: heuristic malware vetting for installed third-party plugins

NewTools

dsh-plugin-git-workflow

2

DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.

NewCoding

dsh-plugin-hooks

0

DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.

NewCoding

dsh-plugin-security-audit

0

DeepSeek Harness plugin: run a live security health check on the deployment

NewTools

dsh-plugin-recall

0

DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.

NewMemory