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.

Plugin Update Audit — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-update-audit

Plugin Update Audit

Read-only update auditing for DeepSeek Harness profile plugins across npm, GitHub, and local package sources.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wcnm8888/dsh-plugin-update-audit#4c782efaa0790f668d932347e2375e094bebb90a
READMECompatibilityVersions

Compatibility and provenance

Plugin Update Audit is published as dsh-plugin-update-audit and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/10/2026

Versions

0.1.0stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/10/2026
View source ↗
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

Related plugins

More verified plugins in developer-tools.

Automation@michengai/dsh-automationExecute coding tasks on schedule in an independent DSH Session, with dual-entry management via the Web settings page and Agent.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Market Plusdsh-market-plusEnhanced DSH plugin marketplace: dsh-market foundation + dsh-store’s npm authoritative source, quality verification, GitHub popularity, proxy injection, and fallback installation (MIT; integrates dsh-market and dsh-store)

README

dsh-plugin-update-audit

Read-only update auditing for direct plugin dependencies in a DeepSeek Harness Profile.

The plugin adds one tool, plugin_update_audit. It inventories the selected Profile and checks each direct dependency according to its declared source:

  • npm dependencies are compared with the official npm Registry latest manifest;
  • GitHub dependencies are compared with the repository's current HEAD through the GitHub API;
  • local tarballs and directories are reported as manual-review items, with SHA-256 for readable files;
  • unsupported, missing, or unreachable sources are reported per plugin without aborting the whole audit.

The tool never installs, updates, removes, or rewrites a plugin. Network access is limited to registry.npmjs.org and api.github.com; use offline: true for local inventory only. Local dependency paths are redacted from tool output.

Install

dsh plugin --profile <profile> add dsh-plugin-update-audit@0.1.0

Restart DSH Desktop after installation.

Use

Ask the agent to call plugin_update_audit:

{
  "profile": "dev-lab",
  "offline": false,
  "timeout_ms": 10000
}

Statuses are advisory:

  • update_available: npm has a newer stable latest version;
  • upstream_changed: GitHub HEAD differs from an immutable pinned commit;
  • local_review_required: a local or workspace source needs an explicit rebuild and review;
  • current, ahead, offline, unpinned, not_installed, or unavailable: no automatic update conclusion is made.

Always review release notes and source changes, create a safety snapshot, update one plugin at a time, restart DSH, and run that plugin's acceptance tests.

Development

npm install
npm run check
npm test
npm pack --dry-run

Security

See SECURITY.md. This project is licensed under the MIT License.