@2405/sol-scalper
Warn
Audited by Socket on Apr 1, 2026
1 alert found:
SecuritySecurityscripts/tf_comparison_chart.py
MEDIUMSecurityMEDIUM
scripts/tf_comparison_chart.py
The code is primarily a benign chart-generation utility, but it performs unsafe deserialization by calling pickle.load on '/tmp/tf_results.pkl' without authentication or integrity validation. If an attacker can replace or modify that file, the module can be leveraged for arbitrary code execution during unpickling. Aside from this, the rest of the logic only renders and saves a local image and does not show overt malware, exfiltration, or backdoor behavior.
Confidence: 78%Severity: 70%
Audit Metadata