dsh-plugin-verify
Run the following command in DeepSeek Harness:
dsh plugin install 863683348/dsh-plugin-verify
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install 863683348/dsh-plugin-verify in DeepSeek Harness to install; full source is at https://github.com/863683348/dsh-plugin-verify
About this plugin
In DeepSeek Harness agent workflows, fact-based claims, config changes, and external resource references often lack a fast, reliable verification step before delivery. dsh-plugin-verify fills that gap with a set of read-only tools that add an evidence-backed safety net to your pipeline.
The toolkit covers five dimensions: claim verification through keyword extraction and workspace-file hits with line-level citations, JSON strict parsing or YAML structural smoke checks, HTTP(S) link availability with latency info, npm package metadata checks (version, publish time, dsh.bundle manifest), and GitHub repository readiness assessment. Every operation is strictly read-only—it never writes files or executes scanned content.
It suits developers who want agents to self-check before output, especially when workflows involve external URL references, hot-reloaded configurations, or plugin-submission preparation. Claim checking is heuristic by design: an unsupported verdict means no evidence was found, not that the claim is false—practical and pragmatic.
Use Cases
- Quickly verify agent claims against workspace file evidence with line-level citations
- Validate config file format and external link availability before deployment
- Check GitHub repository readiness and npm metadata before plugin submission
Best For
- Harness workflow developers who need agent self-checks
- DevOps engineers managing hot-reloaded configuration files
- Developers preparing dsh plugin submissions
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.