dongsheng123132/dsh-release-proof ↗★ 0
dsh-release-proof
Reproducible multi-source release evidence for DeepSeek Harness
AI 분석
核心用途是安全地汇总并验证多源发布清单,生成不可篡改的发布证明工件。适合需要在 DeepSeek Harness 软件发布流程中建立可信、可追溯发布凭证的交付与审计任务。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dongsheng123132/dsh-release-proofInstall 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"
}