se-dev-script

Warn

Audited by Socket on Aug 22, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
Prepare.bat

No explicit credential theft, exfiltration, persistence, or backdoor behavior is evident in the provided batch fragment. However, it has significant supply-chain execution risk: it directly downloads and executes a remote installer script using PowerShell (`irm ... | iex` with execution-policy bypass) and downloads an external executable without visible integrity checks. Additionally, it creates junctions into user/AppData game directories and then executes local Python/batch scripts that may process those directories, increasing blast radius if the target content or subsequent scripts are tampered with. Overall, this is likely a legitimate environment/setup bootstrapper, but it should be reviewed/controlled (e.g., pin versions, verify hashes/signatures, and audit called Python/batch scripts) before use in higher-trust environments.

Confidence: 66%Severity: 63%
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%
Audit Metadata
Analyzed At
Aug 22, 2026, 01:38 AM
Package URL
pkg:socket/skills-sh/cometworks%2Fskills%2Fse-dev-script%2F@1c9bedb709a50dda2f7c36adc24bcd1bb072bd3e80b38f1738fa22e3ac373c0b
Security Audit — socket — se-dev-script