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.pyscript executes the skill's primary strategy script (agent.py) usingsubprocess.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.comandclob.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