Diff Findings
diffCompare two finding sets to identify added, resolved, and changed issues, severity transitions, and regressions for gating changes against a baseline.
Instructions
Compare two inline findings artifacts (scan results, reports, or finding lists) and return added, resolved, unchanged, status and severity transitions, evidence-level changes, severity count deltas, and a regression flag that is true for newly open, reopened, or escalated P0/P1 findings or increased counts. Use this to gate changes against a baseline. Requires no authentication. It reads local inputs only, does not make network calls, does not modify local files, and has no external rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | Yes | Scan result object, CheckYourself report object, object with findings/remediation_backlog, or a plain list of finding objects to treat as the current state. | |
| old | Yes | Scan result object, CheckYourself report object, object with findings/remediation_backlog, or a plain list of finding objects to treat as the baseline. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||