Polyvision
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Source: unknown; No install spec — this is an instruction-only skill.
The artifacts contain no local code or install package to inspect; the skill's functionality depends on the disclosed external PolyVision MCP/API service.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"Authorization": "Bearer ${POLYVISION_API_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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"type": "streamable-http", "url": "https://api.polyvisionx.com/mcp"
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.
