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

    Interface ReputationResult

    Publisher reputation scoring.

    interface ReputationResult {
        flags: string[];
        score: number;
        trusted: boolean;
    }
    Index
    flags: string[]
    score: number
    trusted: boolean