liquidity-paired-basis-maker

Pass

Audited by Gen Agent Trust Hub on Mar 21, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The run_local_pull_runner.py script executes the skill's primary strategy script (agent.py) using subprocess.run. The command parameters, including the configuration path and run type, are determined by payloads received from the Seren-Cron publisher.
  • [EXTERNAL_DOWNLOADS]: The skill fetches market data, historical prices, and scheduling information from api.serendb.com and clob.polymarket.com. These communications are essential for its trading functionality and utilize standard authentication headers.
  • [SAFE]: Sensitive financial credentials, such as Polymarket private keys and API secrets, are managed through environment variables (POLY_PRIVATE_KEY, POLY_API_KEY, etc.) rather than being hardcoded, following security best practices for automated trading software.
  • [SAFE]: The skill includes extensive validation logic for its data sources, including host verification for Seren publishers and environment checks for the required execution environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 21, 2026, 02:44 AM