TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is this VSCode extension malicious?

3 pointsby cloogshicer7 months ago
I run a small programming YouTube channel and someone with a Gmail address asked if they could sponsor me.<p>They wanted me to review this VSCode extension[1].<p>Everything seems super dodgy: The extension only has 2 reviews, the linked repo[2] doesn&#x27;t actually contain the source code.<p>I downloaded the sources from the extension marketplace, but the code is minified and obfuscated. I tried a de-minifier but the file is a few thousand lines long so it&#x27;s hard to say if there&#x27;s malicious code.<p>Is there a way to determine if this extension is safe to use? Simply installing it could give an attacker full access to my machine, right?<p>[1] https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=solomonkinard.git-blame [2] https:&#x2F;&#x2F;github.com&#x2F;solomonkinard&#x2F;public

2 comments

calrain7 months ago
100% stay away from it.<p>I think a better question is: &quot;How can you ensure any VS Code extension is safe to use?&quot;<p>Understanding exactly what an extension does and getting clarity around how it operates is something that I&#x27;d like to better understand as well.<p>It makes me think that moving to other editors like Neovim might be a safer way to go, if Microsoft has created an environment where malicious plug-ins can operate.
评论 #41842619 未加载
LouisLazaris7 months ago
I obviously cannot vouch for the safety of this extension, but I&#x27;ll just post this quote from the VS Code docs:<p>&gt; The Marketplace runs a virus scan on each extension package that&#x27;s published to ensure its safety. The virus scan is run for each new extension and for each extension update. Until the scan is all clear, the extension won&#x27;t be published in the Marketplace for public usage.<p>Source: <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;extension-marketplace#_can-i-trust-extensions-from-the-marketplace" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;extension-marketpl...</a>