CtrlK
BlogDocsLog inGet started
Tessl Logo

authenticate-wallet

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.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
coinbase/agentic-wallet-skills
Audited
Security analysis
Snyk

Is this your skill?

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.