There's a lot of cool agents that the community is working on over the summer. We'll be sharing a few of them over the course of the next few months.
What It Does
DMARC reports are critical for email security but incredibly annoying to monitor. These XML data dumps arrive daily from email providers, and most people either ignore them or spend too much time trying to figure out what's actually important. Miss something critical and your domain could get spoofed or your emails could end up in spam. We decided to use LLM calls to analyze these reports in a free-form way and only alert us when there's actually something wrong.
Get it here: https://github.com/agentuity/agent-dmarc
How It Works
The agent monitors Gmail for DMARC reports and uses an agent to intelligently analyze them. Here's what it does:
- Fetches DMARC emails from Gmail using the Gmail API
- Extracts and parses the XML report data
- Uses LLM analysis to understand the significance of the data
- Sends Slack notifications only when issues are detected
Code snippet from the agent:
The beauty is that instead of rigid rules, the LLM can understand context and nuance - like distinguishing between expected email service changes versus potential security threats. It acts like having a security expert constantly monitoring your email authentication without the manual overhead.
How to Use It
Check the README for more details and to make it your own on Agentuity. It's as simple as:
- Clone the repo
agentuity project import
agentuity deploy
Community Spotlight
Seng Rith's DMARC Gmail Agent is a smart, security-focused project that uses LLMs and Agentuity to automate email threat analysis—turning complex DMARC data into clear, actionable insights.
Want to contribute to our summer series? Share your Agentuity projects with us on Discord or tag us on social media.