DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Upstream Radar — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

upstream-radar

Upstream Radar

Always-on dependency and compatibility monitoring for DeepSeek Harness plugins, including exact paths, upstream changes, and isolated install/load evidence.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add upstream-radar@0.45.0
READMECompatibilityVersions

Compatibility and provenance

Upstream Radar is published as upstream-radar and currently resolves to version 0.45.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.45.0stable
8/25/2026
0.44.0stable
8/25/2026
0.43.5stable
8/25/2026
Show 68 more versionsCollapse versions
0.43.4stable
8/24/2026
0.43.3stable
8/24/2026
0.43.2stable
8/24/2026
0.43.1stable
8/24/2026
0.43.0stable
8/24/2026
0.42.0stable
8/23/2026
0.41.0stable
8/23/2026
0.40.0stable
8/21/2026
0.39.0stable
8/21/2026
0.38.0stable
8/21/2026
0.37.0stable
8/19/2026
0.36.0stable
8/18/2026
0.35.0stable
8/18/2026
0.34.0stable
8/18/2026
0.33.12stable
8/17/2026
0.33.11stable
8/17/2026
0.33.10stable
8/17/2026
0.33.9stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.45.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.8 MB
Files
278
Surface
any
License
Apache-2.0
Source
npm
GitHub
★ 12
Weekly downloads
344
Security scan
✓ v0.45.0 scan passed
Last push
9/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
0.33.8stable
8/17/2026
0.33.7stable
8/17/2026
0.33.6stable
8/17/2026
0.33.5stable
8/17/2026
0.33.4stable
8/17/2026
0.33.3stable
8/17/2026
0.33.2stable
8/17/2026
0.33.1stable
8/17/2026
0.33.0stable
8/17/2026
0.32.0stable
8/15/2026
0.31.0stable
8/15/2026
0.30.0stable
8/15/2026
0.29.0stable
8/15/2026
0.28.0stable
8/15/2026
0.27.0stable
8/15/2026
0.26.0stable
8/15/2026
0.25.0stable
8/15/2026
0.24.0stable
8/15/2026
0.23.0stable
8/15/2026
0.22.1stable
8/15/2026
0.22.0stable
8/15/2026
0.21.0stable
8/15/2026
0.20.0stable
8/15/2026
0.19.4stable
8/15/2026
0.19.3stable
8/15/2026
0.19.2stable
8/15/2026
0.19.1stable
8/15/2026
0.19.0stable
8/15/2026
0.18.0stable
8/15/2026
0.17.0stable
8/15/2026
0.16.0stable
8/15/2026
0.15.0stable
8/15/2026
0.14.0stable
8/15/2026
0.13.0stable
8/15/2026
0.12.0stable
8/15/2026
0.11.0stable
8/15/2026
0.10.0stable
8/15/2026
0.9.0stable
8/15/2026
0.8.0stable
8/15/2026
0.7.1stable
8/15/2026
0.7.0stable
8/15/2026
0.6.2stable
8/15/2026
0.6.1stable
8/15/2026
0.6.0stable
8/15/2026
0.5.3stable
8/15/2026
0.5.2stable
8/15/2026
0.5.1stable
8/15/2026
0.5.0stable
8/15/2026
0.4.1stable
8/15/2026
0.4.0stable
8/15/2026

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

Upstream Radar

Always-on compatibility testing for DeepSeek Harness plugins—across headless, Web, and TUI.

简体中文 ·

Upstream Radar binds exact plugin bytes to an exact DSH host and runtime, lets an Agent derive a bounded environment from repository instructions and prior evidence, then proves the relationship in disposable GitHub VMs. It runs again when the ecosystem changes or evidence expires, so it tests the current version—not only the diff.

It is built for the DeepSeek Harness (DSH) plugin ecosystem. A static review is evidence about a package; an isolated runtime review is evidence about one exact plugin × DSH × Node/profile pair. Neither is presented as a timeless compatibility badge or a security certificate.

Listed by the DSH ecosystem in awesome-dsh-plugin, awesome-deepseek-harness, and awesome-deepseek-harness-plugins.

The problem

A source repository can be green while the package users install is not ready for the current DSH host:

  • the README advertises a version that was never published;
  • a plugin imports a newer DSH package than its peer range allows;
  • package.json and the lockfile describe different releases;
  • an install-time build or dependency script needs tools the user does not have;
  • a DSH host dependency is missing, so the dependency graph cannot be completed.

These are ecosystem relationship problems. They are easy to miss when the two repositories are checked separately.

What Radar does

  1. Build one exact compatibility record (IR). Align the npm artifact, source commit, DSH host, runtime/profile, dependency paths, and advisories.
  2. Derive the environment. An Agent reads declared installation guidance and failed evidence, then emits only a bounded install plan.
  3. Prove each execution plane. Fresh, secret-free runners exercise headless load, Chromium Web boot, or a real PTY TUI interaction.
  4. Keep the result alive. DSH/plugin/dependency changes and evidence expiry trigger retests; confirmed failures become fixable reports and clean retests close the loop.
flowchart TB
  Trigger["Schedule / upstream change / evidence expiry"] --> IR["Exact IR: plugin bytes ↔ DSH ↔ runtime ↔ dependencies"]
  IR --> Agent["Agent derives a bounded install plan"]
  Agent --> VM{"Fresh secret-free GitHub VM"}
  VM --> Headless["Headless: install → register → load"]
  VM --> Web["Web: Chromium → boot handoff → client bundle"]
  VM --> TUI["TUI: PTY → frame → input → declared shutdown"]
  Headless --> Ledger["Versioned evidence ledger + reverse impact index"]
  Web --> Ledger
  TUI --> Ledger
  Ledger --> Decision{"Plugin-attributable failure?"}
  Decision -->|"yes"| Issue["Produce one fixable maintainer report"]
  Decision -->|"no / detector gap"| Hold["Hold the report and calibrate"]
  Issue -->|"author ships a fix"| Trigger
  Hold --> Trigger

The Agent may choose declared build packages, profile setup, and the next bounded retry. Exact fingerprints decide which cell a report can satisfy, and the disposable runner—not the model—establishes the result. Missing evidence can never become a pass.

Try a real check

No local DSH profile is needed for this first check. It reviews one exact published artifact without executing plugin code:

npx --yes upstream-radar@0.45.0 inspect \
  @sanqi-normal/dsh-webui-market-plugin@0.5.4 \
  --deep --fail-on never

This historical DSH plugin release returns review / incomplete because its published host dependency chain reaches an unavailable package. That is a useful, reproducible release/host-contract report—not a claim of malicious behavior. See the full evidence report.

To review your own public repository without installing it:

npx --yes upstream-radar@0.45.0 scan \
  https://github.com/owner/dsh-plugin \
  --fail-on never

The repository scan reads source manifests, DSH metadata, and lockfiles. It does not install dependencies, run lifecycle scripts, load the plugin, start DSH, or call an LLM.

Run it on every change

Copy one of the maintained workflows into your repository:

  • Review one exact plugin across DSH versions — a manual check with artifact evidence and an isolated load matrix.
  • Observe one plugin repository every day — compares commits, published versions, manifests, and dependency graphs, then wakes an Agent only when there is a meaningful change.
  • Run the dependency gate in CI — checks the lockfile or reviewed Radar configuration before merge.

The isolated headless and Web/TUI observers use fresh GitHub-hosted runners. They are not your workstation and receive no project or model secrets.

Evidence from the ecosystem

The current 100-plugin compatibility feed records 87 observed compatible, 9 needs review, 0 reproduced incompatible, and 4 not observed. Its execution-plane ledger contains 22 exact Web/TUI cells; all 22 now pass in isolated GitHub VMs.

The nine review cells are not hidden failures. Seven have a green Web proof but retain separate headless host/peer-contract evidence; two retain known old DSH host-package ranges tracked by existing maintainer issues. Radar keeps those facts visible without calling a working browser plugin broken.

The first non-headless cells now run in GitHub-hosted VMs:

Exact cellObserved proofResult
dsh-univer-office@0.2.9 × DSH 0.1.1-rc.2 × WebHTTP 200, DSH boot handoff, declared client bundle fetched, no browser/page errorsCompatible
@deepseek-harness-tui/dsh-tui@0.9.2 × DSH 0.1.1-rc.2 × TUIReal PTY frame, keyboard input, documented double-Ctrl-C exit, code 0Compatible
@linxin666/dsh-web-all@0.3.3 × DSH 0.1.1-rc.2 × WebAgent-approved four dependency builds; aggregate client bundle returned 200; boot manifest, app mount, and plugin materialization matchedCompatible
dsh-better-sidebar@0.16.1 × DSH 0.1.1-rc.2 × WebVM observed a node-pty build gate; DeepSeek approved only that exact dependency; the secret-free retry passed install, host, browser interaction, and shutdownCompatible

The better-sidebar run demonstrates the closed loop: dynamic evidence found a build requirement absent from the headless plan; DeepSeek checked the exact manifest, README, and VM log; a fingerprint-bound policy approved only node-pty; then a separate runner with no model secrets established the pass. This was Radar's environment gap, so no plugin issue was filed. Earlier TUI and Web detector mistakes were handled the same way: held, corrected, and rerun instead of being sent to authors.

As of 2026-08-25, Radar has filed 13 maintainer-facing reports. The outcome is more useful than the raw count:

OutcomeReports
Fix shipped and rechecked (5)Sanqi #5 (0.5.5), HDC #3 (0.7.3), Voice #2 (0.2.6), Msg Hub #1, Toolbox Web #1
Boundary reviewed or documented (3)Msg Hub #3, Spotlight #5 / PR #7, WSL Workspace #6 — closed without claiming a runtime fix
Still open (5)Anan #1, Verification Receipt #3, dshscan #1, OAuth #14, Composer Expand #1

“Closed” is not automatically “fixed.” The full domain report index records the evidence, validation level, PR coverage, and remaining boundary for every report.

If Upstream Radar helps the DSH ecosystem stay compatible, please give it a Star ⭐