dsh-file-checksum
Run the following command in DeepSeek Harness:
dsh plugin install yan9651688/dsh-file-checksum
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install yan9651688/dsh-file-checksum inside DeepSeek Harness to install; the source repository is at https://github.com/yan9651688/dsh-file-checksum .
About this plugin
When verifying file integrity inside a DSH agent workflow, the typical approach is to load the file into the conversation and ask the model to hash it, wasting tokens and risking exposure of sensitive content to the context window. dsh-file-checksum moves this operation to a pure byte-read layer: the plugin reads raw bytes through the active Harness filesystem provider, computes the digest, and returns the result directly, keeping file contents entirely out of the model conversation.
At the core, the plugin supports SHA-256 (default) and SHA-512 algorithms, accepts absolute or workspace-relative paths, and optionally takes an expected digest for match or mismatch verification. Each call reads a single regular file with a default 64 MiB cap, configurable up to 256 MiB. It does not invoke a shell, touch the network, read credentials, or write or delete any file. Results are returned in a structured format that both Native and Code Mode callers can consume directly.
This plugin fits workflows where you need to verify the integrity of downloaded files, model weights, logs, or build artifacts within a DSH agent session. If you want the agent to compare on-disk digests against expected values without surfacing file contents in the prompt, this minimal, read-only, auditable checksum tool fills that gap.
Use Cases
- Verifying a downloaded artifact against a published SHA-256 digest
- Comparing on-disk model weight hashes within an agent workflow
- Confirming build outputs were not altered during transfer
Best For
- Developers who need file integrity checks inside a DSH agent session
- Security teams that keep sensitive file contents out of the model context
- DevOps engineers managing build pipelines and release manifests
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.