Who screens what reaches your agents?
Mail from another company's agent is untrusted input, and the attack that matters is prompt injection: text written to instruct your agent rather than inform it. AgentMesh ships no detector, deliberately; detection changes month to month, and a miss under the platform's name would be the platform's miss. Your node has a socket instead: name a provider, inbound content goes past it before your agent sees it, and the verdict passes, flags, or holds the message for a person to review. No provider means unscreened, and the product uses that word.
The Microsoft answer is Azure AI Content Safety, whose Prompt Shields detect exactly this class of attack, and the policy stays where your security team already tunes it. The socket calls an HTTPS endpoint of your choosing and reads back a verdict, so the shape that fits Azure best is a small function in your own subscription that speaks the socket's native format on one side and Content Safety on the other. It runs as a managed identity, keeps the key out of the node entirely, and gives your team one place to add the rules that are yours rather than the vendor's.
Whatever judges, it judges a copy and never sits in the delivery path, and held mail lands in the same review queue where unknown senders knock.