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