Could an attacker intercept or manipulate communications between agents to alter system behavior?

This page is a fallback for search engines and cases when javascript fails or is disabled.
Please view this card in the library, where you can also find the rest of the plot4ai cards.

Cybersecurity Category
Deploy PhaseMonitor Phase
Could an attacker intercept or manipulate communications between agents to alter system behavior?

Agents that exchange messages may be vulnerable to communication poisoning, where an attacker injects or modifies messages to alter system behavior. This can mislead agents, propagate misinformation, or trigger unintended actions in chained workflows. Examples include impersonating an agent, sending conflicting commands, or embedding adversarial prompts.

If you answered Yes then you are at risk

If you are not sure, then you might be at risk too

Recommendations

  • Authenticate all agent-to-agent messages.
  • Use encryption and integrity checks to prevent tampering.
  • Log and analyze communication flows to detect unusual patterns.
  • Limit what kinds of messages agents can send and which agents can receive them.