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

    Interface CrossPluginSignals

    Signals pulled from sibling plugins' enrichmentInfo.details entries. Only populated when enableCrossPlugin is true and the corresponding plugins have already run (Pro / Enterprise tier).

    interface CrossPluginSignals {
        aiAgentProvider?: string;
        ipRiskScore?: number;
        isAiAgent?: boolean;
        isHosting?: boolean;
        isProxy?: boolean;
        isTor?: boolean;
        isVpn?: boolean;
        peerTaintScore?: number;
        rdapAsnOrg?: string;
        tlsConsistencyScore?: number;
        tlsFactors?: string[];
    }
    Index

    Properties

    aiAgentProvider?: string

    Canonical AI agent provider name, if detected.

    ipRiskScore?: number

    IP risk score (0–100) from ip-devicer.

    isAiAgent?: boolean

    Whether the IP belongs to a known AI agent (scraper) range.

    isHosting?: boolean

    Whether the IP is from a hosting/cloud provider.

    isProxy?: boolean

    Whether the IP was classified as a proxy by ip-devicer.

    isTor?: boolean

    Whether the IP was a Tor exit node.

    isVpn?: boolean

    Whether the IP was classified as a VPN by ip-devicer.

    peerTaintScore?: number

    Peer taint score (0–100) from peer-devicer.

    rdapAsnOrg?: string

    RDAP ASN organisation string, used for suspect-org detection.

    tlsConsistencyScore?: number

    TLS consistency score (0–100) from tls-devicer.

    tlsFactors?: string[]

    Anomaly factor strings from tls-devicer.