CtrlK
BlogDocsLog inGet started
Tessl Logo

routing-dex-trades

Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs. Use when comparing DEX prices, finding optimal swap routes, analyzing price impact, splitting large orders, or assessing MEV risk. Trigger with phrases like "find best swap", "compare DEX prices", "route trade", "optimal swap route", "split order", "DEX aggregator", "check slippage", or "MEV protection".

69

Quality

Does it follow best practices?

Impact

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's runtime fetcher (scripts/quote_fetcher.py) and SKILL.md explicitly query open public aggregator APIs (1inch, Paraswap, 0x and related third‑party endpoints) and the agent directly reads and uses those quotes to rank routes, split orders, and drive MEV/execution recommendations, so untrusted third‑party responses can materially influence tool 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). The skill is explicitly a crypto trade routing tool: it integrates specific DEX aggregator APIs (1inch, Paraswap, 0x), computes swap routes, split orders for large trades, assesses MEV risk, and references MEV-protected execution examples. These are concrete, finance-specific components for executing token swaps (crypto/blockchain trading). Under the core rule, this is a tool specifically designed for financial operations (DEX swaps/aggregation), so it represents direct financial execution capability.

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.