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

    Interface GamingResistanceReport

    interface GamingResistanceReport {
        applicable?: boolean;
        contextResistance: { description: string; score: number };
        floodingResistance: { description: string; score: number };
        formulaResistance: { description: string; score: number };
        gaps: string[];
        level: number;
        notApplicableReason?: string;
        score: number;
        selectiveResistance: { description: string; score: number };
        temporalResistance: { description: string; score: number };
    }
    Index
    applicable?: boolean

    False when the scanned directory is not an AMC source checkout.

    This scorer grades AMC's own control surface by looking for AMC source files, so pointing it at a customer's repository previously produced a low score that said nothing about their agent. When not applicable the score is not meaningful and notApplicableReason explains what to run instead.

    contextResistance: { description: string; score: number }

    Resistance to context manipulation

    floodingResistance: { description: string; score: number }

    Resistance to evidence flooding

    formulaResistance: { description: string; score: number }

    Resistance to score formula exploitation

    gaps: string[]

    Gaps

    level: number

    Maturity level

    notApplicableReason?: string
    score: number

    Overall gaming resistance score 0-100

    selectiveResistance: { description: string; score: number }

    Resistance to selective evidence submission

    temporalResistance: { description: string; score: number }

    Resistance to temporal gaming