Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ToolSandboxViolation

    interface ToolSandboxViolation {
        actual: string | number;
        evidenceRef: string | null;
        limit: string | number;
        message: string;
        type: ToolSandboxViolationType;
    }
    Index
    actual: string | number
    evidenceRef: string | null
    limit: string | number
    message: string