Open Wallet
Analysis
The skill is transparent about its purpose, but it can create links for high-impact wallet transactions or signatures through a third-party site, so users should review every request carefully.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Use when an agent needs the user to approve/execute a JSON-RPC request (e.g. eth_sendTransaction, personal_sign, eth_signTypedData_v4, wallet_sendCalls)
The skill supports raw wallet JSON-RPC actions including transactions, signatures, typed-data signing, and batch calls; if approved, these can have irreversible financial or account-authorization effects.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
The page shows the request, prompts them to connect their wallet, switches to the requested chainId, then executes the JSON-RPC request.
The workflow uses the user's wallet authority to execute the requested action. This is purpose-aligned and user-approved, but it is still a sensitive account permission boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`redirect_url` (optional): where to redirect after success/failure with the result. ... the app appends `resultType`/`result` (or `error`) query params to `redirect_url`.
Wallet results, including signatures or JSON responses, can be automatically sent through an arbitrary redirect URL; the artifact does not define an allowlist, consent step, or destination validation.
