Check detail
Every signup Veritus scores gets a unique check UUID and a permanent
detail page at /dashboard/check/<uuid>. This is where
you investigate why a particular signup got the verdict it did.
Signup data panel
Everything you sent to Veritus plus the IP and user-agent we observed. Read-only. We don't store passwords, only their breach status.
Reasons panel
Each reason that contributed to the score, with:
- Code — like
EMAIL_DISPOSABLE,IP_DATACENTRE,PASSWORD_BREACHED - Detail — human-readable explanation specific to this signup
- Weight — how many points it added to the score
- Severity — info / medium / high / critical
Full list of reason codes: How scoring works.
Operator override panel
If a Veritus operator (platform admin) has manually changed this check's verdict after the fact — for example, after you reported a false positive — you'll see an amber panel showing the new verdict and the reason.
Customer-side users currently can't override verdicts themselves; that's an admin function. Contact us if you need a verdict changed.
Enrichment data (expandable)
The raw JSON returned by each vendor during scoring, hidden in a
collapsible View raw vendor responses section. Useful when
debugging unexpected verdicts — you can see exactly what MaxMind
reported about the IP, what HIBP said about the password, etc.