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

    Interface AuditDepthReport

    interface AuditDepthReport {
        blackBox: { available: boolean; capabilities: string[]; score: number };
        gaps: string[];
        level: number;
        outsideTheBox: {
            available: boolean;
            capabilities: string[];
            score: number;
        };
        score: number;
        whiteBox: { available: boolean; capabilities: string[]; score: number };
    }
    Index
    blackBox: { available: boolean; capabilities: string[]; score: number }

    Black-box audit capabilities (query + observe outputs)

    gaps: string[]

    Gaps

    level: number

    Maturity level

    outsideTheBox: { available: boolean; capabilities: string[]; score: number }

    Outside-the-box audit capabilities (methodology, code, data, docs)

    score: number

    Overall audit depth score 0-100

    whiteBox: { available: boolean; capabilities: string[]; score: number }

    White-box audit capabilities (weights, activations, gradients)