Query OpenSea marketplace data via the official CLI, MCP server, or shell scripts. Get floor prices, collection stats, NFT details, token data, trending collections, drops, events, and search across Ethereum, Base, Arbitrum, Polygon, and more. Read-only operations; for trading use opensea-marketplace, for token swaps use opensea-swaps.
65
80%
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 ./opensea-api/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.85). Outsider-authored free text is ingested from OpenSea API responses (e.g., NFT/collection `name`, `description`, and metadata) via `scripts/opensea-get.sh` → `curl` → `emit_response` which wraps the full JSON body between `--- BEGIN/END OPENSEA API RESPONSE ---` markers on stderr, and that untrusted text can be forwarded into the agent’s LLM context.
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 includes blockchain transaction tools: endpoints and CLI/MCP methods that build mint transactions (get_mint_action / drops/opensea-drop-mint.sh), deploy SeaDrop contracts (deploy_seadrop_contract / drops/opensea-drop-deploy.sh), and build asset-transfer transactions (assets/opensea-assets-transfer.sh). These return transaction data (to, data, value) intended to be signed/submitted and can be used to move NFTs/tokens on-chain. That constitutes crypto/blockchain execution capability (transaction creation/signing flow), so it grants direct financial execution authority.
10f23f8
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.