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

    Interface Finding

    interface Finding {
        detail: string;
        id: string;
        passed: boolean;
        severity: "low" | "high" | "critical" | "medium";
        title: string;
    }
    Index
    detail: string
    id: string
    passed: boolean
    severity: "low" | "high" | "critical" | "medium"
    title: string