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.
A mistaken or overbroad agent action could move funds, open or close leveraged positions, or change trading risk settings.
These are high-impact financial mutation capabilities, and the provided artifact text does not show explicit confirmation or safety checks before using them.
transfer funds, inspect positions/orders/history/wallet flow records, place or cancel perp orders, manage leverage or mode, set take-profit / stop-loss
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.
Users may not know which account credentials the skill will use or whether those credentials allow withdrawals or trading.
The artifacts indicate sensitive wallet/exchange credentials are needed, but do not declare how credentials are supplied, scoped, or limited.
Primary credential: none; Required env vars: none; Required config paths: none; Capability signals: requires-wallet, requires-sensitive-credentials
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.
The installed binary will be trusted to handle exchange requests and credentials, so package provenance matters.
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.
node | package: @yubit/exchange-skill | creates binaries: yubit
Install only from the verified Yubit source, pin the package version or digest where possible, and review vendor documentation before granting account permissions.
Sensitive account and trading information may be exposed to the configured MCP/CLI integration.
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.
Use the yubit MCP tools for all account and portfolio queries.
Use only trusted Yubit MCP endpoints and avoid sharing account data outside the exchange workflow.
