CtrlK
BlogDocsLog inGet started
Tessl Logo

alchemy-cli

Use the Alchemy CLI (`@alchemy/cli`) for live blockchain queries, admin, and on-machine automation across EVM JSON-RPC, Token, Transfers, Prices, Portfolio, Simulation, Solana RPC/DAS/gRPC, Sui gRPC, Webhooks, and app management. Preferred runtime path when CLI is installed locally. For NFT marketplace data, listings, or Seaport fulfillment, use `opensea-api` / `opensea-marketplace`. For shipped app code, use `alchemy-api` (with API key) or `alchemy-agentic-gateway` (without).

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

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

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.80). The skill requires installing and running the remote @alchemy/cli package (via "npm i -g @alchemy/cli", https://www.npmjs.com/package/@alchemy/cli), which fetches and executes third-party code at runtime and is a required dependency for the skill’s live CLI operations.

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 is a blockchain CLI (Alchemy CLI) that explicitly includes wallet management (generate/import/show address), transaction-related commands (send user operations via the bundler, simulate and send tx bundles, tx/receipt handling), and flags for wallet keys/x402 and wallet key files. These are specific crypto/blockchain capabilities (wallet signing, sending transactions, user-ops) that can move funds or initiate on-chain financial actions. Therefore it grants direct financial execution authority.

Repository
ProjectOpenSea/opensea-skill
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.