Detect profitable arbitrage opportunities across CEX, DEX, and cross-chain markets in real-time. Use when scanning for price spreads, finding arbitrage paths, comparing exchange prices, or analyzing triangular arbitrage opportunities. Trigger with phrases like "find arbitrage", "scan for arb", "price spread", "exchange arbitrage", "triangular arb", "DEX price difference", or "cross-exchange opportunity".
84
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
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: 1.00). The skill explicitly fetches and ingests live public market data from third-party sources (e.g., CoinGecko, CCXT/CEX APIs, and TheGraph Uniswap subgraphs) — see SKILL.md/ARD.md resources and config/settings.yaml — and scripts/price_fetcher.py and opportunity_scanner.py consume that data to drive scans, alerts, and execution decisions, so untrusted external content can materially influence agent behavior.
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). This skill is explicitly and narrowly focused on cryptocurrency trading/arbitrage (CEX, DEX, cross-chain). It references exchange APIs and CCXT (a trading/exchange library), optional exchange API keys for real-time order-book access, buy/sell recommendations, triangular and cross-chain arbitrage, monitoring with alerts, and an “export opportunities for bot integration” workflow. Those details show the skill is specifically designed for financial trading operations and to be integrated with exchange/trading APIs (i.e., moving crypto/value), not a generic data tool. Therefore it meets the criterion for Direct Financial Execution risk.
3a2d27d
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.