resk-llm-ts - v1.0.0
GitHub
npm
Preparing search index...
index
DetectionResult
Interface DetectionResult
interface
DetectionResult
{
detector
:
string
;
isThreat
:
boolean
;
severity
:
Severity
;
category
:
ThreatCategory
;
confidence
:
number
;
reason
:
string
;
matches
:
DetectorMatch
[]
;
sanitizedInput
:
string
|
null
;
}
Index
Properties
detector
is
Threat
severity
category
confidence
reason
matches
sanitized
Input
Properties
detector
detector
:
string
is
Threat
isThreat
:
boolean
severity
severity
:
Severity
category
category
:
ThreatCategory
confidence
confidence
:
number
reason
reason
:
string
matches
matches
:
DetectorMatch
[]
sanitized
Input
sanitizedInput
:
string
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
detector
is
Threat
severity
category
confidence
reason
matches
sanitized
Input
Documentation
GitHub
npm
resk-llm-ts - v1.0.0
Loading...