polymarket-monitor
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on the
py-clob-clientPython package to interface with the Polymarket Central Limit Order Book API. This is a standard dependency for interacting with the service. - [COMMAND_EXECUTION]: The skill instructions include command-line examples for executing the monitoring scripts. These commands facilitate the intended use of the skill within a local environment.
- [INDIRECT_PROMPT_INJECTION]: The skill processes live market data from clob.polymarket.com. While this creates an ingestion point for external data, the risk is minimized by the skill's focus on numerical data.
- Ingestion points: Market midpoints, spreads, and order book volumes are fetched in
scripts/monitor_prices.pyandscripts/watch_market.py. - Boundary markers: No explicit boundary markers are used in the instruction set to separate API data from instructions.
- Capability inventory: The scripts are capable of making read-only HTTPS requests to the Polymarket API and outputting results to the terminal.
- Sanitization: The scripts cast market values to floats, providing a layer of validation for the ingested data.
Audit Metadata