概览
dsh-file-checksum
社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。
从 GitHub 安装此组合包
CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。
npx dshpub add yan9651688/dsh-file-checksum --ref 40e6ed8d85d96249278bfd6f7e0f13bd408d94bf能力
它贡献了什么
README / ZH
插件文档
A small, read-only DeepSeek Harness plugin that computes SHA-256 or SHA-512 for a file through the active Harness filesystem provider.
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.
