wake-on-lan
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements Wake-on-LAN functionality using standard Python
socketcalls for UDP broadcasting on the local network. - [SAFE]: Configuration is managed locally in
~/.wmyskills/wake-on-lan/hosts.yamlusingyaml.safe_loadfor secure parsing of YAML files. - [COMMAND_EXECUTION]: The script contains a
subprocess.runcall withshell=Trueused exclusively to set the Windows terminal code page (chcp 65001). This command is static and does not incorporate user-controlled input, posing no command injection risk. - [EXTERNAL_DOWNLOADS]: The skill references standard Python libraries (
pyyaml,python-dotenv) from official package registries for its core functionality.
Audit Metadata