TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is this VSCode extension malicious?

3 点作者 cloogshicer7 个月前
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 条评论

calrain7 个月前
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 个月前
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>