| Name | Type | Description | Notes |
|---|---|---|---|
| confidence | ConfidenceEnum | LLM's confidence in the verdict. Absent when verified is null. | [optional] |
| reasoning | String | LLM's explanation for the verdict, or the reason verification could not be completed | |
| verified | Boolean | Whether an LLM confirmed the finding against its decompilation; null if verification could not be completed, in which case the finding is kept unverified rather than dropped |
| Name | Value |
|---|---|
| HIGH | "high" |
| MEDIUM | "medium" |
| LOW | "low" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |