Risk Score & Dashboard Signals
Every detection module Protect runs — environment checks, tamper detection, SSL pinning failures, and the four configurable policy categories — feeds a single runtime risk score, rather than reporting each signal in isolation.
What you see on the dashboard
The Protect portal's live dashboard surfaces this data as it happens:
- Individual detection events per app and per device.
- Aggregate device risk scores.
- Top threats and affected device manufacturers.
- Sessions blocked or flagged, over time.
Acting on risk signals
For apps using the upload-and-shield flow, risk signals are visible on the dashboard and drive whatever enforcement your detection policy modes are set to (see Detection Policy Configuration).
For teams on direct SDK integration, the same risk score and individual detection events are available as in-app callbacks — so your app can react immediately (step up authentication, degrade a sensitive feature, or just log) rather than only observing after the fact.
Where this fits
Risk scoring runs automatically once your policy is configured — there's no separate step to enable it. See the Quickstart for the overall flow.