back to top
HomeTechHackers Used a VS Code Extension to Reach GitHub’s Internal Repositories. The...

Hackers Used a VS Code Extension to Reach GitHub’s Internal Repositories. The Pattern Should Worry Developers.

- Advertisement -

GitHub says hackers reached thousands of internal repositories after compromising an employee device through a malicious VS Code extension.

That detail matters more than the breach itself because this keeps happening now. OpenAI got hit through a poisoned developer dependency earlier this year. The European Commission got compromised through a similar supply chain route. Attackers are increasingly targeting the tools developers trust instead of trying to break company infrastructure directly.

And honestly, it makes sense. A developer machine already has access to everything attackers want. This GitHub incident is another reminder that the weakest point in modern software security might not be the company. It might be the extensions, packages, and tools sitting inside a developer’s editor.

What Happened?

GitHub says the breach started with a compromised VS Code extension installed on an employee device. From there, attackers were able to move into GitHub’s internal environment and access roughly 3,800 repositories.

So far, the company says there’s no evidence that customer repositories or production systems were affected. The stolen data reportedly came from internal repositories tied to engineering, infrastructure, and internal tooling.

The group behind the attack is believed to be TeamPCP, a threat actor that has been linked to several recent supply chain attacks targeting developers and enterprise tooling. GitHub says the attackers later attempted extortion after stealing the data.

What still isn’t clear is which VS Code extension was involved, how long it stayed compromised, or whether other developer machines were affected before the intrusion was discovered.

That uncertainty is part of the problem with attacks like this. A malicious extension does not look dramatic when it lands on a machine. It looks like another productivity tool. By the time anyone notices, the attacker is usually already somewhere they should not be.

The attack pattern that keeps working

Instead of hammering away at hardened infrastructure, attackers are going after the software developers install voluntarily. VS Code extensions. npm packages. GitHub Actions. CI utilities. The trust relationship is already there, which makes the job easier.

That’s basically what happened in the tj-actions incident that affected OpenAI and a long list of other companies earlier this year. Attackers compromised a widely used GitHub Action, injected malicious code, and suddenly secrets from CI pipelines started leaking across multiple organizations. The European Commission was reportedly hit through a similar supply chain route tied to developer tooling.

Now GitHub joins that list.

And the logic behind these attacks is hard to ignore. Developers sit close to the center of modern infrastructure. Their machines often have access to repositories, deployment systems, internal dashboards, cloud credentials, and collaboration tools all at once. Compromising one trusted developer environment can be more useful than attacking a company’s public facing systems directly.

The scary part is that most of these tools do not feel risky when you install them. A VS Code extension feels harmless right up until it isn’t.

Why developer tools became the perfect target

Most companies spent years hardening their external infrastructure. Multi factor authentication, zero trust policies, endpoint monitoring, locked down production environments. Breaking in directly got harder.

So attackers adjusted. Developer tooling is now one of the softer entry points because it sits inside trusted workflows. Engineers install extensions to move faster, test packages from the community, connect third party integrations, and automate repetitive work. That culture is part of why modern software moves quickly. It is also why supply chain attacks spread so effectively once something malicious slips through.

A poisoned VS Code extension does not need to exploit some movie-style vulnerability. If a developer installs it and grants permissions, the extension is already operating inside a trusted environment. From there, stealing tokens, session data, credentials, or repository access becomes much more realistic.

And unlike phishing emails, these attacks blend into normal engineering work. Nobody panics when a teammate recommends a useful extension or a trending package starts getting adopted across GitHub. That normality is what makes the attack surface so difficult to defend.

What’s still unknown

GitHub confirmed the breach, but a lot of details are still missing.

The company has not publicly identified the VS Code extension involved, how the employee device was compromised, or how long the attackers had access before they were detected. We also do not know what was inside all 3,800 repositories that were accessed, beyond GitHub saying customer repositories and production systems were not affected.

That distinction matters, but internal repositories can still contain sensitive information. Infrastructure documentation, internal tooling, security workflows, experimental features, employee data, all of that tends to live in places developers assume are relatively safe.

There is also the bigger question hanging over all of this: how many similar compromises simply never get noticed?

Because supply chain attacks are becoming less noisy and more patient. The goal is not always immediate destruction. Sometimes it is quiet access sitting inside a trusted tool for weeks before anyone realizes something is wrong.

And honestly, that is probably the part developers should pay attention to most. Not that GitHub got breached, but how ordinary the entry point looked before everything went sideways.

Don’t miss any Tech Story

Subscribe To Firethering NewsLetter

You Can Unsubscribe Anytime! Read more in our privacy policy

LEAVE A REPLY

Please enter your comment!
Please enter your name here

YOU MAY ALSO LIKE
Google Built Gemma 4 12B Without Multimodal Encoders

Google Built Gemma 4 12B Without Multimodal Encoders

0
Every multimodal model you've used has the same basic system. Text goes in one way, images go through a vision encoder first, audio goes through an audio encoder first, and then everything gets handed off to the language model in a form it can work with. The encoders are load-bearing and you don't just remove them.Google actually removed them.Gemma 4 12B takes raw image patches and raw audio waveforms and projects them directly into the same embedding space as text tokens. There is no vision encoder or audio encoder. One decoder handling everything.
MiniMax M3 Shows What Happens When AI Stops Thinking in Turns

MiniMax M3 Shows What Happens When AI Stops Thinking in Turns

0
Most models quit around submission 30 because they stop finding improvement and exit on their own. That's what happened when MiniMax ran a CUDA kernel optimization task against a field of frontier models. Every model except two called it done within the first 30 submissions. M3's best result came on submission 145. After 24 hours. After multiple plateaus where the numbers stopped moving and a reasonable model would have concluded there was nothing left to find. That's the thing MiniMax released yesterday. An AI model with a 1M token context window, native multimodality, and apparently a problem with knowing when to stop.
Anthropic Files for an IPO. AI Is Entering Its Public Company Era

Anthropic Files for an IPO. AI Is Entering Its Public Company Era.

0
Anthropic has officially taken its first step toward becoming a public company. In a brief announcement on Monday, the company said it had confidentially submitted a draft S-1 registration statement to the U.S. Securities and Exchange Commission for a proposed initial public offering. The filing doesn't reveal a share price, a fundraising target, or even a timeline. For now, it simply gives Anthropic the option to go public once the SEC review process is complete. Just a few years ago, Anthropic was a small group of former OpenAI researchers trying to build an alternative vision for advanced AI. Today, it sits among the handful of companies shaping the industry's future and that's why this filing matters. It's one of the world's most influential AI labs beginning the transition from a privately funded research company to a business that may eventually answer to public shareholders. For most of the AI boom, the biggest bets were made behind closed doors. Venture firms, sovereign wealth funds, and tech giants supplied the capital while the public watched from the outside. Anthropic's filing suggests that era may be starting to change.