AI Agent Hub
Back to plugins
🧠

dsh-policy-waiver-proof

Memory Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-policy-waiver-proof

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

Run dsh plugin install dongsheng123132/dsh-policy-waiver-proof in DeepSeek Harness to install this plugin; the source repository is available at https://github.com/dongsheng123132/dsh-policy-waiver-proof .

About this plugin

In DeepSeek Harness workflows, temporary policy waivers let tools operate under bounded conditions, yet after a waiver is issued there is often no offline, reproducible way to prove that every recorded invocation actually stayed within the approved subject, revision, scope, action allowlist, time window, and use-limit budget, with compensating controls still fresh.

dsh-policy-waiver-proof fills that gap as a deterministic evidence layer. It reads a single explicit JSON manifest and verifies each recorded use for contiguity, presence inside the waiver window, full binding match, adherence to maxUses, ordering before any revocation or closure, and currency of compensating controls. A single violation yields a breached verdict; missing or stale evidence is never silently inferred. Reports carry only hashes, counts, booleans, hash-transformed public bounded IDs, and machine-readable verdicts, while raw business bodies and secret-shaped material are rejected outright. The plugin exposes two tools, inspect and verify; the verify artifact is named after the SHA-256 of its canonical byte stream, created exclusively and confirmed by read-back, with zero network access and no runtime dependencies.

It is built for teams that must audit the full lifecycle of a temporary policy exception. After dsh-tool-policy evaluates pre-execution rules, dsh-policy-drift-proof detects configuration drift, and dsh-decision-effect-proof reconciles decisions with effects, this plugin closes the loop by confirming that every use before revocation or expiry remained inside its approved boundary, and that denied attempts were disclosed without consuming the approved quota.

Use Cases

  • Auditing every recorded use of a temporary policy exception before revocation or closure
  • Verifying that operations within the waiver window stay aligned with approved scope and action allowlists
  • Producing reproducible deterministic reports containing only hashes and machine-readable verdicts for compliance retention

Best For

  • Security teams auditing the full lifecycle of temporary policy exceptions in DeepSeek Harness
  • DevOps engineers adding an evidence layer after dsh-tool-policy and dsh-policy-drift-proof
  • Compliance and audit officers requiring offline, network-free, reproducible verification