AgentOS Extensions API - v1.0.3
Preparing search index...
system/cli-executor/src
SecurityCheckResult
Interface SecurityCheckResult
Security check result
interface
SecurityCheckResult
{
allowed
:
boolean
;
reason
?:
string
;
riskLevel
:
"safe"
|
"low"
|
"medium"
|
"high"
|
"critical"
;
warnings
:
string
[]
;
}
Index
Properties
allowed
reason?
risk
Level
warnings
Properties
allowed
allowed
:
boolean
Whether command is allowed
Optional
reason
reason
?:
string
Reason if blocked
risk
Level
riskLevel
:
"safe"
|
"low"
|
"medium"
|
"high"
|
"critical"
Risk level
warnings
warnings
:
string
[]
Warnings
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
reason
risk
Level
warnings
AgentOS Extensions API - v1.0.3
Loading...
Security check result