AI Agent Hub
Back to plugins
🧩

dsh-vulnerability-remediation-proof

admin-security Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-vulnerability-remediation-proof

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install dongsheng123132/dsh-vulnerability-remediation-proof; source code is available at https://github.com/dongsheng123132/dsh-vulnerability-remediation-proof

About this plugin

Vulnerability-remediation teams often must demonstrate to auditors that a given campaign covered every declared asset, deployed a fixed artifact, completed a post-deployment rescan, hit its deadline, and reached fresh zero-residual closure. Assembling that evidence by hand from scattered logs and scan exports is slow and frequently leaks hostnames, internal addresses, or even full scan bodies into the final report.

This plugin takes a deliberately constrained path: it performs no discovery, scanning, installation, mitigation, or live-system query. It only recomputes a redacted settlement verdict from the explicit receipts you supply. Inputs and reports carry hashes and bounded public metadata—never hostnames, addresses, scan bodies, or secrets. The reports also explicitly retain authenticatesReceipts: false, provesAssetSetExhaustive: false, and provesAbsenceOfOtherVulnerabilities: false, so the proof boundary is stated up front rather than left to assumption.

It is built for security-compliance teams, SOC operators, or any organization that must produce remediation-closure evidence under the NIST SP 800-40 Rev. 4 and NIST SP 1800-31 frameworks. Feed in the receipts you already have; get back a deterministic, re-computable, and leak-free proof you can attach directly to an audit packet without ever re-scanning a live system.

Use Cases

  • Generate a redacted settlement verdict from existing receipts for audit submission
  • Verify asset coverage and deadline compliance before a NIST 800-40 review
  • Retain deterministic, sensitive-data-free proofs across multiple remediation campaigns

Best For

  • Security compliance and audit teams
  • SOC and threat-management operators
  • Organizations required to produce remediation-closure evidence