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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions

10 点作者 itsamy超过 2 年前
There is a growing problem with VSCode extensions:<p>- they&#x27;re not sandboxed (yet) - just like double-clicking an .exe file - they don&#x27;t have a permission model - they auto update - they have built-in persistence - they are installed on developer machines with high-value credentials<p>The recent CircleCI and LastPass incidents were both suspected to originate from a compromised developer machine - which is becoming every organization&#x27;s Achilles heel in terms of cyber posture<p>So I&#x27;ve been working on a way to help mitigate some of these risks<p>Right now, only an MVP of a &quot;CLI&quot; is available:<p>$ code --list-extensions --show-versions | curl --data-binary @- https:&#x2F;&#x2F;coderguard.io&#x2F;scan<p>Which will list your installed extensions with some enriched information to vet their trustfulness<p>But much more detailed threat intel will be shown in the upcoming website and extension, including - Behavioural data gathered from running the extension on an instrumented sandbox environment - The ability to define policies to allow or block extension installs&#x2F;updates, based on your specific risk appetite<p>For updates, sign up at https:&#x2F;&#x2F;coderguard.io or follow https:&#x2F;&#x2F;twitter.com&#x2F;coderguard<p>The reason I&#x27;m posting this now is because I&#x27;d like to get some feedback in order to course-correct to make sure what I build actually solves people&#x27;s problems<p>I&#x27;d be happy to read any comments, or answer any questions

2 条评论

ashishbijlani超过 2 年前
Very cool! I&#x27;ve built something similar, but for packages: <a href="https:&#x2F;&#x2F;github.com&#x2F;ossillate-inc&#x2F;packj">https:&#x2F;&#x2F;github.com&#x2F;ossillate-inc&#x2F;packj</a> Would love to talk.
评论 #34546064 未加载
varunsharma07超过 2 年前
I don&#x27;t know how adequate such vetting is. It puts the onus on the developers to look at the results and decide. Is there work being done to sandbox extensions?
评论 #34533912 未加载