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

    Interface RegressionAlert

    interface RegressionAlert {
        currentSuccessRate: number;
        id: string;
        newlySuccessfulAttacks: string[];
        previousSuccessRate: number;
        pValue: number;
        severity: "critical" | "warn";
        significant: boolean;
        targetId: string;
        timestamp: number;
    }
    Index
    currentSuccessRate: number
    id: string
    newlySuccessfulAttacks: string[]
    previousSuccessRate: number
    pValue: number
    severity: "critical" | "warn"
    significant: boolean

    Is this statistically significant?

    targetId: string
    timestamp: number