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

    Interface SafetyViolation

    interface SafetyViolation {
        category: string;
        confidence: number;
        description: string;
        matchedText: string;
        position: number;
        subcategory: string;
    }
    Index
    category: string

    Category of the violation

    confidence: number

    Confidence of the match (0-1)

    description: string

    Human-readable description

    matchedText: string

    Matched text (truncated to 80 chars)

    position: number

    Position in the input string

    subcategory: string

    Subcategory for finer classification