惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
小众软件
小众软件
D
Docker
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
博客园 - 叶小钗
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
IT之家
IT之家
博客园 - 司徒正美
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog

Step Security Blog

Announcing Dependabot Configuration Enhancements: Cooldown and Group Support - StepSecurity Securing Vibe Coding and AI Coding Agents: An End-to-End Approach with StepSecurity - StepSecurity Introducing StepSecurity Dev Machine Guard: Protecting Developer Machines from Supply Chain Attacks - StepSecurity Top 2024 Predictions for CI/CD Security - StepSecurity Dev Machine Guard Is Now Open Source: See What's Really Running on Your Developer Machine - StepSecurity Datadog's DevSecOps 2026 Report Validates What We've Been Building - StepSecurity hackerbot-claw: An AI-Powered Bot Actively Exploiting GitHub Actions - Microsoft, DataDog, and CNCF Projects Hit So Far - StepSecurity Cline Supply Chain Attack Detected: cline@2.3.0 Silently Installs OpenClaw - StepSecurity StepSecurity’s Unified Protection Across the SDLC Infrastructure Threat Framework (SITF) - StepSecurity @velora-dex/sdk Compromised on npm: Malicious Version Drops macOS Backdoor via launchctl Persistence - StepSecurity axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity Behind the Scenes: How StepSecurity Detected and Helped Remediate the Largest npm Supply Chain Attack - StepSecurity 10 Layers Deep: How StepSecurity Stops TeamPCP's Trivy Supply Chain Attack on GitHub Actions - StepSecurity Malicious IoliteLabs VSCode Extensions Target Solidity Developers on Windows, macOS, and Linux with Backdoor - StepSecurity TeamPCP Plants WAV Steganography Credential Stealer in telnyx PyPI Package - StepSecurity litellm: Credential Stealer Hidden in PyPI Wheel - StepSecurity Checkmarx KICS GitHub Action Compromised: Malware Injected in All Git Tags - StepSecurity CanisterWorm: How a Self-Propagating npm Worm Is Spreading Backdoors Across the Ecosystem - StepSecurity Trivy Compromised a Second Time - Malicious v0.69.4 Release, aquasecurity/setup-trivy, aquasecurity/trivy-action GitHub Actions Compromised - StepSecurity bittensor-wallet 4.0.2 Compromised on PyPI - Backdoor Exfiltrates Private Keys - StepSecurity Malicious npm Releases Found in Popular React Native Packages - 130K+ Monthly Downloads Compromised - StepSecurity Malicious Polymarket Bot Hides in Hijacked dev-protocol GitHub Org and Steals Wallet Keys - StepSecurity ForceMemo: Hundreds of GitHub Python Repos Compromised via Account Takeover and Force-Push - StepSecurity xygeni-action Compromised: C2 Reverse Shell Backdoor Injected via Tag Poisoning - StepSecurity kubernetes-el Compromised: How a Pwn Request Exploited a Popular Emacs Package - StepSecurity How StepSecurity Caught a Release Storm in Microsoft’s @types Packages - StepSecurity Harden Runner Now Supports Windows and macOS GitHub Actions Runners - StepSecurity 10,000 Open-Source Projects Now Secured by Harden-Runner Community-Tier: A Milestone Three Years in the Making - StepSecurity 20+ Popular NPM Packages Compromised (Chalk, Debug, Strip-ANSI, Color-Convert, Wrap-ANSI...) - StepSecurity 2024 in Review: The Evolution of CI/CD Security & What's Next - StepSecurity
8,000 Strong: Harden-Runner's Growing Impact on CI/CD Sec...
2025-09-19 · via Step Security Blog

StepSecurity continues to pursue a clear goal: making CI/CD pipelines secure by default. We've now reached a significant milestone with Harden-Runner protecting more than 8,000 open-source repositories, an achievement that comes remarkably soon after passing the 7,000 mark.

Harden-Runner is essentially an EDR solution for CI/CD runners. Just as traditional EDR protects endpoints like laptops and servers by monitoring activity, detecting threats, and enforcing protections, Harden-Runner extends the same security model to CI/CD runners. It continuously observes workflows, inspects runtime behavior, and blocks malicious activity

Since our last milestone, we've not only expanded our protection but also shared our expertise with the global security community. This year, we had the honor of presenting at Black Hat USA 2025, where we detailed how Harden-Runner detected the tj-actions supply chain breach that affected over 23,000 repositories including those from GitHub, Meta, and Microsoft. Learn about our Black Hat presentation →

Our platform currently monitors over 8 million jobs weekly, spanning workflows from individual developers to Fortune 500 companies. This growth trajectory reveals something important: securing CI/CD infrastructure has shifted from a nice-to-have to an absolute necessity in modern software development.

Momentum Building: What's Driving This Rapid Expansion

The swift progression from 7,000 to 8,000 protected repositories signals a broader transformation in how engineering teams think about pipeline security. Organizations are transitioning from reactive incident response to proactive prevention.

Teams are choosing runtime protection that delivers immediate value without requiring workflow rewrites or adding friction to development velocity. The message is clear: developers want security that works with them, not against them.

The Stakes Keep Rising: Today's CI/CD Threat Reality

Attack vectors targeting build pipelines grow more sophisticated by the day. Threat actors have shifted focus from production systems to the factories that build them. Whether through poisoned dependencies, compromised Actions, or sophisticated exfiltration techniques, the software supply chain faces constant pressure.

Harden-Runner addresses this reality by providing continuous runtime monitoring that captures actual execution behavior. Static analysis tells you what might happen; we show you what is happening, as it happens.

Detection in the Wild: How Harden-Runner Protects Production Pipelines

Our runtime monitoring continues to prove its value by catching both security threats and infrastructure anomalies that would otherwise go unnoticed. Two recent detections highlight how Harden-Runner serves as an early warning system for the CI/CD ecosystem:

Unexpected Microsoft Defender Installation on Ubuntu Runners

Starting July 15, 2025, Harden-Runner detected anomalous network calls to Microsoft Defender endpoints across GitHub-hosted Ubuntu runners. Our intelligent baseline system immediately flagged these calls as unusual since they had never appeared in workflow patterns before. Through both our community and enterprise tiers, we identified that Microsoft Defender had been unintentionally deployed to Ubuntu infrastructure. GitHub confirmed our findings and corrected the configuration error. Without runtime monitoring, this change would have remained invisible, silently consuming resources and generating unexpected network traffic across thousands of workflows. Read the full story →

Suspicious Tag Movement in AWS GitHub Action

In August 2025, our Artifact Monitor detected unusual behavior in AWS's popular configure-aws-credentials action, used by over 225,000 repositories. The v4.3.0 tag was created, deleted, and recreated pointing to a different commit within hours. While tag movements like this have been used in actual supply chain attacks (as seen in the tj-actions and reviewdog compromises earlier this year), our automated monitoring flagged this immediately for investigation. The AWS team confirmed it was a legitimate hotfix for a broken release, but the incident demonstrated how our detection systems catch the same patterns that attackers use for malicious tag tampering. Read the full investigation →

Defending Against the Package Compromise Surge

The recent wave of npm package compromises has put the entire JavaScript ecosystem on high alert. In just the past three months, we've witnessed an alarming surge in supply chain attacks:

Recent Major Incidents (Past 3 Months)

  • September 2025: GhostAction Campaign - Over 3,000 secrets stolen through malicious GitHub workflows

These attacks share common patterns: they exfiltrate secrets, hijack cryptocurrency transactions, and often remain undetected for hours or days. Traditional security tools miss them because the malicious code executes within legitimate build processes using trusted domains.

Harden-Runner provides multiple layers of defense against these package compromises:

Runtime Detection: When compromised packages execute in your CI/CD, Harden-Runner immediately detects anomalous behavior like unexpected network calls to attacker infrastructure or attempts to read sensitive environment variables.

Behavioral Baselines: Even sophisticated attacks that use legitimate-looking domains get caught because they deviate from established workflow patterns. When a build process suddenly starts making calls it's never made before, we alert immediately.

Securing the AI-Powered Future: Harden-Runner Meets Coding Agents

As AI coding assistants like GitHub Copilot and Claude Code gain the ability to create branches, open pull requests, and execute code, a critical security gap emerges: organizations have no visibility into what these autonomous agents actually do in CI/CD pipelines. Traditional security tools can’t differentiate between normal agent behavior and potential misuse or manipulation.

Harden-Runner closes this gap by providing runtime monitoring for AI-powered workflows, delivering real-time visibility into every action taken by agent-generated code — from file access and process execution to network connections. As projects like GitHub Next’s Continuous AI expand this ecosystem, Harden-Runner helps teams embrace AI-driven productivity while maintaining strong security controls.

Learn more about securing AI in CI/CD:

Community Showcase: Projects Leading the Way

Through our free Community Tier, we support open-source projects that form the backbone of modern development. Among the 8,000+ repositories now protected by Harden-Runner, we're particularly proud to secure critical infrastructure projects that millions of developers depend on daily.

Kubernetes: The world's leading container orchestration platform trusts Harden-Runner to secure its CI/CD workflows. With its massive ecosystem of contributors and complex build processes, Kubernetes uses our runtime monitoring to ensure that every workflow execution remains transparent and secure. This protection extends across multiple Kubernetes sub-projects, safeguarding the infrastructure that powers cloud-native applications worldwide.

Explore this interactive demo to see how Kubernetes leverages Harden-Runner to secure its GitHub workflow files:

Ruby: The Ruby programming language project has integrated Harden-Runner to protect its development pipeline. As a foundational technology powering frameworks like Rails and countless web applications, Ruby's security is paramount. Harden-Runner provides the Ruby team with real-time visibility into their CI/CD operations, helping maintain the integrity of a language ecosystem that serves millions of developers.

These adoptions demonstrate that even the most security-conscious projects recognize the value of runtime monitoring. When projects of this caliber choose Harden-Runner, it validates our approach to CI/CD security and reinforces our commitment to protecting the open-source ecosystem.

Looking Forward: Lessons from Scale

This 8,000-repository milestone represents validation that the community recognizes CI/CD security as foundational, not optional. Key insights from this growth phase include:

  • Security without sacrifice: Teams refuse to choose between protection and productivity
  • Transparency creates trust: When developers see their pipeline's actual behavior, security becomes obvious rather than imposed
  • Universal need: From solo maintainers to enterprise teams, everyone faces the same fundamental challenge of securing their build process

Take Action: Start Protecting Your Pipelines

🔒 Ready to Secure Your Workflows?

Join thousands of repositories already benefiting from Harden-Runner's protection. Our Secure Workflow tool, available free through our Community Tier, automatically integrates Harden-Runner into your GitHub Actions with minimal setup.

No matter your scale, Harden-Runner delivers the visibility and control modern CI/CD demands.

Become part of the next wave, follow this interactive demo to see how to add Harden-Runner to your workflow:

Together, we're building a future where secure CI/CD isn't exceptional but expected.