windows
Audited by Socket on Aug 25, 2026
2 alerts found:
Anomalyx2SUSPICIOUS. The skill's overall purpose and capabilities are mostly coherent for controlling a UTM Windows VM, and the external tools referenced are generally legitimate. However, it grants a broad execution surface, performs runtime tool installation from unpinned sources, and relies on shell-string execution with config-derived values that could enable command injection if validation is missed. This looks like a high-risk automation skill rather than confirmed malware.
No direct evidence of embedded malware is present in the provided fragment because it is documentation rather than executable code and contains no concrete exfiltration or payload logic. The main concern is architectural/operational risk: the documented execution model explicitly supports arbitrary host command execution via recipes ({"cmd":"shell"}) and broad pre-approval of powerful tools (ssh/scp/osascript/curl), plus the ability to rewrite UTM config.plist and the potential for sensitive credentials to be captured/stored in gitignored notes/recipes. Treat as high-trust automation software: only run recipes you authored, verify recipe/config integrity, and consider tightening permission boundaries in Claude Code.