polymarket-fast-loop
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructions direct the AI agent to request the user's Simmer API key and Polymarket wallet private key. These credentials are required for the skill to authenticate with the Simmer platform and sign trades on behalf of the user. The instructions specify that these should be stored as environment variables (
SIMMER_API_KEYandWALLET_PRIVATE_KEY) rather than hardcoded. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the 'simmer-sdk' Python package, as specified in the 'clawhub.json' configuration file.
- [COMMAND_EXECUTION]: The skill involves the execution of the 'fastloop_trader.py' Python script. The documentation provides instructions for setting up recurring execution using system cron jobs or the OpenClaw heartbeat mechanism to enable continuous market monitoring.
Audit Metadata