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.py that executes the core strategy script (scripts/agent.py) using subprocess.run. This is an intended feature for automating trading cycles via a polling mechanism.
  • [COMMAND_EXECUTION]: The script scripts/polymarket_live.py utilizes subprocess.Popen to interact with a local seren-mcp server. 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) and clob.polymarket.com (official Polymarket API). This is standard functionality for trading applications.
  • [EXTERNAL_DOWNLOADS]: The scripts/run_local_pull_runner.py script polls the seren-cron publisher 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 the SERENDB_URL environment variable and is the documented method for telemetry within the Seren ecosystem.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 4, 2026, 08:19 PM