agent-network
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: In
scripts/cli.py,os.systemis used to clear the terminal screen. The command is limited to 'clear' or 'cls' depending on the platform, which is a safe and common practice for CLI applications. - [PROMPT_INJECTION]: The messaging system creates a surface for indirect prompt injection as agents process each other's messages. This is an expected risk factor in communication-based multi-agent systems, and the developer documentation includes guidance on implementing logic handlers to mitigate potential instruction overrides at the agent level.
Audit Metadata