CtrlK
BlogDocsLog inGet started
Tessl Logo

emblem-ai-agent-wallet

Connect to EmblemVault and manage wallet-aware workflows via EmblemAI with review-first, operator-controlled actions. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Also use when the user needs Emblem's auth model explained: one browser auth flow can log a user in with wallets, email/password, or social sign-in, while agent mode can auto-provision a profile-scoped wallet with no manual setup.

64

Quality

76%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/emblem-ai-agent-wallet/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The skill explicitly runs the emblemai CLI to fetch on-chain and third-party data (token names, NFT metadata, transaction memos) — see the "Handling Untrusted Blockchain Data" section in SKILL.md and the scripts/check-balance.sh wrapper that invokes `emblemai --agent` and wraps its output as untrusted — so the agent will consume untrusted, user-generated blockchain/web data that could influence wallet actions.

Report incorrect finding
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 explicitly manages crypto wallets and value-moving operations: it lists supported chains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin), states its core purpose is "Direct wallet management, transaction preparation, PSBT signing, and multi-chain transfers," and describes signing and broadcasting workflows and operator-confirmed wallet actions. Those are concrete crypto/blockchain execution capabilities (wallet creation, signing transactions, and transfers), which meet the "Direct Financial Execution" criteria.

Repository
EmblemCompany/Agent-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.