OpenOcean DEX aggregator. Best swap rates across 25+ blockchains with cross-chain support.
45
48%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xterrybit/openocean/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.md explicitly calls the public OpenOcean API (https://open-api.openocean.finance) to fetch swap quotes, swap transaction data, token lists, gas prices, and balances which the agent is expected to read and act on (e.g., build/execute transactions), so untrusted third-party responses could 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). The skill is an explicit DEX aggregator API for on-chain token swaps and cross-chain swaps. It exposes endpoints that return executable transaction data (e.g., /swap_quote returning to, data, value), accepts an account/wallet parameter, supports cross-chain bridging, balance checks, and referral fee configuration — all specific crypto transaction capabilities. These endpoints and fields are designed to construct and execute blockchain transactions (swaps/bridges), so this is direct financial execution capability (crypto/wallets/swaps), not a generic tool. Safety guidance in the doc does not change that the API provides transaction execution data.
f45fcb5
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.