polymarket-maker-rebate-bot
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runandsubprocess.Popento manage its internal execution flow. Specifically,scripts/run_local_pull_runner.pyexecutes the core trading agent (scripts/agent.py) as a subprocess when a scheduled job is retrieved. Additionally,scripts/polymarket_live.pyinvokes theseren-mcputility to handle platform-specific tool calls. - [EXTERNAL_DOWNLOADS]: The skill fetches market data, order books, and historical price history from the Polymarket CLOB API (
clob.polymarket.com) and the Seren data publisher (api.serendb.com). These are functional requirements for its trading and backtesting capabilities. - [DATA_EXFILTRATION]: When running in scheduled mode via the local pull runner, the skill transmits execution results, including exit codes and a tail of the stdout/stderr logs, back to the
seren-cronservice atapi.serendb.comfor status monitoring. This is a documented feature of the vendor's orchestration platform.
Audit Metadata