signals
Audited by Socket on Feb 20, 2026
1 alert found:
Obfuscated FileThe described package/skill legitimately implements automated trading triggered by external signals, but its design contains significant operational and supply-chain risks. The most critical red flags are requiring a full Solana private key and example usage of a third-party-hosted webhook endpoint (clodds.io) without documented trust guarantees. These create realistic avenues for credential exposure and unauthorized draining of funds if keys are stored/transmitted insecurely or if webhook traffic is intercepted/abused. There is no explicit evidence of malware in the provided fragment, but the feature set is dangerous without concrete safeguards: local-only signing, hardware wallet support, limited-scope keys, mandatory webhook authentication, whitelists/approval flows, trade caps, and transparent logging. Recommend: do not provide your main private key, require code review of key handling and network endpoints, prefer local signing or hardware-key integration, verify ownership/trust of any hosted webhook provider, and add mandatory safety controls before enabling automatic live trading.