This page describes data handling factually. It is not legal advice and makes no regulatory compliance claim. How you disclose ShieldLabs in your own privacy policy, and on what legal basis you process this data, is your decision to make with your own counsel. For the formal document, see the Privacy Policy, the Terms of Service, and the Cookie & Tracking Policy.
What ShieldLabs collects
The snippet reads technical signals from the browser environment and the network connection. These are the raw inputs the server turns into identifiers and the Risk Score.
The full inventory is roughly 100+ browser, device, and network signals, detailed in the scoring reference and the end-to-end How it works flow.
What ShieldLabs does NOT collect
ShieldLabs has no field for, and never asks for, any of the following:- Names, emails, or phone numbers.
- Passwords. No site-user credentials are read or stored.
- Payment data. No card numbers, no bank details.
- Form field contents. The snippet does not read what a visitor types.
- Full browsing history. Only the current page URL and the referrer are captured, for traffic attribution.
UserHID: you supply it, and it must be pseudonymous
UserHID is the one field that comes from you, not from the browser. It is your own account id, passed into the snippet so ShieldLabs can correlate a logged-in user’s activity across visits and devices.
forceCheckAuthenticatedUser. When you call checkAnonymous, no user id is sent at all (the UserHID defaults to anonymous), as the full client API in the snippet reference lays out.
Two network addresses, kept distinct
ShieldLabs works with two different network addresses, and they are never mixed.- The connection’s public
IPis read server-side from the request and used to derive location, reputation, and the anonymity detection signals that flag a masked connection. - The local IP is the device’s own private network address, observed during identification. It feeds a server-side correlation field that lets you tell whether two requests came from the same local network, alongside the other additional network-intelligence fields in the History API snapshot and on the dashboard.
Client-side storage
To recognize a returning browser without a server round trip, the snippet keeps two values in the visitor’s own browser:
Both are random UUIDs minted on the visitor’s device. They are first-party only. The durable DeviceID is derived server-side from the stable browser environment, not stored on the device, which is why it survives a cookie clear while the
cookieID does not. The Identifiers page lays out how the ids relate.
Where your data is stored
ShieldLabs processes and stores identification data in its own infrastructure, in a single region. There is no per-customer data-residency or region selection today, so you cannot pin storage to a specific country or cloud. Identification records are retained for up to 12 months; you can export them or request earlier deletion at any time. If you have a specific residency or retention requirement, email contact@shieldlabs.ai.You control retention
Your data is yours to read, export, and remove.Export
Filter the Data table on the dashboard and export the matching records as CSV. Exports are free and do not consume requests.
Read programmatically
Pull snapshots for any identifier through the History API, keyed by IP, VisitorID, DeviceID, UserHID, RequestID, SessionID, or CookieID.
Data minimization in practice
The design choices above all point the same way: collect the technical signals needed to identify a browser and score anonymity, and nothing that identifies a person.- Identifiers are derived (DeviceID, VisitorID) or pseudonymous (UserHID, supplied hashed by you), never tied to a name or email by ShieldLabs.
- The public
IPand the device’s local IP are kept distinct, and the local IP correlation field stays server-side. - The snippet captures the current page URL and referrer for attribution, not a browsing trail.
- No passwords, payment data, or form contents are ever read.
Related
- Security: webhook signature verification, key management, and transport.
- Identifiers: how RequestID, DeviceID, VisitorID, and UserHID are built and how durable each one is.
- Signals: the full signal and scoring reference.
- Server API: export and query your stored snapshots.