Polyvision
PassAudited by ClawScan on May 1, 2026.
Overview
PolyVision is a disclosed read-only Polymarket wallet analysis integration, but users should understand it sends wallet queries to an external MCP/API service using a PolyVision API key.
This skill appears coherent and read-only: it analyzes public Polymarket wallet activity and does not request trading or account-mutation authority. Before installing, make sure you trust PolyVision's hosted MCP/API service, keep the POLYVISION_API_KEY secret, and treat copy-trading scores or 'hot bets' as research signals rather than guaranteed financial advice.
Findings (3)
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.
Anyone with the API key could potentially use the user's PolyVision API access, and the PolyVision service can associate queries with that key.
The skill requires a PolyVision API key and sends it as a bearer token to the PolyVision MCP service. This is expected for the stated hosted analysis service, but it is still a credential boundary users should protect.
"Authorization": "Bearer ${POLYVISION_API_KEY}"Store the API key securely, do not paste it into chats or shared files, and rotate it if it is exposed.
The external service will receive the wallet addresses or leaderboard queries the user asks to analyze.
The integration is a remote MCP service. Wallet addresses and analysis requests are sent outside the user's local agent to PolyVision's hosted endpoint, which is disclosed and purpose-aligned.
"type": "streamable-http", "url": "https://api.polyvisionx.com/mcp"
Use it only for wallet-analysis queries you are comfortable sending to PolyVision, and review the provider's privacy and API documentation if query confidentiality matters.
There is no local helper code to install, but users are relying on the external service's implementation and availability.
The artifacts contain no local code or install package to inspect; the skill's functionality depends on the disclosed external PolyVision MCP/API service.
Source: unknown; No install spec — this is an instruction-only skill.
Prefer installing only if you trust the PolyVision service and its published documentation; avoid granting broader credentials than the documented POLYVISION_API_KEY.
