Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 836 Bytes

File metadata and controls

26 lines (14 loc) · 836 Bytes

FilesystemVerification

Properties

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

Enum: ConfidenceEnum

Name Value
HIGH "high"
MEDIUM "medium"
LOW "low"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"