polymarket
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill operates as a Python CLI utility (
polymarket.py). It performs standard tasks such as fetching API data, formatting output, and managing local state via JSON files. - [EXTERNAL_DOWNLOADS]: The script communicates with
gamma-api.polymarket.comusing HTTPS GET requests to retrieve market information. This is a well-known service domain for the Polymarket platform and no authentication or sensitive data is transmitted. - [DATA_EXPOSURE]: The skill creates and maintains a local data directory at
~/.polymarket/to store the user's watchlist and simulated trading history. It does not access unrelated sensitive files or credentials.
Audit Metadata