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

    Interface VibeCodeAuditResult

    interface VibeCodeAuditResult {
        criticalCount: number;
        deploymentReady: boolean;
        findings: VibeCodeFinding[];
        grade: "A" | "B" | "C" | "D" | "F";
        highCount: number;
        lowCount: number;
        mediumCount: number;
        quickFixes: string[];
        safe: boolean;
        score: number;
        summary: string;
    }
    Index
    criticalCount: number
    deploymentReady: boolean
    findings: VibeCodeFinding[]
    grade: "A" | "B" | "C" | "D" | "F"
    highCount: number
    lowCount: number
    mediumCount: number
    quickFixes: string[]
    safe: boolean
    score: number
    summary: string