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";
}

Properties

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

Event type

description: string

Description of the event

timestamp: string

Timestamp

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

Severity