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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

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 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 How to Use Docker in Actions Runner Controller (ARC) Runners Securely - StepSecurity
Dev Machine Guard Is Now Open Source: See What's Really R...
2026-04-09 · via Step Security Blog

Ask any developer what developer tools are installed on their machine and you'll get a partial answer at best. They'll know their IDE and maybe a few extensions. But what about the MCP servers their AI coding agent is configured to connect to? The full list of globally installed npm packages? Which AI tools have access to their GitHub tokens and cloud credentials? The developer tooling layer on modern machines has grown enormously, and most of it is invisible.

This isn't a gap that generic security tools can fill. EDR solutions can tell you what processes are running and flag suspicious behavior, but they have no understanding of IDE extensions, MCP server configurations, AI coding agents, or the npm packages installed across your projects. That context is specific to the developer workflow, and nothing in the traditional security stack covers it.

StepSecurity was one of the first to detect the Shai-Hulud npm supply chain campaign (which earned a CISA advisory after compromising 500+ packages) and the s1ngularity Nx compromise (where a build system with millions of weekly downloads was weaponized to steal credentials through AI CLI tools). In both cases, detection was only half the battle. The harder problem was figuring out which developer machines across an organization actually had the compromised packages, the affected IDE extensions, or the risky AI agent configurations. Security teams resorted to hastily written one-off scripts shared over Slack, with inconsistent results and no way to verify coverage.

To bridge this gap, we built StepSecurity Dev Machine Guard for our enterprise customers, giving them a purpose-built way to inventory and secure the developer tooling layer across their fleet.  

Today, we are open-sourcing the core scanning engine as Dev Machine Guard so that every developer and every security team can get this visibility for free.

GitHub repo: github.com/step-security/dev-machine-guard

The Developer Tooling Layer Is the New Attack Surface

The developer tooling ecosystem has expanded rapidly. A typical developer machine today runs one or more IDEs with dozens of extensions, multiple AI coding agents, MCP servers connecting those agents to external tools and services, and thousands of npm packages across various projects. Each of these is a potential entry point for supply chain attacks, and each carries privileges that attackers covet: GitHub tokens with write permissions, npm publishing credentials, SSH keys, and cloud access.

AI coding agents have accelerated this expansion. Tools like Claude Code, GitHub Copilot, Cursor, and Codex autonomously install dependencies, execute tools, and connect to MCP servers, often with the same elevated privileges as the developer. A developer might have a compromised IDE extension auto-updating in the background, or an MCP server configured to connect to an untrusted endpoint, and nobody would know.

We wrote about this challenge in depth when we launched StepSecurity Dev Machine Guard earlier this year. The attacks keep proving the point: you can't secure what you can't see, and the developer tooling layer is where visibility is most needed.

Dev Machine Guard is a single bash script that scans your developer machine in seconds and gives you a complete inventory of developer tools, AI agents, MCP server configurations, IDE extensions, and Node.js packages.

You can try it right now:

curl -sSL https://raw.githubusercontent.com/step-security/dev-machine-guard/main/stepsecurity-dev-machine-guard.sh -o stepsecurity-dev-machine-guard.sh chmod +x stepsecurity-dev-machine-guard.sh ./stepsecurity-dev-machine-guard.sh 

Here's what it scans:

Category Examples
IDEs and Desktop Apps VS Code, Cursor, Windsurf, Zed, Claude, Copilot
AI CLI Tools Claude Code, Codex, Gemini CLI, Kiro, Aider
AI Agents Claude Cowork, OpenClaw, GPT-Engineer
AI Frameworks Ollama, LM Studio, LocalAI
MCP Server Configs Claude Desktop, Cursor, Windsurf, Zed, Codex
IDE Extensions VS Code, Cursor (with publisher metadata)
Node.js Packages npm, yarn, pnpm, bun (opt-in)

The script produces output in three formats. The default is color-formatted terminal output that you can read immediately. You can also generate structured JSON (with --json) for programmatic analysis, or a self-contained HTML report (with --html report.html) that you can share with your team.

See SCAN_COVERAGE.md for the full catalog of detections.

Why a Bash Script?

This is a deliberate design choice, not a shortcut.

First, zero-dependency deployment. A bash script runs natively on macOS with no runtime, interpreter, or package manager required. This matters at scale: when you need to deploy a scan across hundreds of developer machines via MDM (Jamf, Kandji, Intune), you push the script and it works. No agent installation, no packaging, no compatibility issues.

Second, full transparency. Developer machines are highly privileged environments with access to source code, credentials, and cloud infrastructure. Security teams are rightfully skeptical of running opaque binaries on these machines. A readable shell script lets you review every line before deploying it. No hidden telemetry, no compiled logic you can't inspect. You can audit exactly what data is collected and where it goes (in community mode, the answer is: nowhere, everything stays local).

One Script, Community and Enterprise

At StepSecurity, we believe that foundational security visibility should be accessible to everyone, not just enterprise customers. That's the same philosophy behind our other free community tools:  

  • Harden-Runner for CI/CD pipeline security (trusted by 10,000+ open-source projects)
  • Dev Machine Guard extends that commitment to the developer machine layer.

We also want to be transparent about an important architectural decision. Our enterprise customers will run the exact same open-source script from this GitHub repository. There is no separate closed-source version. There is no "enterprise fork." We are currently consolidating our enterprise deployment to use this open-source script directly.

The scanning engine, all the detection logic, every line of code, lives in the open. Enterprise mode activates when you provide StepSecurity tenant information and an API key. With those credentials, the script sends scan data to the StepSecurity backend for centralized visibility. Without them, the script runs fully locally and nothing leaves your machine.

Here's what each tier provides:

Feature Community (Free) Enterprise
AI agent and tool inventory Yes Yes
IDE extension scanning Yes Yes
MCP server config audit Yes Yes
Pretty / JSON / HTML output Yes Yes
Node.js package scanning Opt-in Default on
Centralized dashboard Yes
Policy enforcement and alerting Yes
Scheduled scans via launchd Yes
Historical trends and reporting Yes

This single-script model means that every improvement contributed by the community benefits enterprise customers, and every detection we add for enterprise use cases is available to the community. It also means we have a strong incentive to keep investing in this project long-term, because our paying customers depend on the same code.

How Dev Machine Guard Fits Into StepSecurity

Dev Machine Guard covers the developer machine layer, but supply chain attacks rarely stop at one surface. Together with our other tools, it provides visibility across all three critical stages:

Stage Tool What It Protects
Developer Machines Dev Machine Guard AI agents, IDE extensions, MCP servers, local packages
Code Repositories npm Package Security Package risk assessment, cooldown periods, compromised package detection
CI/CD Pipelines Harden-Runner Runtime monitoring, network egress control, anomaly detection

Modern supply chain attacks cross these boundaries. The Shai-Hulud campaign is a clear example: it compromised npm packages that executed on developer machines, stole credentials, and then used those credentials to bypass release controls entirely. Defending against that kind of multi-stage attack requires visibility across all three surfaces.

Get Started

Run your first scan in under 30 seconds:

curl -sSL https://raw.githubusercontent.com/step-security/dev-machine-guard/main/stepsecurity-dev-machine-guard.sh -o stepsecurity-dev-machine-guard.sh chmod +x stepsecurity-dev-machine-guard.sh ./stepsecurity-dev-machine-guard.sh 

If you find it useful, give the repo a star to help others discover it.

For teams that want centralized visibility, policy enforcement, and historical reporting across their developer fleet, start a 14-day free trial of the enterprise dashboard.

The project is licensed under Apache 2.0. Contributions are welcome, whether it's adding detection for a new AI tool, improving documentation, or reporting bugs. See CONTRIBUTING.md to get started.