lulo
Audited by Socket on Apr 19, 2026
1 alert found:
AnomalyThe provided fragment does not show clear indicators of malicious payload behavior (no obfuscation/dynamic execution, no obvious exfiltration beyond the intended API call, no backdoor-like logic). However, it is high-impact financial automation: it uses a wallet private key from WALLET_SECRET_KEY to authorize withdrawals and derives withdrawal amounts from untrusted remote API JSON (position.balance). Verbose console logging increases operational disclosure risk. Because the implementations of withdraw/protectedWithdraw/boostedWithdraw/customWithdraw/getPendingWithdrawals are not included, confidence is moderate and the true security posture of the package cannot be fully verified from this snippet alone.