ai-strategy
Audited by Socket on Feb 20, 2026
1 alert found:
Obfuscated FileThe project purpose aligns with the capabilities described (NL->on-chain trading). However, the requirement for SOLANA_PRIVATE_KEY via environment variable, combined with unspecified handling of signing and references to an unvetted price provider (Birdeye) and encouragement to trade illiquid/pump tokens, produces an elevated supply-chain and credential-exfiltration risk. Without implementation code, it's impossible to confirm whether signing is local or whether endpoints are trustworthy; therefore the package should not be trusted until: (a) the signing implementation is audited to ensure keys never leave the host (or HSM/ledger used), (b) network endpoints are verified (no third-party relays collecting secrets), and (c) operational safeguards (confirmation prompts, caps, logging) are in place. Recommend code-level review and runtime instrumentation before provisioning private keys to this software.