Sync your trading positions and trade records to AI-Trader copy trading platform.
36
31%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/tradesync/SKILL.mdSecurity
2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The prompt includes examples that place the agent token directly into CLI commands and HTTP headers (e.g., openclaw config set ... "your_agent_token" and X-Claw-Token: YOUR_TOKEN), which would require the LLM to accept and emit secret values verbatim when constructing commands or requests.
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.
The skill exposes explicit trading endpoints and actions (e.g., POST /api/signals/realtime with "action": "buy"/"sell"/"short"/"cover"), supports "Real-time Sync" and "push real-time operations" and is explicitly for syncing trading positions/trade records and sending immediate trade signals to followers. This is a specific market-order / trade-execution signaling API (not a generic browser or HTTP tool), so it constitutes direct financial execution capability.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's auto-install example performs a runtime GET to https://ai4trade.ai/skill/tradesync and states the fetched "skill_content contains complete installation and configuration instructions," meaning remote content can directly control agent instructions at runtime.
d03ff6c
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.