tuckner Profile picture
Finding bad software extensions at https://t.co/dhLUjMRP1I
Aug 12 8 tweets 3 min read
Cursor is now using Open VSX to install code editor extensions from. You must understand the implications of this right now.

There has been an attack campaign happening for more than a month with extensions that install ScreenConnect. Below is ANOTHER example. For example, we have "ethereum.solidity-ethereum". The most trusted solidity extension on the VS Marketplace is "JuanBlanco.solidity". If you didn't know, would you trust a person's name or something related to ethereum? Hard to tell! Image
Jul 8 8 tweets 4 min read
🚨 ICYMI - 245 browser extensions contained a code library called Mellowtel which allows anyone to make requests through your browser while extension owners get paid. This has impacted over 900,000 users! Let's take a look at how it works! 👇 Image The library is easily added to any extension which already has 'declarativeNetRequest', 'storage' and '<all_urls>' permissions defined. These are quite common but also provide quite a bit of access to the browser. A background script and content script are also included. Image