wallet
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches smart contract ABIs from established and reputable providers such as Etherscan and Sourcify. It also provides an informative error message referencing the official Deno installation script from its well-known domain.
- [CREDENTIALS_UNSAFE]: The skill manages a private key stored in a local
.envfile to enable transaction signing. This approach is consistent with standard practices for local CLI wallet applications, and the skill provides appropriate usage warnings to the user. - [COMMAND_EXECUTION]: The functionality is delivered via a Deno CLI script that performs specific blockchain tasks like querying balances and sending transactions. The commands are clearly defined and limited to blockchain-related operations.
- [DATA_EXFILTRATION]: All network operations are directed towards well-known blockchain infrastructure (RPC nodes) and trusted ABI metadata services. No suspicious data transmission patterns or exfiltration attempts were identified during the analysis.
Audit Metadata