Plugin directory / Developer / dsh-change-attestor
dsh-change-attestor
Unverified MkaliezZ
What it does
Deterministic workspace-change attestation for DeepSeek Harness: compares bounded snapshots and reports created, changed, and removed paths.
Unverified — not yet verified
Deterministic workspace-change attestation for DeepSeek Harness: compares bounded snapshots and reports created, changed, and removed paths. Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-change-attestor
Deterministic workspace-change attestation for DeepSeek Harness.
v0.1 compares two bounded workspace snapshots and produces an attestation describing created, modified, deleted, and unchanged paths plus a SHA-256 digest. Optional action IDs can be attached as observation-window references, but the plugin does not claim those actions caused the changes.
Non-claims
- observed correlation is not causation;
- not a filesystem sandbox or rollback system;
- not a replacement for Git history;
- attestation proves only the supplied snapshots and metadata.
Development
npm install
npm test
MIT
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-change-attestor for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:MkaliezZ/dsh-change-attestor Headless (CLI) profile:
dsh plugin --profile headless add github:MkaliezZ/dsh-change-attestor Test report
Not yet L3-verified — see failure note below if we already ran it.