Sign in to the wallet. Use when you or the user want to log in, sign in, connect, or set up the wallet, or when any wallet operation fails with authentication or "not signed in" errors. This skill is a prerequisite before sending, trading, or funding.
Security
3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to request or read a user's email OTP and then embed that secret 6-digit code (and the user's email) directly into CLI commands (e.g., `auth verify <otp>`), which requires outputting sensitive values verbatim and is high-risk.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill repeatedly invokes the runtime command "npx awal@2.10.0" which will fetch and execute remote code from the npm registry (e.g., registry.npmjs.org) as a required dependency, so this external package directly executes remote code at runtime.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly for authenticating an "Agentic Wallet" (crypto wallet) via a CLI and is described as a prerequisite "before sending, trading, or funding." It exposes wallet-specific commands (status, auth login/verify, balance, address, show) and is directly tied to controlling a wallet identity used for crypto/banking operations. This is not a generic API or browser automation tool but a wallet-specific capability that enables financial transactions and access to balances/addresses, so it meets the definition of direct financial execution risk.
5cb01b5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.