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

    Interface TrustVerificationResult

    interface TrustVerificationResult {
        grantedScopes: string[];
        level: MaturityLevel;
        reasons: string[];
        requiredActions?: string[];
        score: number;
        trusted: boolean;
        trustLevel: "untrusted" | "conditional" | "full" | "limited";
    }
    Index
    grantedScopes: string[]
    reasons: string[]
    requiredActions?: string[]
    score: number
    trusted: boolean
    trustLevel: "untrusted" | "conditional" | "full" | "limited"