fill-protocol
Warn
Audited by Socket on Sep 17, 2026
1 alert found:
AnomalyAnomalysetup.sh
LOWAnomalyLOW
setup.sh
The code is a legitimate dependency setup script with no evident malware, data theft, or backdoor behavior. Its main security issue is unsafe use of eval with the externally controllable PYTHON environment variable, creating a command-injection risk during installation. This risk is avoidable by invoking the interpreter and pip command directly with properly quoted arguments rather than constructing and evaluating a shell string. The use of sudo and --break-system-packages is potentially disruptive but is consistent with the stated installation purpose.
Confidence: 98%Severity: 55%
Audit Metadata