dsh-attestation-proof
Run the following command in DeepSeek Harness:
dsh plugin install dongsheng123132/dsh-attestation-proof
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install dongsheng123132/dsh-attestation-proof in DeepSeek Harness to install this plugin; source code is at https://github.com/dongsheng123132/dsh-attestation-proof
About this plugin
Verifying release signatures in the DeepSeek Harness ecosystem typically requires transparency logs or a full Sigstore/SLSA chain, but many production environments demand a fully offline, deterministic path. dsh-attestation-proof targets this narrower gap: it does not discover trust roots, fetch logs, or infer publisher identity. Instead, it checks an explicit manifest against workspace-local in-toto signing statements field by field and emits a replayable, content-addressed JSON verdict.
Every step is a deterministic cryptographic check: the subject SHA-256 must match the signed in-toto subject; each public key is pinned by SHA-256 and restricted to Ed25519 or ECDSA P-256/SHA-256; a configurable minimum number of trusted signers must verify the DSSE PAE bytes; predicate types and JSON-pointer claims must satisfy the explicit policy. The report contains no signed payload, raw bytes, PEM, or key material. At the filesystem level, symlinks, path traversal, oversized inputs, and overwrites are all rejected.
Ideal for release teams that need auditable cryptographic evidence for build artifacts in air-gapped environments, or for platform engineers who want an independent offline signature-consistency check inside a CI/CD pipeline. It does not replace full SLSA supply-chain attestation; it provides a lightweight, reproducible layer of signature verification.
Use Cases
- Verify in-toto signature and manifest consistency in an offline CI pipeline
- Insert a dedicated cryptographic manifest check as an independent gate in the release pipeline
- Produce auditable, replayable signature evidence for build artifacts in an air-gapped environment
Best For
- Platform engineers who require offline release signature verification
- DevOps teams managing internal artifact registries
- Release-process owners with supply-chain security compliance requirements
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.