AI Agent Hub
Back to plugins
🧩

dsh-attestation-proof

admin-security Updated 2026.08.26

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