From 52370282365b94252c74c2c84a97a1e98d749378 Mon Sep 17 00:00:00 2001 From: Neo Morris Date: Mon, 31 Aug 2026 20:16:33 -0400 Subject: [PATCH] Add Agent Outbound Guard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eff886..e6edab5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Tools and protocols for giving AI agents full email capability — send, receive ### Parsers and Tools +- **[Agent Outbound Guard](https://github.com/Kndll33/agent-outbound-guard)** — Zero-dependency pre-send linter for agent-generated email payloads. Checks recipients, idempotency keys, unresolved placeholders, exported line numbers, and likely secrets before an email API call. - **[mail-parser](https://github.com/nicedoc/mail-parser)** — Python email parsing library. - **[email-reply-parser](https://github.com/github/email_reply_parser)** — Extract just the reply portion from threaded email (GitHub's version). - **[flanker](https://github.com/mailgun/flanker)** — Mailgun's email address + MIME parsing library (Python).