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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
腾讯CDC
T
Tailwind CSS Blog
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
The Cloudflare Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
B
Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
博客园 - 司徒正美
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research

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
Introducing StepSecurity Artifact Monitor: Detect Unautho...
2025-07-08 · via Step Security Blog

Modern CI/CD pipelines are trusted to automate builds, tests, and releases. But recent incidents show that attackers can subvert these pipelines to silently publish unauthorized software versions. This compromises the integrity of open-source and enterprise projects alike.

Publishing credentials get compromised constantly. Developer accounts get hijacked, CI tokens are stolen, and publishing credentials leak into the wrong hands.

In the past three years, multiple confirmed supply chain attacks have shown how attackers bypass your entire CI/CD pipeline and publish malicious versions directly to registries like npm, Docker Hub, and PyPI.

  • Kong incident - the attacker exploited a GitHub Actions workflow to steal a CI token. They then used that token to publish a malicious Docker image of the Kong Ingress Controller. The backdoored version, labeled v3.4.0, was published to Kong’s official Docker Hub account. It remained publicly available for several days before detection.
  • Ultralytics incident - the adversary manipulated a GitHub Actions release workflow to push cryptominer-injected packages to PyPI. They later used a compromised PyPI token, which was stolen from the same CI environment, to publish additional unauthorized versions under the project’s name.
  • xrpl.js incident - a Ripple developer’s npm account was compromised to publish five backdoored versions of the official XRP Ledger SDK. The malicious versions included a hidden function designed to exfiltrate users’ private keys and wallet seeds. These versions, which were indistinguishable from legitimate releases, were available on npm and downloaded by unsuspecting users before being taken down.

In each of these cases, the attacker successfully introduced unauthorized software into official release channels, including Docker Hub, PyPI, and npm. To users, security tools, and downstream developers, the malicious versions appeared legitimate.

The consequences were significant: malicious containers were shipped from verified publishers and backdoored libraries were installed by unsuspecting users.

Worse, many of these attacks went undetected for days or even weeks, during which unauthorized versions were installed across thousands of environments.

But here’s the critical insight: if the affected projects had been using StepSecurity Artifact Monitor, these unauthorized releases could have been detected within minutes, and the damage from these supply chain attacks could have been prevented altogether. Unauthorized releases that bypass official CI/CD workflows are exactly what Artifact Monitor is designed to detect. The malicious versions would have been flagged immediately as non-compliant, alerting maintainers before users were impacted.

StepSecurity Artifact Monitor is a zero-friction solution that continuously monitors your software artifacts to detect unauthorized releases and ensure every version follows your official CI/CD process.

Compliant vs. Non-Compliant Releases

To understand how StepSecurity Artifact Monitor protects your ecosystem, it’s important to distinguish between two types of releases:

Compliant Release

A compliant release is produced through a secure and auditable CI/CD pipeline. Here’s how it works:

Picture

                                                   Compliant release flow
  1. Source code is committed to your repository.
  1. A CI/CD workflow builds the artifact, runs tests, enforces policies, and signs the result.
  1. Only after successful validation, the artifact is published to your package registry (e.g., Docker Hub, PyPI, npm).
  1. A corresponding release (e.g., GitHub Release, tag) is created .

This is how trusted software is typically shipped.

Non-compliant Release

A non-compliant release skips the secure pipeline altogether:

Picture

                                                 Non-Compliant release flow
  1. Code — or arbitrary binaries — are pushed directly to a registry without triggering a CI/CD process.
  1. The artifact appears as a new release, but there is no associated build log or release tag from your CI.
  1. Often, these uploads are made through compromised developer or CI credentials.

This is exactly how recent high-impact supply chain attacks have succeeded — by injecting malicious or unverified artifacts into artifact registries without anyone noticing.

How StepSecurity Artifact Monitor Works

StepSecurity Artifact Monitor continuously observes your artifact registries and release pipelines to detect and respond to unauthorized software releases in real time. Here’s how it functions behind the scenes:

Real-Time Tracking

As soon as a new software version is published to a supported registry, such as npm, the system analyzes it immediately. This minimizes blind spots and ensures that even short-lived malicious versions are caught quickly.

CI/CD Verification

Once a new release is identified, StepSecurity automatically traces its origin. It attempts tocorrelate the published artifact with a corresponding CI/CD workflow execution by validating build logs, commit SHAs, tags, and provenance metadata.

Each release is assigned one of two statuses based on this verification:

Compliant

If the release was generated through a recognized and approved CI/CD pipeline, the artifact is marked as trusted. All key steps, such as commit, build, and publish, are confirmed and recorded.

Picture

                                            Artifact Monitor dashboard

Version 1.0.0 is compliant, as it was published through an approved workflow. The logs of the workflow run are available for review

⚠️ Non-Compliant

If no valid CI/CD pipeline execution is found, or if the release bypasses known workflows,  StepSecurity flags it as unauthorized. An alert is immediately sent to your security team, including detailed diagnostics such as:

  • Registry and version information
  • Detection timestamp
  • Verification failure reason
  • Recommended response actions

Picture

                                    Artifact Monitor dashboard

Version 1.1.0 was flagged as non-compliant because Artifact Monitor could not detect a matching workflow run associated with its release

Immediate Alerts

Notifications are sent through your preferred communication channels, including Slack, email, or SIEM systems. This allows your team to respond quickly by revoking credentials, removing rogue packages, or notifying users before damage spreads.

Explore this feature in depth with our interactive demo:

Key Features & Benefits

StepSecurity Artifact Monitor is designed for DevSecOps teams that need robust  protection without disrupting developer workflows.  

Here’s what makes it effective:

Continuous Monitoring

Watches over artifact registries like npm, with support for Docker Hub, Amazon ECR, and PyPI coming soon. Every release is inspected, regardless of how it was published.

Automated Verification

Confirms that each new version was published using your approved CI/CD processes. This check uses commit data, workflow history, and other trusted metadata sources.

Instant Alerts

Provides immediate notification for suspicious or unverified releases. This ensures that potential threats are caught before they can affect users or production environments.

Zero False Positives

Uses official provenance data when available and proprietary logic when it’s not. This results in highly accurate alerts without unnecessary noise.

No Developer Effort Needed

Integrates with your current CI/CD pipelines without requiring any changes. Developers can continue working as usual while Artifact Monitoring runs silently in the background.

Learn More

Want to see how StepSecurity Artifact Monitor works in practice?

Check out the official documentation for a full walkthrough of the feature

Prefer a hands-on experience? Try it yourself with our interactive demo: