prediction-market-odds
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to interact with external APIs and local scripts.
- The agent is instructed to use
curlto fetch market data and event details from prediction platforms. - The skill relies on a local Python script
fedwatch_zq.pyto perform mathematical calculations on market data. - Evidence:
curl -s "https://gamma-api.polymarket.com/events?slug=<slug-from-search>"andpython3.12 fedwatch_zq.py. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to retrieve market information from well-known services.
- It fetches data from Polymarket's Gamma API and Kalshi's public trade API.
- It suggests using
WebFetchorcurlto access these services for real-time probability anchors. - Evidence:
https://gamma-api.polymarket.com/public-searchandhttps://api.elections.kalshi.com/trade-api/v2/events.
Audit Metadata