network-diagnostics
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- Privilege Escalation (HIGH): The skill instructions explicitly direct the agent to use
sudofor commands such assudo ip link set dev eth0 mtu 1350andsudo iptables -L. This allows the agent to perform administrative actions that could be exploited to modify system security posture. - Persistence Mechanisms (HIGH): The skill contains a directive to "Generate scripts to persist fixes." In a Linux/WSL context, this typically involves modifying shell profiles (~/.bashrc), crontabs, or systemd services to ensure changes survive a reboot, which is a classic persistence vector used by attackers.
- Command Execution (MEDIUM): The skill utilizes a wide array of system networking tools (
ip,dig,nc,ss,netstat). While intended for diagnostics, these tools provide deep visibility into the host's network configuration and internal services.
Recommendations
- AI detected serious security threats
Audit Metadata