herdr-agent-coordination
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
herdrCLI tool to perform agent coordination tasks. This involves executing commands likeherdr agent get,herdr agent read, andherdr agent promptto interact with other agent panes and manage their transcripts. - [INDIRECT_PROMPT_INJECTION]: Because the skill processes messages from other agents, it creates an attack surface for indirect prompt injection. The skill provides clear instructions to mitigate this vulnerability:
- Ingestion points: Peer messages are received and transcripts are read from other agents using the
herdr agent readcommand in theSKILL.mdfile. - Boundary markers: The protocol requires a specific envelope format
[herdr peer ...]to distinguish metadata from content. - Capability inventory: The skill uses
herdrcommands to discover sessions, inspect panes, and send prompts between agents. - Sanitization: The instructions explicitly mandate origin inspection for unexpected or consequential messages and require the agent to seek user approval before performing sensitive, destructive, or authority-changing actions.
Audit Metadata