polymarket-api
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Data Exposure & Exfiltration] (SAFE): The skill correctly demonstrates using environment variables for sensitive API keys and addresses via os.getenv, preventing hardcoded credential exposure.
- [External Downloads] (SAFE): References to third-party libraries include standard and well-known packages like py-clob-client, httpx, and websockets.
- [Indirect Prompt Injection] (SAFE): The skill's data ingestion surface is limited to market data from Polymarket's official APIs. 1. Ingestion points: Market data and event metadata from Gamma and CLOB APIs. 2. Boundary markers: Not present in the code snippets, as it is a guide for developer integration. 3. Capability inventory: Trading and order placement via post_order. 4. Sanitization: Implicitly managed by the py-clob-client SDK.
Audit Metadata