se-dev-mod

Warn

Audited by Socket on Aug 22, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
common-posix.sh

No direct malicious payload is evident in this Bash fragment (no exfiltration, credential harvesting, reverse shells, or persistence mechanisms). The main security concern is supply-chain risk: it executes a remotely fetched uv installer via curl/wget | sh, and it installs ilspycmd at runtime via dotnet tool install. Additionally, it modifies PATH to include user-writable directories, which can enable execution of trojaned binaries if the environment is compromised. Treat as a medium supply-chain risk bootstrap script and add verification/pinning/hardening where possible.

Confidence: 62%Severity: 52%
AnomalyLOW
Prepare.bat

This is primarily a bootstrap/indexing script, but it includes two major supply-chain risk patterns: (1) remote download-and-execute of a PowerShell installer for uv using -ExecutionPolicy ByPass and 'irm ... | iex' without visible integrity pinning, and (2) downloading an external executable (busybox64u.exe) to disk without checksum/signature verification shown here. The remainder of the script runs local Python and batch steps over mod directories reachable via junctions, meaning untrusted mod contents could influence downstream behavior. No explicit credential theft, data exfiltration, or persistence is evident solely from this fragment; the dominant risk is remote code execution at setup time and unverifiable third-party binary integrity.

Confidence: 70%Severity: 62%
Audit Metadata
Analyzed At
Aug 22, 2026, 01:38 AM
Package URL
pkg:socket/skills-sh/cometworks%2Fskills%2Fse-dev-mod%2F@229af2a33e0cd07a78c3197e4591023fcb52a0de4151bd4aff180ee2dd24cd82
Security Audit — socket — se-dev-mod