drawio-skill

Warn

Audited by Socket on Sep 8, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/timelapse.py

No 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.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Sep 8, 2026, 04:13 PM
Package URL
pkg:socket/skills-sh/bingwu2003%2Fskills%2Fdrawio-skill%2F@cd91f27a304ab128697ca7c536f7d42231dad4df6560c83ab230a65a211dac90
Security Audit — socket — drawio-skill