skills/wmy2981/skills/wake-on-lan/Gen Agent Trust Hub

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 socket calls for UDP broadcasting on the local network.
  • [SAFE]: Configuration is managed locally in ~/.wmyskills/wake-on-lan/hosts.yaml using yaml.safe_load for secure parsing of YAML files.
  • [COMMAND_EXECUTION]: The script contains a subprocess.run call with shell=True used 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
Risk Level
SAFE
Analyzed
Aug 8, 2026, 02:07 AM
Security Audit — agent-trust-hub — wake-on-lan