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

    Interface OrganizationalSafetyPostureReport

    Organizational Safety Posture Scoring Module

    Scores AMC-7.31 to AMC-7.40: RSP compliance verification, organizational safety culture, and persuasion/manipulation controls.

    Part of the AI Safety Research Alignment evaluation lane.

    interface OrganizationalSafetyPostureReport {
        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