drawio-skill
Audited by Socket on Sep 8, 2026
1 alert found:
AnomalyNo direct signs of overt malware (no network exfiltration, credential theft, obfuscation, or backdoor mechanics) are present in this fragment. However, there are meaningful security risks: (1) `tarfile.extractall()` is called without validating member paths, which can enable path traversal/tar-slip in the presence of malicious tar contents; (2) the tool executes external programs/scripts (importers, autolayout, drawio) in a subprocess chain, with `--importer-args` passed through and `drawio` resolved from PATH. The overall behavior matches a local git-visualization workflow, so malware confidence is low, but the subprocess + extraction pattern warrants review of the bundled importer/autolayout implementations and hardening of tar extraction and PATH handling.