TypeScript SDK for interacting with the SushiSwap Aggregator and related primitives. This SDK is a typed wrapper over the SushiSwap API, providing ergonomic helpers for token amounts, prices, quotes, and swap transaction generation. USE THIS SKILL WHEN: - Building TypeScript or JavaScript applications - You want strongly typed token, amount, and fraction primitives - You need to request swap quotes or executable swap transactions via code - You want safer arithmetic, formatting, and comparisons without floating point errors - You prefer SDK-based integration over raw HTTP requests
80
Quality
71%
Does it follow best practices?
Impact
95%
2.96xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./public/skills/0xmasayoshi/sushiswap-sdk/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 and references/REFERENCE.md explicitly state the SDK is a thin wrapper over the SushiSwap REST API and that getQuote/getSwap fetch routing/pricing and executable calldata from the SushiSwap Aggregator API, so the agent ingests third‑party API responses that directly drive transaction decisions.
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 a purpose-built TypeScript SDK for SushiSwap that explicitly exposes swap-related functionality: requesting swap quotes and generating/executing swap transactions via getQuote() and getSwap(). It includes network support, transaction-generation guidance, mandatory referrer for execution calls, and fee/customization details. This is a specific crypto/blockchain swap tool (not a generic API caller or browser automation), and it directly supports creating executable financial transactions on-chain. Therefore it grants Direct Financial Execution capability.
45f9fac
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.