dongsheng123132/dsh-release-proof0

dsh-release-proof

DeepSeek Harness 的可复现多源发布证据

AI 分析

核心用途是安全地汇总并验证多源发布清单,生成不可篡改的发布证明工件。适合需要在 DeepSeek Harness 软件发布流程中建立可信、可追溯发布凭证的交付与审计任务。

套件
dsh-release-proof
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dongsheng123132/dsh-release-proof

Install in DSH

dsh plugins install github:dongsheng123132/dsh-release-proof

The package exposes a standard DSH bundle through package.json#dsh.bundle.patch and registers:

  • dsh_release_proof_inspect — safely summarize a manifest without returning URLs.
  • dsh_release_proof_verify — verify all sources and write a proof artifact.

Typical tool arguments:

{
  "manifestPath": "release/release-manifest.json",
  "artifactDir": "release/evidence"
}