Bundle
dsh-vulnerability-remediation-proof
Offline content-addressed proof for supplied vulnerability-remediation closure
- Source
- dongsheng123132
- License
- MIT
- Updated
- Updated 6 days ago
Readme
# dsh-vulnerability-remediation-proof Offline, deterministic evidence that a **supplied** vulnerability-remediation campaign covered every declared asset, deployed one fixed artifact, rescanned after deployment, met its remediation deadline and reached fresh zero-residual closure. Inputs and reports contain hashes and bounded public metadata only—never hostnames, addresses, scan bodies or secrets. This is deliberately not a scanner or patch manager. DeepSec scans DSH code and `upstream-radar` monitors dependency vulnerabilities; operational platforms deploy patches. This plugin performs no discovery, scanning, installation, mitigation or live-system query. It only recomputes a redacted settlement verdict from explicit receipts. ```sh npm test npm run check node bin/dsh-vulnerability-remediation-proof.mjs verify examples/closed.json ``` DSH tools: `dsh_vulnerability_remediation_inspect` and `dsh_vulnerability_remediation_verify`. MCP exposes equivalent proof-only inline tools. Reports explicitly retain `authenticatesReceipts: false`, `provesAssetSetExhaustive: false`, and `provesAbsenceOfOtherVulnerabilities: false`. References: [NIST SP 800-40 Rev. 4](https://csrc.nist.gov/pubs/sp/800/40/r4/final) and [NIST SP 1800-31](https://csrc.nist.gov/pubs/sp/1800/31/final). MIT licensed.
Install
dsh plugin --profile web add github:dongsheng123132/dsh-vulnerability-remediation-proof
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-vulnerability-remediation-proof from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.