All plugins

DSH / BUNDLE / BUNDLES

dsh-file-checksum

v0.1.0yan9651688 / dsh-file-checksum40e6ed8d85

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-file-checksum

Raw-file SHA-256 and SHA-512 verification tool for DeepSeek Harness

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add yan9651688/dsh-file-checksum --ref 40e6ed8d85d96249278bfd6f7e0f13bd408d94bf

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

A small, read-only DeepSeek Harness plugin that computes SHA-256 or SHA-512 for a file through the active Harness filesystem provider.

LIMITATIONS

Known limitations

- One file per call; directories and Git tree hashes are not supported. - Files larger than `maxBytes` are rejected rather than streamed or truncated. - Separate agents or sessions may still run calls concurrently; each call can buffer up to `maxBytes`. - The plugin is intended for DSH `0.1.0-rc.6` and later compatible `0.1.x` releases. DeepSeek Harness is still in developer preview, so breaking upstream changes may require a plugin update.