Oathe Security Badge

Is howtimeschange/agent-network safe?

https://clawhub.ai/howtimeschange/agent-network

92
SAFE

The agent-network skill is a legitimate multi-agent collaboration system that enables AI agents to communicate, assign tasks, and make decisions together. The code appears well-structured and implements standard agent coordination patterns without security violations.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 90/100 · 25%
Code Execution 85/100 · 20%
Clone Behavior 95/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 85/100 · 5%

Findings (3)

LOW Executable Python Code Present -15

The skill contains Python modules with executable code for agent management, database operations, and message coordination. While the code appears legitimate for the stated functionality, any executable code carries inherent risk.

LOW File Path Traversal in Database Module -10

The database.py module searches multiple possible file paths to locate schema.sql, including parent directories. This is legitimate behavior for finding the database schema file within the skill structure.

INFO Complex Multi-Agent System -15

The skill implements a sophisticated multi-agent coordination system with message routing, task assignment, and decision voting. While legitimate, complex agent interactions could potentially lead to unexpected behaviors.