Automatically copy trades from successful wallets on Polymarket and crypto
68
56%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./src/skills/bundled/copy-trading/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill instantiates a Polymarket whale tracker and copy-trading service (see createWhaleTracker in index.ts and the SKILL.md entries like "Follow whale wallets on Polymarket" and the polymarket credentials in createCopyTradingService), and it ingests public user-generated trades/wallet activity which directly drives automated trading decisions.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly a crypto copy-trading service: it contains APIs and commands that place trades (e.g., /copy follow, copyTrader.follow(...), copyTrader.start()), includes blockchain/Polymarket credentials and a privateKey for signing transactions, and implements automatic trade execution (sizing, delays, stop-loss/take-profit auto-exit). This is a purpose-built financial execution tool for crypto trading rather than a generic capability.
2a8c94e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.