Dispute or Confirm a Finding
dispute_findingNEEDS A KEY: mint one at https://nittim.com/keys. Records that a specific finding from a prior audit is wrong (stance:'dispute') or genuinely real (stance:'confirm'), backed by evidence from the repo. A SIGNAL for owner triage — it never changes the audit's scores, verdict, or stored report on its own. The finding is identified by its findingKey (from the digest), or by its exact dimension and title when the key is not available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The finding's exact title — required if findingKey is omitted. | |
| stance | Yes | 'dispute' = this finding is wrong. 'confirm' = this finding is genuinely real. | |
| auditId | Yes | The audit UUID, from its report link. | |
| evidence | Yes | What you can see in the repo that supports your stance. | |
| dimension | No | The finding's dimension, e.g. 'security' — required if findingKey is omitted. | |
| findingKey | No | The finding's stable key from the digest, if you have it (preferred over dimension+title). |