dsh plugins中文
← Back to popular plugin directory

Hash chain evidence audit

030611/qiushi-dsh-evidence-audit · skills

Observe-only hash-chained evidence receipts for DeepSeek Harness.

★ 4GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

Qiushi DSH Evidence Audit Leave a locally checkable execution trail without storing prompts, tool arguments, tool results, or session IDs in plaintext. Community-maintained and not an official DeepSeek project. Related trust-layer plugins: Telemetry Redactor, Verification Receipt, and Context Provenance.

Qiushi DSH Evidence Audit is an observe-only DeepSeek Harness Profile Bundle. It listens to the official tools/result and session/event extension points and appends deterministic, hash-chained JSONL evidence receipts. It never registers a model-facing tool, changes a prompt, transforms a tool result, or appends to a session. Install from npm

The config dump should contain a row with id qiushi-evidence-audit and name qiushi-dsh-evidence-audit. Receipts then default to $DSHHOME/evidence-audit/evidence-receipts.jsonl, or /.dsh/evidence-audit/evidence-receipts.jsonl when DSHHOME is unset. If running DSH from its source checkout, replace dsh with that checkout's documented pnpm dsh launcher.

Install command

dsh plugin --profile web add github:030611/qiushi-dsh-evidence-audit
View GitHub repository ↗Back to popular plugin directory