AI Agent Hub
Back to plugins
🖥️

dsh-retention-settlement-proof

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-retention-settlement-proof

Paste the following prompt into your AI chat to install this plugin:

Fetch the source from https://github.com/dongsheng123132/dsh-retention-settlement-proof and run dsh plugin install dongsheng123132/dsh-retention-settlement-proof inside DeepSeek Harness to complete the installation.

About this plugin

DSH today ships no general delete or retention API, and community archive-delete plugins each implement their own mutation strategies. After a retention or deletion request is issued, there is no dedicated layer to prove offline and in an auditable way that the request actually settled across every declared storage projection and remained absent after a restart. dsh-retention-settlement-proof fills exactly that gap: it deletes nothing, consumes only pre-recorded approval receipts and absence observations, and renders a deterministic verdict on whether one opaque subject stayed absent across declared surfaces and restart epochs.

The evidence contract anchors on a SHA-256 pseudonymous subject, never a raw session ID. It binds an approval-receipt hash, a tombstone tied to the exact request bytes, body-free absence observations for explicit surfaces such as persistence-list, session-index, and workspace-index, plus a fixed evaluation time, freshness window, and minimum complete post-restart epochs. Any later present:true signal, stale receipt, missing surface, pre-restart-only evidence, identity or digest mismatch, unsafe path, or incomplete threshold fails closed. The CLI reads only workspace-relative regular files, rejects symlinks and traversal, performs no network requests or subprocesses, and writes a single content-addressed JSON report whose contents are hashes and verdicts alone-never session text, receipt bodies, filesystem paths, credentials, or secrets.

It suits compliance teams, security auditors, and operators who need offline, reproducible evidence without touching session content. The plugin is complementary to dsh-recovery-proof (restore drills), dsh-decision-effect-proof (authorization-effect reconciliation), and deletion UIs, each answering a different question. The DSH bundle exposes inspect and verify entry points, and an independent stdio MCP server provides proof-only inline equivalents; both call the same interface-free core. MIT licensed.

Use Cases

  • Auditors prove offline that a retention request settled across all declared projections and stayed absent after restart.
  • Security reviews match receipt digests, tombstone binding, and absence observations within the freshness window.
  • Compliance sign-off cross-checks retention evidence alongside recovery and decision-effect proofs for coverage.

Best For

  • Compliance and security audit teams requiring offline, body-free evidence.
  • SREs and data-governance owners running multi-projection DSH with retention sign-off.
  • Community contributors building delete/retention plugins who need an independent verification layer.