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

    Interface PlatformDependencyScore

    interface PlatformDependencyScore {
        recommendations: string[];
        resilience: "vulnerable" | "fragile" | "resilient" | "antifragile";
        riskMatrix: {
            impact: string;
            provider: string;
            risk: "low" | "high" | "critical" | "medium";
        }[];
        score: number;
        singlePointsOfFailure: string[];
        worstCaseRecoveryTime: string;
    }
    Index
    recommendations: string[]
    resilience: "vulnerable" | "fragile" | "resilient" | "antifragile"
    riskMatrix: {
        impact: string;
        provider: string;
        risk: "low" | "high" | "critical" | "medium";
    }[]
    score: number
    singlePointsOfFailure: string[]
    worstCaseRecoveryTime: string