bbas-devicer - v0.2.1
    Preparing search index...

    Function analyzeBehavior

    • Analyze optional behavioral metrics and derive a human-likeness summary.

      The score starts from a neutral baseline and is adjusted using session timing, pointer movement, and keyboard-rhythm heuristics. Advanced mouse/keyboard signals are only applied when enableAdvancedSignals is enabled.

      Parameters

      • metrics: BehavioralMetrics | undefined

        Collected behavioral telemetry for the request, if available.

      • enableAdvancedSignals: boolean

        Whether to apply mouse and keyboard heuristics.

      Returns BehavioralSignals

      Behavioral summary including the final humanScore and triggered factors.