dsh-plugin-verified-search
Run the following command in DeepSeek Harness:
dsh plugin install f0909172434/dsh-plugin-verified-search
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install f0909172434/dsh-plugin-verified-search in your DeepSeek Harness terminal; the full source is available at https://github.com/f0909172434/dsh-plugin-verified-search.
About this plugin
The inherited web_search tool in a DeepSeek Harness agent is an opaque black box: source scope is uncontrolled, citation evidence is unauditable, JSON parsing relies on model guessing, and answer gaps are silently filled from memory. dsh-plugin-verified-search replaces that inherited behavior with a set of bounded, explicit workflows that make the source allowlist, retained excerpts, deterministic selection logic, and unresolved gaps all visible after every retrieval. When something cannot be confirmed, the plugin reports an explicit unresolved gap rather than fabricating an answer.
The plugin exposes five layered tools: verified_search performs a single mutable-fact lookup with hostname post-filtering; verified_research handles multi-entity, multi-claim research with per-claim retained excerpts and retrieval metadata; verified_json_selection runs strict RFC 6901 pointer traversal with date cutoffs over official JSON feeds; verified_json_numeric_extrema extracts exact numeric maxima or minima using source-lexeme comparison to avoid floating-point drift; verified_json_projection yields every strictly matching row in source order. The stable v0.1.1 release ships verified_search only; the remaining four tools live in a pinned experimental snapshot.
Ideal for agent-workflow developers who need an auditable evidence chain, teams with hard compliance requirements on citation integrity, and automation scenarios that must extract precise data from official JSON endpoints without delegating that step to free-form model reasoning. The plugin enforces postconditions on retrieved structured sources but does not certify publisher truth, index freshness, or semantic entailment; it is a verifiable retrieval-boundary layer, not a fact-checking oracle.
Screenshots
Use Cases
- Bounded single-fact lookup with hostname allowlist and retained citation excerpts
- Date-cutoff extraction of latest values from an official JSON feed via RFC 6901 traversal
- Multi-claim research where every retained excerpt is logged and unresolved gaps stay visible
Best For
- Agent-workflow developers who need an auditable evidence chain for every retrieval
- Teams with hard compliance requirements on citation integrity and source scoping
- Engineers building automation pipelines that extract precise data from official JSON endpoints without free-form model guessing
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.