se2-dev-plugin
Audited by Socket on Jul 25, 2026
2 alerts found:
SecurityAnomalyThis module primarily acts as a plugin downloader/installer that fetches third-party GitHub code based on local XML metadata and then runs an indexing subprocess on the downloaded content. The most concrete security weakness in this fragment is unsafe ZIP extraction (zipfile.ZipFile.extractall) without validating archive member paths, creating a ZIP-Slip/path traversal risk. In addition, the workflow is inherently supply-chain sensitive: if plugin metadata or upstream sources are compromised, the tool will download attacker-controlled code and process it via an automated indexing step. No direct evidence of classic malware (exfiltration/backdoor/credential theft) or intentional obfuscation is present in this specific code fragment, but the overall security risk is substantial due to the high-impact download-and-process design.
No explicit malware (e.g., keylogging, reverse shell, credential theft, or exfiltration) is visible in this batch fragment. However, it contains high-risk supply-chain bootstrap primitives: it downloads and executes a remote PowerShell installer with `ExecutionPolicy ByPass` and `iex`, and downloads an external executable (`busybox64u.exe`) without shown integrity verification. It also executes additional network-dependent scripts (`download_pluginhub.py`, `index_plugin_code.py`) whose contents are not provided, making the true malicious risk dependent on those scripts and any dependency pinning. Overall: elevated supply-chain risk due to remote code execution and unverified downloads, but not enough evidence in this fragment alone to label it as definitively malicious.