T01 · Skill Instruction Hijacking
- Location
scanner-ai.js:116- Finding
Untrusted Reddit Content Can Hijack Local AI Analysis and Alert Generation
- Content
View full analysis
`"${p.title}" (${p.score}↑, r/${p.sub})`).join(' | ')}` : ''} ${candidate.coingecko ? `CoinGecko: Currently trending (rank ${candidate.coingecko.rank || 'N/A'})` : ''} ${candidate.dex ? `DEXScreener: - 1h price change: ${candidate.dex.priceChange1h}% - 24h price change: ${candidate.dex.priceChange24h}% - 1h volume USD: $${candidate.dex.volumeUsd1h?.toLocaleString()} - Pair age: ${candidate.dex.pairAge !== null ? candidate.dex.pairAge + 'h' : 'unknown'} - Chain: ${candidate.dex.chain}` : ''} ${candidate.stocktwits ? `StockTwits: Trending (watchlists: ${candidate.stocktwits.watchlist_count})` : ''} ## Your Analysis Task: 1. Is this signal REAL or NOISE? (Consider: multiple sources, momentum, volume, post quality) 2. What's the RISK level? ...[truncated 2971 chars]- Remediation
View remediation
