GPT-5 finding
Token symbol is used in logs/notifications but not extracted from the API response
mediumapi-contracthigh
- skills/price-threshold-alert/SKILL.md:98-101
- skills/price-threshold-alert/SKILL.md:221-223
- skills/price-threshold-alert/SKILL.md:156-164
The extraction list omits a token symbol, yet the log and notification templates reference $TOKEN/${SYMBOL}. Without extracting symbol (e.g., from .baseToken.symbol), messages cannot be correctly populated.
Recommendation
Extract symbol from the chosen pair (DexScreener provides baseToken.symbol). Fall back to contract or a placeholder if missing.