Polymarket Latest Events
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: polymarket-latest-events Version: 0.1.0 The skill is designed to fetch the latest events from the Polymarket prediction market using its public API. The `SKILL.md` file provides clear instructions for the agent to use `web_fetch` or `curl` to query `https://gamma-api.polymarket.com`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior. All network calls are directed to legitimate Polymarket API endpoints for data retrieval, aligning perfectly with the stated purpose.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Using the skill may cause the agent to contact Polymarket's public API to retrieve market/event information.
The skill relies on an outbound web request, and optionally a shell curl command, to fetch public data. This is disclosed and directly aligned with the skill's purpose.
Use web_fetch (or curl via Bash) to call the Polymarket Gamma API. No API key or authentication is required.
This appears reasonable for the stated purpose. Prefer the web_fetch option when available, and avoid adding sensitive information to query parameters.
