score_delta
Compare before and after finding sets to calculate readiness-score and HNDL changes, showing the impact of a quantum-safe migration.
Instructions
Compute the readiness-score and HNDL change between two finding sets (e.g. before and after a migration). Pass 'before' and 'after' as arrays of findings from scan_path --format json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Findings after the change. | |
| before | Yes | Findings before the change (from a scan's JSON findings). |