全部插件

DSH / BUNDLE / BUNDLES

dsh-file-checksum

v0.1.0yan9651688 / dsh-file-checksum40e6ed8d85

外部 Git 组合包组合包组合包与其他模块社区 · Topic 自动分析
在 GitHub 打开
运行时构成
HOSTCLIENTUITOOLDATAFLOW

概览

dsh-file-checksum

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

社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。

安装

从 GitHub 安装此组合包

CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。

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

能力

它贡献了什么

HostCordis loadable未核对
Client / UIHost only未核对
Model tools未核对未核对
Profile state未核对未核对

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.