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

    Interface OversightIntegrityReport

    Oversight Integrity Scoring Module

    Scores AMC-7.13 to AMC-7.18: whether the system protects human oversight mechanisms from AI undermining, and prevents power-seeking behaviors.

    Part of the AI Safety Research Alignment evaluation lane.

    interface OversightIntegrityReport {
        evidenceFound: string[];
        gaps: string[];
        level: number;
        questionScores: Record<string, number>;
        score: number;
    }
    Index
    evidenceFound: string[]

    Evidence artifacts found

    gaps: string[]

    Specific gaps and recommendations

    level: number

    Maturity level L0-L5

    questionScores: Record<string, number>

    Per-question scores (0-1) keyed by question ID

    score: number

    Overall score 0-100