Overview
dsh-file-checksum
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 this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add yan9651688/dsh-file-checksum --ref 40e6ed8d85d96249278bfd6f7e0f13bd408d94bfCapabilities
What it contributes
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.
