Skip to content
Vela
Tech FrontlineBiotech & HealthPolicy & LawGrowth & LifeSpotlight
Set Interest Preferences中文
Tech Frontline

Major GitHub Supply Chain Attack Leads to Theft of Thousands of Internal Repositories

Kenji
Kenji
· 2 min read
Updated May 21, 2026
A digital illustration of a complex software development network with a highlighted red broken conne

TeamPCP Executes Massive Supply Chain Attack on GitHub

GitHub has confirmed that a sophisticated hacker group known as 'TeamPCP' successfully executed a massive supply chain attack, exfiltrating roughly 3,800 internal code repositories. The breach occurred after a malicious VS Code extension was installed on a Microsoft employee's device, providing the attackers with unauthorized access to the platform's internal network.

The Rising Threat of Supply Chain Poisoning

This incident highlights the growing vulnerability within modern software development lifecycles. By injecting malicious code through widely used developer tools, attackers can compromise secure internal assets and sensitive credentials. The group responsible, tracked by Google’s Threat Intelligence Group as UNC6780, is actively advertising the stolen repositories for sale on cyber-criminal marketplaces starting at $50,000. This deliberate monetization strategy underscores the high economic incentive behind such large-scale exploits.

Investigating the Scope of the Breach

GitHub’s initial investigation has found the attackers' claims regarding the scale of the theft to be 'directionally consistent' with internal findings. Beyond just GitHub, the breach also affected Microsoft’s Python SDK, illustrating the attackers' use of a multi-layered strategy to maximize the scope of the impact. The incident serves as a critical wake-up call for development teams globally to implement rigorous security scanning and verification processes for all third-party developer tools and plugins.

Shifting Security Priorities

The breach is expected to accelerate the adoption of strict security verification mechanisms across the development ecosystem. As software development lifecycles become increasingly distributed, security must be integrated into every stage of the lifecycle. Companies are being urged to move beyond relying solely on third-party security certifications and adopt 'zero-trust' development environments where every plugin and tool is subject to continuous security audits.

As groups like TeamPCP become more aggressive in their efforts to poison open-source and proprietary codebases, GitHub and the global developer community are faced with an urgent mandate to elevate their defensive posture to prevent the normalization of code poisoning as a standard attack vector.

FAQ

How did the hackers breach GitHub?

The attackers used a malicious VS Code extension installed on an employee's device to bypass security mechanisms and gain unauthorized access to GitHub's internal network.

How many repositories were compromised?

GitHub confirmed that approximately 3,800 internal repositories were exfiltrated and are currently being advertised for sale by the hacker group TeamPCP.

What should developers do to stay safe?

Developers must exercise extreme caution when installing third-party tools and plugins. It is crucial to perform rigorous security scanning and move toward zero-trust development environments to mitigate the risks of supply-chain attacks.