nano-create-wallet
Warn
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions mandate downloading and running packages from the npm registry at runtime using tools like
bunx,npx, orpnpm. It specifically referencesxno-skillsand@open-wallet-standard/core. - [REMOTE_CODE_EXECUTION]: By requiring the use of the
@latesttag and the--yesflag withbunxandnpx, the skill facilitates the execution of remote code from the npm registry without version pinning or manual verification, introducing a supply chain vulnerability. - [COMMAND_EXECUTION]: The skill uses shell execution environments (
bunx,npx,pnpm dlx) to perform wallet management tasks. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by interpolating untrusted user data, such as wallet names and mnemonics, into shell command arguments.
- Ingestion points: User-provided mnemonics and wallet names (SKILL.md).
- Boundary markers: None identified.
- Capability inventory: Shell command execution via
bunx,npx, andpnpm(SKILL.md). - Sanitization: No sanitization or validation of user-provided strings is mentioned before they are passed to the CLI.
Audit Metadata