create-wallet
Warn
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx -y xno-skillsto download thexno-skillspackage from the NPM registry during execution. - [REMOTE_CODE_EXECUTION]: Executing packages directly via
npxat runtime without pinned versions allows for the execution of external code. - [COMMAND_EXECUTION]: The skill invokes shell commands for cryptographic wallet management.
- [CREDENTIALS_UNSAFE]: The
probe-mnemoniccommand passes a sensitive mnemonic phrase as a direct command-line argument, making it potentially visible in process lists or shell history.
Audit Metadata