Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- Placing trades or executing orders — PolyVision never trades on-chain, executes orders, or moves funds - Non-Polymarket wallet lookups (Ethereum DeFi, NFTs, etc.) > **What PolyVision can and cannot change:** Every analysis, scoring, leaderboard, hot-bets, strategy, trades, and discovery tool is **read-only** — PolyVision never places trades, executes orders, or touches the blockchain or your funds. The *only* state it can modify is **your own** PolyVision tracked-wallet portfolio (a saved watch-list scoped to your API key), via the `add_to_portfolio` and `remove_from_portfolio` tools and their REST equivalents (`POST` / `DELETE /v1/portfolio`). Those two tools are flagged below with a ⚠️ mutation warning; treat them as state-changing and only call them when the user explicitly asks. ## Setup: MCP Server (Recommended)
- Confidence
- 93% confidence
- Finding
- The skill includes state-changing portfolio mutation capabilities, which creates a real risk of unauthorized or prompt-induced account changes if an agent invokes them without strict user confirmation. Although the file explicitly warns that these tools should only be used on explicit request, natural-language instructions alone are not a sufficient technical safeguard against misuse or prompt injection.
