keeperhub-wallet
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions prompt the user to run
npx @keeperhub/wallet, which fetches and executes code from the npm registry. This is the vendor's official package used for provisioning the wallet and installing the skill. - [COMMAND_EXECUTION]: The installation process involves a CLI script that modifies configuration files, including
~/.claude/settings.jsonand agent-specific directories, to register a PreToolUse safety hook and the skill file. - [COMMAND_EXECUTION]: Several wallet management commands are executed via the
@keeperhub/walletpackage, such asadd,info,fund, andbalanceto manage on-chain assets. - [CREDENTIALS_UNSAFE]: The skill documentation describes storing an
hmacSecretin~/.keeperhub/wallet.jsonto authenticate signing requests. The storage uses restricted file permissions (mode 0o600) to protect the secret locally.
Audit Metadata