Turbos CLMM SDK

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is an instruction-only DeFi SDK integration guide with no included code, but users should be aware that its examples cover wallet-related and financial transaction workflows.

This skill appears to be a straightforward Turbos Finance SDK reference rather than executable code. Before installing packages or using the examples, confirm you trust the SDK source, use testnet when experimenting, and carefully review any wallet transaction before signing.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If these examples are used in a real app or wallet flow, they could create pools, move liquidity, collect fees, or otherwise affect crypto assets.

Why it was flagged

The guide covers SDK calls that can build transactions affecting DeFi positions and funds. This is expected for a Turbos CLMM SDK guide, but users should review any generated transaction before signing.

Skill content
Core pool operations: create, add/remove liquidity, collect fees/rewards.
Recommendation

Use the guide for development or analysis, and require explicit user review before signing or submitting any Sui transaction.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Wallet seed phrases or private keys can control funds if mishandled.

Why it was flagged

The SDK exposes account helpers related to keypairs and mnemonics, which are sensitive wallet credentials. The artifact does not show credential collection or exfiltration, and this capability is related to Sui SDK usage.

Skill content
`sdk.account` | `Account` | Keypair & mnemonic helpers
Recommendation

Do not paste private keys or mnemonics into the agent unless necessary, and prefer wallet signing or testnet accounts for development.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Installing third-party packages adds normal dependency supply-chain risk.

Why it was flagged

The skill instructs users to install external npm packages. This is expected for an SDK integration guide and there is no bundled code or hidden installer in the artifacts.

Skill content
pnpm add turbos-clmm-sdk @mysten/sui
Recommendation

Install from trusted package registries, review package provenance, and pin versions for production use.