Paste an email’s headers ("Show original" in Gmail, "View source" in Outlook, or the text of an .eml) and it tells you what SPF, DKIM, and DMARC say about it, plus a couple of social-engineering indicators (a Reply-To that differs from the From). It also accepts SPF/DMARC/DKIM DNS records (the output of dig, or the value as-is) to audit a domain’s CONFIGURATION. Nothing leaves your browser.
Because the receiving server ALREADY computed it with data these pasted headers don't have in full (every intermediate hop, the exact organizational domain). This tool translates and explains what Authentication-Results already says with dmarc=, instead of trying to guess it worse.
With dig txt yourdomain.com, dig txt _dmarc.yourdomain.com, or dig txt selector._domainkey.yourdomain.com — or from your DNS provider’s dashboard. Paste the whole line or just the value, quoted or not: it’s recognized either way.