interface-state
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for inspecting and configuring a Linux host's network state using standard utilities. No malicious patterns, obfuscation, or unauthorized data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: The skill uses the
allowed-toolsconfiguration to limit shell execution specifically toipandbridgecommands. While these commands can modify system configuration (e.g., changing IP addresses or routing tables), the skill explicitly documents these as administrative actions requiring root privileges and cautions the user accordingly. - [DATA_EXPOSURE]: The skill facilitates access to network configuration data such as IP addresses, MAC addresses, and routing tables. While this information is sensitive, its exposure is necessary and consistent with the skill's stated purpose of network diagnostics and management.
- [EXTERNAL_DOWNLOADS]: The documentation mentions installing standard packages like
iproute2andjqvia official distribution package managers (apt,apk,dnf). These are trusted sources and represent standard installation procedures.
Audit Metadata