Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
InjectionDetection
Interface InjectionDetection
Detect prompt injection attempts from ledger events
interface
InjectionDetection
{
detected
:
boolean
;
patterns
:
{
confidence
:
number
;
eventId
:
string
;
pattern
:
string
;
payload
:
string
;
ts
:
number
;
}
[]
;
}
Index
Properties
detected
patterns
Properties
detected
detected
:
boolean
patterns
patterns
:
{
confidence
:
number
;
eventId
:
string
;
pattern
:
string
;
payload
:
string
;
ts
:
number
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detected
patterns
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Detect prompt injection attempts from ledger events