AI Agent Hub
Back to plugins
⚙️

dsh-plugin-verify

Workflow Updated 2026.08.25

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