Polymarket User Analyzer
PassAudited by ClawScan on Feb 18, 2026.
Overview
The skill's code and runtime instructions match its stated purpose (scraping a Polymarket profile and calling the Polymarket data API) and it does not request unrelated credentials or install external packages.
This skill appears coherent: it only fetches public Polymarket pages and the Polymarket data API, analyzes the returned JSON, and can write a local report. Before installing, be aware it will make outbound HTTP(S) requests to polymarket.com and data-api.polymarket.com and may write files to disk. The HTML scraping method is brittle and could mis-identify addresses; review the full script (especially the truncated tail in the provided listing) to confirm there are no hidden endpoints or telemetry. Run it in a controlled environment if you need to audit behavior first, and ensure your Node runtime's global fetch is available or that you run it in an environment where the script's network calls are expected.
