quick-stats
Audited by Socket on Mar 6, 2026
1 alert found:
Obfuscated FileThe code specification describes a legitimate, standard analytics utility (EMA 10/20 backtest) and contains no explicit malicious logic in itself. The main security concerns are supply-chain and execution risks: installing TA-Lib/native dependencies and fetching market data from a third-party (OpenAlgo) create download-and-execute and data-leak vectors if users blindly run install commands or trust unverified services. Recommend: do not auto-run shell install commands; install native dependencies from verified package sources in isolated environments (virtualenv/conda containers); validate OpenAlgo endpoints and consider using institutional APIs if confidentiality is required; avoid pasting credentials into shared environments. Overall, code-level malware is unlikely but operational risks are moderate.