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

    Interface ContextPollutionResult

    Track context pollution — adversarial content accumulating in context

    interface ContextPollutionResult {
        growthRate: number;
        pollutionScore: number;
        suspiciousEvents: number;
        totalEvents: number;
        trending: "stable" | "increasing" | "decreasing";
    }
    Index
    growthRate: number
    pollutionScore: number
    suspiciousEvents: number
    totalEvents: number
    trending: "stable" | "increasing" | "decreasing"