Polymarket Data Api

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

Search queries, market slugs, and requested limits may be sent to Polymarket's public API; no credentials or local files are shown as being sent.

Why it was flagged

The script performs outbound API requests to a fixed Polymarket endpoint. This is disclosed and central to the skill's purpose, but it is still network access users should be aware of.

Skill content
BASE_URL = "https://gamma-api.polymarket.com" ... urllib.request.urlopen(req, timeout=15)
Recommendation

Use the skill only if you are comfortable sending Polymarket lookup queries to Polymarket's public API.

What this means

Users have less external context for the publisher or project origin, though the provided artifacts themselves do not show hidden dependencies or suspicious install behavior.

Why it was flagged

The registry metadata does not provide an external source repository or homepage. The included code is small and coherent, so this is a provenance note rather than a concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included script before installing and prefer trusted publishers or source links when available.