yan9651688/dsh-file-checksum ↗★ 0
dsh-file-checksum
Raw-file SHA-256 and SHA-512 verification tool for DeepSeek Harness
AI Analysis
核心用途是让 DSH 能够对本地文件进行哈希值校验。适合需要在 Agent 工作流中验证文件完整性或进行安全比对的任务,默认限制文件大小为 64 MiB。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yan9651688/dsh-file-checksumREADME
Read the full README ↗Configuration
The bundle defaults to a 64 MiB whole-file limit:
- insert:
- id: file-checksum
name: dsh-file-checksum
config:
maxBytes: 67108864
Override the row in a later profile patch to choose a different positive integer, up to 256 MiB. The limit exists because the current DSH raw-byte filesystem API returns a complete bounded file rather than a byte stream.