dsh-plus-plus
Run the following command in DeepSeek Harness:
dsh plugin install limlnx523/dsh-plus-plus
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install limlnx523/dsh-plus-plus in your terminal to install it; the full source code lives at https://github.com/limlnx523/dsh-plus-plus .
About this plugin
Once DeepSeek Harness is up and running, $DSH_HOME accumulates config files, credentials, session logs, and an ever-growing set of plugins, yet it is hard to see at a glance which plugin can touch the filesystem, shell, network, or credentials. A minor config tweak, a newly added plugin, or a harness upgrade can silently break a workflow, and by the time you notice the damage has been done for a while, with no snapshot or rollback available for credentials and sessions.
dsh-plus-plus adds the operational control layer the harness does not ship, running entirely on your machine. The plugin security audit inventories every installed plugin, classifies the capability seams it touches, and assigns a risk grade. The workflow regression test executes a fixed task set against your current DSH configuration, compares the result to a stored baseline, and exits non-zero on any regression so it can gate CI pipelines. Lifecycle management covers snapshotting and rolling back $DSH_HOME, running diagnostics, and managing providers and credentials. The web console binds to 127.0.0.1 only, credentials are masked by default, and the API never returns raw key values.
If you are already orchestrating multi-plugin, complex workflows with DeepSeek Harness and want security auditing, change-regression detection, and config rollback as part of your daily routine, dsh-plus-plus is a lightweight, purely local control layer with zero third-party runtime dependencies (Node.js 20+).
Screenshots
Use Cases
- Inventory installed plugins, classify capability seams, and flag high-risk ones
- Catch workflow regressions after a config tweak or harness upgrade, gateable in CI
- Snapshot $DSH_HOME and roll back instantly when a change goes wrong
Best For
- Teams running multi-plugin DeepSeek Harness workloads in production
- Security-conscious developers who want visible, auditable plugin capability boundaries
- DevOps engineers who need CI-gateable regression testing for harness workflows
Related Plugins
A network security red-team benchmark plugin for DeepSeek-V4.1/Flash featuring dual-layer kernel injection and zero-tool architecture for controlled model safety assessment.
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
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.
