CtrlK
BlogDocsLog inGet started
Tessl Logo

alchemy-automation

Automate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.

69

3.76x
Quality

53%

Does it follow best practices?

Impact

98%

3.76x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./composio-skills/alchemy-automation/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings — 3 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 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.

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 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.

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 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.

Repository
ComposioHQ/awesome-claude-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.