You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
typosquats
About this tag
Typosquats are a common attack vector in the software supply chain, where malicious packages use names that closely resemble legitimate ones to trick developers into installing them. On WindowsForum.com, discussions highlight campaigns like Solana-Scan, where typosquatted npm packages target Solana developers to steal wallet keys and credentials. These attacks exploit the npm ecosystem's reliance on package names, often using slight misspellings or variations. Users share detection methods, such as verifying package names and checking for suspicious install scripts. The tag covers real-world examples of typosquatting in JavaScript and other ecosystems, emphasizing the importance of vigilance when installing dependencies.
Security researchers have uncovered a targeted supply‑chain campaign — dubbed “Solana‑Scan” — in which malicious npm packages masquerading as Solana SDK utilities are being used to harvest developer credentials, wallet keyfiles and other high‑value artifacts from developer machines. Background /...