high-throughput-paired-basis-maker
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a local runner in
scripts/run_local_pull_runner.pythat executes the core strategy script (scripts/agent.py) usingsubprocess.run. This is an intended feature for automating trading cycles via a polling mechanism. - [COMMAND_EXECUTION]: The script
scripts/polymarket_live.pyutilizessubprocess.Popento interact with a localseren-mcpserver. This facilitates integration between the trading logic and the Seren platform's Model Context Protocol environment. - [EXTERNAL_DOWNLOADS]: The skill fetches live market data, order book snapshots, and historical prices from
api.serendb.com(vendor domain) andclob.polymarket.com(official Polymarket API). This is standard functionality for trading applications. - [EXTERNAL_DOWNLOADS]: The
scripts/run_local_pull_runner.pyscript polls theseren-cronpublisher to retrieve job definitions. While this influences the arguments passed to local shell commands, the execution is scoped to the skill's own internal scripts and utilizes fixed command templates. - [DATA_EXFILTRATION]: The skill persists detailed trading logs, order events, and PnL metrics to a PostgreSQL database via
scripts/normalized_trade_store.py. This uses theSERENDB_URLenvironment variable and is the documented method for telemetry within the Seren ecosystem.
Audit Metadata