Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@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 - v0.1.4
Loading...
Security event detected during execution.