Bundle
dsh-principal-binding-proof
Offline content-addressed proof of pseudonymous authority binding across DSH execution surfaces
- Source
- dongsheng123132
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# dsh-principal-binding-proof Offline, content-addressed evidence that one pseudonymous authority and tenant remain consistently bound across a DSH execution chain: principal → session → agent → tool call → runtime → artifact. It validates explicit recorded hashes, revision, key epoch, evidence freshness, issuer allowlists, validity windows, revocation, adjacency and a unique acyclic chain. It detects authority swaps, cross-tenant confusion, stale identities, broken or mis-typed bindings, unauthorized issuers and terminal artifact mismatches. ## Boundary This is not authentication, authorization, signature verification, access control or a remote transport. It grants no authority, reads no accounts, credentials, prompts or business payloads, and executes no commands. - `dsh-decision-effect-proof` reconciles authorization decisions with effects. - `dsh-attestation-proof` verifies signed DSSE/in-toto statements. - `dsh-lineage` tracks object and action provenance. - This plugin checks the narrower identity-confusion question: whether every redacted execution surface claims the same authority, tenant and revision through a valid explicit binding chain. See [`examples/bound.json`](examples/bound.json). ```bash npm test npm run check node bin/dsh-principal-binding-proof.mjs verify examples/bound.json dsh plugin --profile proof add . ``` DSH tools are `dsh_principal_binding_inspect` and `dsh_principal_binding_verify`. MCP exposes proof-only inline equivalents. Workspace verification accepts only relative, non-symlink paths and writes a deterministic content-addressed report beneath an explicit `artifactDir`, followed by SHA-256 read-back verification. MIT licensed. See [SECURITY.md](SECURITY.md).
Install
dsh plugin --profile web add github:dongsheng123132/dsh-principal-binding-proof#a76fd5510f27d4aada5b91023cc4051e88d5b078
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-principal-binding-proof from the hub