dongsheng123132/dsh-release-proof0

dsh-release-proof

Reproducible multi-source release evidence for DeepSeek Harness

AI 分析

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

パッケージ
dsh-release-proof
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

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

ドキュメント

README 全文を読む ↗

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"
}