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

    Interface TrustSummary

    interface TrustSummary {
        headline: string;
        integrityIndex: number;
        overallScore: number;
        recommendation: string;
        role: OperatorRole;
        topConcerns: string[];
        topStrengths: string[];
        trustLabel: TrustLabel;
    }
    Index
    headline: string
    integrityIndex: number
    overallScore: number
    recommendation: string
    topConcerns: string[]
    topStrengths: string[]
    trustLabel: TrustLabel