Back to skill

Security audit

SushiSwap SDK

Security checks across malware telemetry and agentic risk

Overview

This appears to be legitimate SushiSwap SDK documentation, but it includes a live mainnet transaction example that can use an environment private key without strong approval or safety warnings.

Install only if you are intentionally building a SushiSwap integration and can enforce transaction safety yourself. Do not expose a primary wallet private key to an agent or environment, and require human review of chain, token addresses, amount, recipient/router, calldata, value, slippage, fees, and expected output before any transaction is signed or broadcast.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The example progresses from obtaining swap calldata to signing and broadcasting a real on-chain transaction using a private key from the environment, but it does not prominently warn that this will execute a live trade with real funds. In an SDK reference, users may copy-paste the example directly, increasing the chance of unintended transaction execution, financial loss, or misuse in unsafe testing environments.

VirusTotal

60/60 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.