SushiSwap API

ReviewAudited by ClawScan on May 10, 2026.

Overview

Prompt-injection indicators were detected in the submitted artifacts (base64-block); human review is required before treating this skill as clean.

This skill appears safe to install as documentation-only, but use it cautiously for crypto transactions: verify the official SushiSwap API schema, ensure the referrer and any fee settings are expected, and never sign a generated transaction until the wallet details match your intent. ClawScan detected prompt-injection indicators (base64-block), so this skill requires review even though the model response was benign.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user could be presented with calldata for a token swap; if they sign it without review, funds may move according to those parameters.

Why it was flagged

The skill can produce transaction payloads that could move crypto assets if a user later signs and submits them. This is purpose-aligned, but it is high-impact financial workflow material.

Skill content
Swap endpoints return **executable transaction data** - `tx.to` - `tx.data` - `tx.value` - `tx.gas`
Recommendation

Show the user the chain, tokens, amount, recipient, slippage, price impact, fees, and target contract before any wallet signing or submission.

What this means

A swap request may include referrer or fee-related settings that affect costs or fee distribution.

Why it was flagged

The artifacts disclose fee/referrer behavior that can affect the economics of a swap. No hidden fee receiver is present, but fee parameters should be handled transparently.

Skill content
The SushiSwap API supports customized integrator fees ... 80% to the integrator (referrer) ... 20% to SushiSwap
Recommendation

Do not set a nonzero fee or fee receiver unless the user or integrator explicitly requested it, and disclose the exact fee/referrer values in the response.

What this means

Users have less assurance that the bundled schema exactly matches the official SushiSwap API documentation.

Why it was flagged

The skill is instruction-only and has no installable code, but its provenance is not established in the supplied metadata.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the OpenAPI schema and base URL against official SushiSwap sources before using this skill for production or high-value swaps.