One-shot user management for apps, multi-chain wallet authentication, an AI-powered assistant, and AI app introspection. Use when the user wants to let website users sign in with wallets, email/password, or social login and give each user a wallet-enabled account, then embed EmblemAI chat surfaces, connect plugins, or add Reflexive observability. Provides React components, TypeScript SDKs, session-based authentication, and pointers to the React and agent-wallet skills for specialized workflows.
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/emblem-ai/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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.
The skill explicitly provides wallet-enabled user accounts, wallet provisioning, "transaction signing adapters," and references to trading tools and multi-chain wallet auth (MetaMask, WalletConnect, Phantom, PSBT for Bitcoin). These are specific crypto/blockchain capabilities (wallets and signing) that enable value-moving actions (even if gated by user confirmation), so it grants direct financial execution authority.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.
The skill explicitly supports custom plugins whose executors call external APIs (e.g., fetchWeatherAPI, nftAPI.getStats in references/plugins.md) and includes Reflexive MCP/CLI modes that discover/connect to external MCP servers and read logs/files (references/reflexive.md), so the agent ingests untrusted third‑party content that can influence tool calls and subsequent actions.
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.
The skill explicitly states the EmblemAI SDK connects to api.emblemvault.ai at runtime "for prompt orchestration and tool routing" (https://api.emblemvault.ai), so this external backend directly controls prompts and is a required runtime dependency.
9a68a35
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.