AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
SecurityEvent
Interface SecurityEvent
Security event detected during execution.
interface
SecurityEvent
{
type
:
"resource_limit"
|
"blocked_import"
|
"blocked_syscall"
|
"network_attempt"
|
"filesystem_violation"
;
description
:
string
;
timestamp
:
string
;
severity
:
"low"
|
"high"
|
"critical"
|
"medium"
;
}
Index
Properties
type
description
timestamp
severity
Properties
type
type
:
"resource_limit"
|
"blocked_import"
|
"blocked_syscall"
|
"network_attempt"
|
"filesystem_violation"
Event type
description
description
:
string
Description of the event
timestamp
timestamp
:
string
Timestamp
severity
severity
:
"low"
|
"high"
|
"critical"
|
"medium"
Severity
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
type
description
timestamp
severity
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Security event detected during execution.