osascript-network
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill does not contain any malicious patterns such as prompt injection, data exfiltration, or persistence mechanisms.
- [COMMAND_EXECUTION]: The Python scripts in the
scripts/directory usesubprocess.runto call macOS system utilities likenetworksetup,ifconfig,airport, andnotifyutil. These calls use argument lists rather than shell strings and do not incorporate user-provided input, which effectively prevents command injection attacks. - [DATA_EXFILTRATION]: The skill accesses local network metadata including IP addresses and MAC addresses. However, it lacks any network capabilities (like
curlorrequests) to transmit this information to external domains.
Audit Metadata