Whale Wallet Copier
Fail
Audited by Snyk on Aug 3, 2026
Risk Level: HIGH
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow ingests third-party JSON fields from Etherscan and DexScreener APIs (e.g., tokenSymbol/tokenName/url) and prints/uses them in alerts without any selection step, so outsider-authored content from those data sources can flow into the agent’s free-text handling.
HIGH W008: Secret detected in skill content (API keys, tokens, passwords).
- Secret detected (high risk: 1.00). I searched the documentation and code for literal, high-entropy credentials. I flagged the two occurrences of the same long, random-looking string because they are direct hardcoded API keys (not placeholders). These appear in runtime code as default Etherscan API keys which would be usable if valid.
I ignored obvious placeholders and examples such as "YOUR_API_KEY", "your_key_here", "YourEtherscanAPIKey", "YOUR_WEBHOOK", "YOUR_BOT_TOKEN", short/simple passwords, public wallet addresses, and truncated/redacted values because they meet the "WHAT TO IGNORE" rules in the prompt.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W008
HIGHSecret detected in skill content (API keys, tokens, passwords).
Audit Metadata