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
76%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/emblem-ai-agent-wallet/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.
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.
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 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.
2652244
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.