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

    Interface RedTeamReport

    interface RedTeamReport {
        criticalFindings: string[];
        evolutionInsights: string[];
        generatedAt: number;
        id: string;
        overallSuccessRate: number;
        recommendedRemediations: string[];
        totalAttacks: number;
        totalRounds: number;
        trendDirection: "improving" | "degrading" | "stable";
        trendPValue: number;
    }
    Index
    criticalFindings: string[]
    evolutionInsights: string[]
    generatedAt: number
    id: string
    overallSuccessRate: number
    recommendedRemediations: string[]
    totalAttacks: number
    totalRounds: number
    trendDirection: "improving" | "degrading" | "stable"
    trendPValue: number

    Statistical significance of trend