DeepSeek Harness plugin

dsh-cross-search

DSH-Plugin: multi-engine cross-validated search — parallel queries across Brave/Tavily/DuckDuckGo/Wikipedia (Bing/Mojeek optional), URL dedupe, confidence tiers.

Jump to install

Source facts

Repository
Bryan-cmf/dsh-cross-search
Latest update
Aug 15, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Bryan-cmf/dsh-cross-search
Plugin: dsh-cross-search
Author: Bryan-cmf

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

🔍 Cross Search — DSH-Plugin

> 多引擎交叉驗證搜索:Brave / Tavily / DuckDuckGo / Wikipedia(可選 Bing / Mojeek)並行查詢,URL 去重,按獨立引擎同意數分置信度——單引擎結果誠實標為 LOW。

![npm](https://www.npmjs.com/package/@bryan-cmf/dsh-cross-search) ![License: MIT](LICENSE) ![DSH](https://github.com/deepseek-ai/deepseek-harness)

Confidence tiers

TierConditionMeaning
🟢 HIGH≥ 50% of running engines agreeindependently verified
🟡 MEDIUM≥ 2 engines agreepartially verified
🔴 LOWsingle enginehonest unverified

Tool

cross_search { query, engines?, limit? } — parallel fetch, URL dedupe (tracking params stripped), tiered ranking, engine provenance per result.

API keys (env)

EngineEnv varKeyless fallback
BraveBRAVE_API_KEY
TavilyTAVILY_API_KEY
BingBING_API_KEY
MojeekMOJEEK_API_KEY
DuckDuckGo✅ (HTML endpoint)
Wikipedia✅ (REST API, wikiLang config)

Missing keys skip that engine; the report always states which engines ran.

Install

"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-cross-search"] } }

Configuration

KeyDefaultMeaning
enginesbrave, tavily, duckduckgo, wikipedia, bing, mojeekAttempt order
timeoutMs8000Per-engine timeout
perEngine8Results per engine
wikiLangzhWikipedia language

Development

pnpm install --store-dir .pnpm-store
pnpm build

License

MIT