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

    Interface BehavioralSignals

    Aggregated behavioral biometrics signals derived from client-side metrics.

    interface BehavioralSignals {
        factors: string[];
        hasData: boolean;
        humanScore: number;
        isRobotic: boolean;
    }
    Index

    Properties

    factors: string[]

    Factor strings describing the detected behavioral patterns.

    hasData: boolean

    true when client-side behavioral metrics were provided.

    humanScore: number

    Human-likeness score (0–100). Higher means more natural behavior.

    isRobotic: boolean

    true when the aggregate behavioral profile looks robotic.