Yubit Exchange Skill

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: yubit Version: 1.0.6 The skill provides a comprehensive and highly detailed set of instructions for an AI agent to interact with the Yubit exchange via MCP tools. It includes extensive safety protocols, such as mandatory post-verification for all financial transactions (transfers and trades) and strict error-handling requirements using trace IDs. The instructions are well-aligned with the stated purpose of managing exchange operations and lack any indicators of malicious intent, data exfiltration, or prompt-injection attacks.

Findings (0)

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

A mistaken or overbroad agent action could move funds, open or close leveraged positions, or change trading risk settings.

Why it was flagged

These are high-impact financial mutation capabilities, and the provided artifact text does not show explicit confirmation or safety checks before using them.

Skill content
transfer funds, inspect positions/orders/history/wallet flow records, place or cancel perp orders, manage leverage or mode, set take-profit / stop-loss
Recommendation

Require explicit user confirmation before transfers, order placement/cancellation, leverage or mode changes, and TP/SL updates; show symbol, side, amount, price, destination, fees, and expected impact before execution.

What this means

Users may not know which account credentials the skill will use or whether those credentials allow withdrawals or trading.

Why it was flagged

The artifacts indicate sensitive wallet/exchange credentials are needed, but do not declare how credentials are supplied, scoped, or limited.

Skill content
Primary credential: none; Required env vars: none; Required config paths: none; Capability signals: requires-wallet, requires-sensitive-credentials
Recommendation

Document the credential mechanism and required API scopes; prefer read-only credentials for market/balance tasks and require separate, user-approved trading or transfer permissions.

What this means

The installed binary will be trusted to handle exchange requests and credentials, so package provenance matters.

Why it was flagged

The skill relies on an external npm-installed binary for exchange operations; this is purpose-aligned, but the supplied review artifacts do not include the package code.

Skill content
node | package: @yubit/exchange-skill | creates binaries: yubit
Recommendation

Install only from the verified Yubit source, pin the package version or digest where possible, and review vendor documentation before granting account permissions.

What this means

Sensitive account and trading information may be exposed to the configured MCP/CLI integration.

Why it was flagged

Account balances, positions, orders, and wallet-flow data are routed through Yubit MCP tools, which is expected for the integration but involves sensitive financial data.

Skill content
Use the yubit MCP tools for all account and portfolio queries.
Recommendation

Use only trusted Yubit MCP endpoints and avoid sharing account data outside the exchange workflow.