/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

Unit 42: open-source projects from Google, Microsoft, AWS, Red Hat, and others leaked GitHub auth tokens via GitHub Actions; GitHub chose not to fix the issues

Multiple high-profile open-source projects, including those from Google, Microsoft, AWS, and Red Hat, were found …

BleepingComputer Bill Toulas

Context & Ripple Effects

This report places CI/CD credentials alongside an earlier GitHub incident in which stolen third-party OAuth tokens were used to access private repository data, including at npm: the Heroku and Travis-CI OAuth-token breach. The common exposure is not source visibility alone, but credentials that can carry repository access beyond their intended workflow.

It also extends a longer record of repository-security failures, from exposed repositories that leaked company source code to later maintainer responses such as Microsoft disabling dozens of compromised GitHub repositories.

First-order effects

  • Affected open-source maintainers face an immediate credential-hygiene problem: tokens exposed through GitHub Actions workflows may need revocation, rotation, and workflow changes.
  • GitHub's decision not to address the reported issues leaves the mitigation burden with projects using the affected Actions patterns rather than with a platform-level change.

Second-order effects

  • Organizations that depend on these projects must treat upstream CI/CD configuration as part of their software-supply-chain risk, not merely the published code they consume.
  • The finding increases pressure on CI tooling and project maintainers to constrain token permissions and reduce the lifetime and reach of workflow credentials.

Third-order effects

  • If widely used automation platforms leave credential-leakage patterns to individual maintainers, open-source participation increasingly depends on each project's ability to operate production-grade security controls.
  • The broader shift is toward treating build and automation credentials as a core boundary of shared software infrastructure, with platform defaults and governance becoming as consequential as code review.

The trend: This is one data point in the shift from repository security toward governed CI/CD identity and credential management across the open-source supply chain.

Discussion

  • @yaronavital Yaron Avital on x
    7/ Major projects affected: Google's firebase-js-sdk (1.6M+ dependents!) Ubuntu's adsys Projects by Microsoft, Red Hat, AWS, OWASP, and more Full list in the blog post!
  • @yaronavital Yaron Avital on x
    3/ I discovered two types of exposed tokens: * GITHUB_TOKEN (prefix: ghs_) * ACTIONS_RUNTIME_TOKEN (a JWT) These weren't in the code, but in artifacts produced by workflows.
  • @gossy_84 Adam Goss on x
    🚨 Flaw in GitHub Action Artifacts Expose Sensitive Tokens The research highlights a security flaw in GitHub Actions artifacts, which can leak sensitive tokens, including GitHub tokens and third-party cloud service tokens. Here is what you need to know: 🧵 [image]