Skip to main content

Interface: SecurityEvent

Defined in: packages/agentos/src/core/sandbox/ICodeSandbox.ts:138

Security event detected during execution.

Properties

description

description: string

Defined in: packages/agentos/src/core/sandbox/ICodeSandbox.ts:142

Description of the event


severity

severity: "critical" | "low" | "medium" | "high"

Defined in: packages/agentos/src/core/sandbox/ICodeSandbox.ts:146

Severity


timestamp

timestamp: string

Defined in: packages/agentos/src/core/sandbox/ICodeSandbox.ts:144

Timestamp


type

type: "resource_limit" | "blocked_import" | "blocked_syscall" | "network_attempt" | "filesystem_violation"

Defined in: packages/agentos/src/core/sandbox/ICodeSandbox.ts:140

Event type