CtrlK
BlogDocsLog inGet started
Tessl Logo

tracking-token-launches

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

Quality

81%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
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: 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.

Repository
jeremylongshore/claude-code-plugins-plus-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.