Automate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.
69
53%
Does it follow best practices?
Impact
98%
3.76xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./composio-skills/alchemy-automation/SKILL.mdSecurity
3 findings — 3 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 requires calling RUBE_SEARCH_TOOLS and RUBE_MANAGE_CONNECTIONS against the Rube MCP endpoint (e.g., https://rube.app/mcp and composio.dev/toolkits/alchemy) to fetch external tool schemas and recommended execution plans that the agent must read and use to determine tool arguments and next actions, exposing it to untrusted third-party content that can materially influence behavior.
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 requires adding and using the MCP server at https://rube.app/mcp at runtime (via RUBE_SEARCH_TOOLS / RUBE_MANAGE_CONNECTIONS), which returns tool schemas and execution plans that directly control the agent's prompts/instructions and is a required dependency.
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 automating "Alchemy" operations via a dedicated Alchemy toolkit (toolkit "alchemy"). Alchemy is a blockchain/crypto API provider and the skill instructs using RUBE_* tool calls (search, manage connections, multi_execute) to discover and invoke Alchemy tool slugs. Those tool slugs (via the Alchemy toolkit) can include crypto-specific actions such as signing and sending transactions, managing wallets, and other on-chain operations. Because the skill is specifically designed around a crypto/blockchain API (not a generic HTTP or browser tool), it constitutes direct financial execution capability.
2790447
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.