dmarcguardhq/dmarcguard — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small self hosted DMARC report viewer for people who own a domain and want to see who is sending email as them. It should connect to an IMAP inbox like Gmail or Outlook, automatically find DMARC aggregate reports, unzip and parse the XML attachments, save the results locally in SQLite, and show a clean Vue dashboard.

I want the dashboard to make it easy to understand sending sources, IP addresses, message counts, SPF and DKIM pass or fail status, suspicious failures, and overall DMARC activity over time. Include dark mode, simple stats, report details, and a built in DMARC DNS record generator so a beginner can set up monitoring.

Please make it lightweight and easy to run, ideally as a Go backend with a Vue 3 frontend, packaged as a single binary and also runnable with Docker. Include a clear example config for IMAP credentials, TLS settings, and storage. Look up current docs online if you need to.

Want more depth? Deep Reverse