AgentOS Extensions API - v1.0.3
    Preparing search index...

    Interface SecurityCheckResult

    Security check result

    interface SecurityCheckResult {
        allowed: boolean;
        reason?: string;
        riskLevel: "safe" | "low" | "medium" | "high" | "critical";
        warnings: string[];
    }
    Index

    Properties

    allowed: boolean

    Whether command is allowed

    reason?: string

    Reason if blocked

    riskLevel: "safe" | "low" | "medium" | "high" | "critical"

    Risk level

    warnings: string[]

    Warnings