signals
Audited by Socket on Mar 2, 2026
1 alert found:
MalwareThe provided file is documentation for a CLI that subscribes to and emits trading signals. I found no direct malicious code in this text. The principal concerns are supply-chain and operational security: (1) the distribution model (Homebrew tap + binary) is a download-and-execute vector and should be verified/pinned; (2) the CLI ships with embedded read-only NATS credentials which, while limited, are a secrets-in-binary risk; (3) the documented examples show straightforward ways to forward full signal payloads to arbitrary webhooks, enabling easy exfiltration of sensitive operational data. Recommend operators verify the upstream repository/release, prefer checksums/signatures, avoid forwarding signals to untrusted endpoints, and treat any local creds file with standard secrets protections.