Early public MVP · explainability first
A verdict you can argue with
Most checkers return a verdict and hide the reasoning. This one shows every trust point, the factor it came from, and whether that factor was verified, assumed, unverifiable, or contradicted — so you can judge the judgement.
Nothing you paste is stored. The check runs per request and is discarded.
Try:
How the scoring is designed
- Weights are declared, not hidden. Each factor carries a fixed maximum, and the weighting shifts with what you submitted — identity matters most for a sender, destination matters most for a link.
- Absence of evidence is labelled as such. An unknown sender is marked assumed, never quietly scored as safe.
- Confidence is separate from score. A low confidence figure means the score rests on inference, and you should verify out-of-band.
- Every result is signed. Receipts carry an HMAC-SHA256 signature so a copied or printed verdict can be traced back to this run.