Polymarket Fast Loop

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is a trading bot for Polymarket fast markets that requires the user to provide a 'WALLET_PRIVATE_KEY' and 'SIMMER_API_KEY' in the environment. While these credentials are functionally necessary for automated trading and transaction signing (handled by the 'simmer-sdk' dependency), the request for a plaintext private key represents a high-risk security practice. The code in 'fastloop_trader.py' performs legitimate market discovery and price analysis via Binance and Polymarket APIs, but the potential for total fund loss and the reliance on external SDKs for sensitive key handling justify a suspicious classification.