AI Agent Hub
Back to plugins
⚙️

dsh-release-proof

Workflow Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-release-proof

Paste the following prompt into your AI chat to install this plugin:

To install the plugin in DeepSeek Harness, run the command dsh plugin install dongsheng123132/dsh-release-proof, with the full source repository at https://github.com/dongsheng123132/dsh-release-proof.

About this plugin

Ensuring that all mirror sources provide identical download content is a critical challenge in software releases. Even if continuous integration (CI) passes, inconsistencies during transport or mirror synchronization can lead to version discrepancies, undermining user trust and experience. The dsh-release-proof plugin is specifically designed to address this pain point.

Its core capability lies in automatically verifying multiple sources declared in a release manifest. It downloads each mirror, checks HTTP status codes, advertised versus actual byte lengths, SHA-256 hashes, and release versions to ensure uniformity across all endpoints. Upon verification, it generates a content-addressed JSON evidence file, providing immutable and reproducible proof that helps teams monitor and audit release integrity.

The dsh-release-proof plugin is ideal for DevOps engineers, release managers, and open-source maintainers. Any team needing to ensure multi-source release consistency and provide verifiable attestations can benefit. It integrates seamlessly into DeepSeek Harness workflows, supporting flexible MCP and CLI usage for various release environments.

Use Cases

  • Verify consistency across multiple source mirrors for releases
  • Generate reproducible evidence files for release integrity
  • Integrate into continuous integration workflows

Best For

  • DevOps engineers
  • Release managers
  • Open-source project maintainers