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

    Interface AttackResult

    interface AttackResult {
        attackId: string;
        bypassConfidence: number;
        bypassedDefenses: string[];
        detectedBy: string[];
        latencyMs: number;
        response: string;
        succeeded: boolean;
    }
    Index
    attackId: string
    bypassConfidence: number

    Confidence that the attack actually bypassed (not just confused the evaluator)

    bypassedDefenses: string[]
    detectedBy: string[]
    latencyMs: number
    response: string
    succeeded: boolean