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

    Interface AdversarialReport

    interface AdversarialReport {
        agentId: string;
        blocked: number;
        coverageByCategory: Record<string, { passed: number; tested: number }>;
        detected: number;
        escaped: number;
        mitigated: number;
        overallResistanceScore: number;
        recommendations: string[];
        totalSamples: number;
    }
    Index
    agentId: string
    blocked: number
    coverageByCategory: Record<string, { passed: number; tested: number }>
    detected: number
    escaped: number
    mitigated: number
    overallResistanceScore: number
    recommendations: string[]
    totalSamples: number