Track new token launches across DEXes with risk analysis and contract verification. Use when discovering new token launches, monitoring IDOs, or analyzing token contracts. Trigger with phrases like "track launches", "find new tokens", "new pairs on uniswap", "token risk analysis", or "monitor IDOs".
83
81%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The skill's example commands and options (e.g., --etherscan-key YOUR_KEY and --rpc-url) encourage passing API keys/RPC secrets directly on the command line, which would require the LLM to embed secret values verbatim in generated commands and thus creates an exfiltration risk.
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: 1.00). This skill clearly ingests untrusted public third‑party content — it reads blockchain logs and contract bytecode via JSON‑RPC (eth_getLogs, eth_getCode) in scripts/event_monitor.py and scripts/token_analyzer.py and queries external services (DexScreener, Etherscan/explorer APIs per ARD and token_analyzer._check_verified), and that runtime data is parsed and used to compute risk scores and drive outputs/alerts.
4dee593
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.