Security Alert: Confirmed Malware
Phantom View Tracker
ID: aifdgjjifbkmabkfeekkkhdckfbnmnjb
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- phantom wallet connectView Profile
Phantom View Tracker allows users to follow market price trends through a simple and modern dashboard.
Phantom View Tracker is a powerful Google Chrome extension designed to provide real-time financial market insights directly in your browser. The extension tracks 15 major global currencies and displays live exchange rates, real-time price updates, and continuous market movement data. Users can monitor currency fluctuations instantly without needing to open multiple trading platforms or financial websites.
This extension requests no permissions and has no recorded risk factors.
Every coin row click is hardcoded to open https://www.lighter.quest/ regardless of which coin the user clicked, while the inline comment claims it 'opens the coin page'. This is a misleading UX pattern that funnels all clicks to a single third-party destination, likely for traffic monetization/affiliate purposes rather than the advertised cryptocurrency tracking functionality.
// ✅ Make every currency clickable (opens the coin page)listItem.addEventListener('click', () => { const url = `https://www.lighter.quest/`; chrome.tabs.create({ url });});The 'More Coins' button does not show additional cryptocurrency listings as its label suggests, but instead opens https://www.lighter.quest/, an unrelated external site. The developer comment 'Change this to your preferred destination' indicates this is a template-style redirect extension where the UI label is deceptive relative to the destination.
// ✅ Change this to your preferred destination for the More buttonconst MORE_URL = 'https://www.lighter.quest/';document.getElementById('moreBtn') .addEventListener('click', function() { chrome.tabs.create({ url: MORE_URL }); });By severity
Versions scanned
Showing 1 of 2 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 3.1 | 2 |
Files with findings
1 distinct path — top paths by unique finding count:
- popup.js2
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.