Check XNO Balance (RPC)
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npx -y xno-skills, which downloads and executes thexno-skillspackage from the NPM registry. This package appears to be a tool provided by the author to interface with the Nano network. - [COMMAND_EXECUTION]: Executes shell commands to query account balances and probe mnemonics using the
xno-skillsCLI. These commands are integral to the skill's primary function of on-chain data retrieval. - [CREDENTIALS_SAFE]: Includes explicit security guidance for users, warning them not to paste sensitive mnemonics or private keys directly into the AI chat. It recommends using local execution with standard input (
--stdin) for sensitive operations, which is a significant security best practice.
Audit Metadata