optimize-network
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: Executes a broad range of native macOS network utilities for diagnostics, including
scutil,networksetup,ping,dig,curl, andnettop. - [COMMAND_EXECUTION]: Includes specific instructions for operations requiring administrative privileges (
sudo), such as toggling theawdl0interface and restarting themDNSResponderservice. These are protected by a safety contract requiring explicit user confirmation before execution. - [DATA_EXFILTRATION]: Accesses local network and proxy state information through a Unix socket (
/tmp/verge/verge-mihomo.sock). The skill includes robust safeguards and instructions to summarize this data rather than exposing raw configurations, credentials, or full connection logs. - [COMMAND_EXECUTION]: Uses inline Python processing within its diagnostic script to safely parse and filter JSON output from local tools, ensuring only relevant diagnostic metadata is presented to the user.
Audit Metadata