CtrlK
BlogDocsLog inGet started
Tessl Logo

finding-arbitrage-opportunities

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

Quality

82%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
jeremylongshore/claude-code-plugins-plus-skills
Audited
Security analysis
Snyk

Is this your skill?

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.