wallet-cli
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of documentation and example commands for a command-line interface (CLI) tool. It provides guidance on using configuration files and flags for different cryptocurrency wallet operations.
- [DATA_EXPOSURE]: The documented commands involve sensitive operations such as private key imports (
import privkey), seed generation (create seed), and transaction signing. While the skill documentation itself is safe, these operations involve high-value cryptographic secrets that must be handled with care in the execution environment. The skill does not contain any patterns for exfiltrating this data. - [INDIRECT_PROMPT_INJECTION]: The skill describes functionality for importing data from external files, such as
addresses.csv,descriptors.json, and transaction files (.psbt). This represents a potential surface for indirect prompt injection if the agent were to process untrusted content from these files, although such risk is inherent to the functionality of a wallet management utility.
Audit Metadata