Skip to main content

CrowdStrike Moves to Secure Software Supply Chains at the Endpoint

CrowdStrike today at its Fal.con 2026 conference extended its reach into the realm of software supply chain security with the addition of an offering that blocks malicious open-source packages at the endpoint before their embedded code can run.

Bartley Richardson, chief AI and autonomous systems officer for CrowdStrike, said Real-Time Supply Chain Attack Protection is designed to prevent both human developers and artificial intelligence (AI) coding agents from downloading malicious software packages that have been poisoned by malicious actors. The only place to effectively thwart these types of attacks is at the command line interface (CLI) running on the endpoint used to build an application, added Richardson.

Based on a sensor that CrowdStrike relies on to secure endpoints, Real-Time Supply Chain Attack Protection intercepts open-source package manager transactions before any embedded script runs on a Windows, macOS or Linux endpoint. DevSecOps teams, as a result, have complete visibility into every software package installed across every endpoint, so when a package is compromised, security teams know exactly where it lives and can act immediately.

Additionally, the moment a package is flagged, CrowdStrike automatically runs a lookback across every endpoint and triggers remediation workflows via its Charlotte agentic AI automation platform.

Finally, every malicious package discovered serves to make Real-Time Supply Chain Attack Protection smarter about what to look for in the next attack, said Richardson.

Software supply chain security is becoming a more pressing concern as adversaries continue to aggressively exploit vulnerabilities found in code. CrowdStrike’s 2026 Threat Hunting Report, for example, found STARDUST CHOLLIMA, a cybersecurity syndicate that operates out of North Korea, has poisoned 131 trusted AI framework packages, while another syndicate dubbed eCrime actor ALTERED SPIDER compromised more than 300 software dependencies in a single day.

The challenge is that poisoned software packages look like any other ordinary file. Once installed, code starts to automatically run, which means that code may not be discovered for days, if ever, by legacy scanning tools. Adding insult to injury, if not stopped at the endpoint before embedded scripts execute, a poisoned package also starts to move downstream as applications are deployed.

More challenging still, AI agents that are becoming more widely deployed are also likely to discover a poisoned package that will then be incorporated into an agentic workflow.

CrowdStrike, in effect, is making a case for using its endpoint security tools to prevent malicious software packages from ever finding their way into the software supply chain in the first place.

It’s not clear to what degree organizations that build software are revisiting their DevSecOps workflows, but it’s apparent that legacy processes need to be updated in the AI era. The challenge is that as it becomes simpler to build and distribute malicious packages, the current state of the art depends far too much on an individual developer to distinguish between one file versus another in what has become a sea of them.



from DevOps.com https://ift.tt/NUtQV0s

Comments

Popular posts from this blog

In Nepal and Across the World, Child Marriage Is Rising

In Nepal and Across the World, Child Marriage Is Rising By Bhadra Sharma and Jeffrey Gettleman from NYT World https://ift.tt/3cbjEnR Nepal, Quarantine (Life and Culture), Coronavirus (2019-nCoV), Child Marriages, Youth, Women and Girls, Teenage Pregnancy, Pregnancy and Childbirth, Third World and Developing Countries, Birth Control and Family Planning

Exadel Records Strong Year with Surge in Client Roster, Additions to Executive Team and Record-Breaking Company Growth

Success comes from growing need for digital transformation solutions and services amidst the COVID-19 pandemic WALNUT CREEK, Calif., January 12, 2021 — Exadel (www.exadel.com), a global provider of digital engineering solutions and services, announces a successful 2020 including a burgeoning client portfolio, continued growth, including new executive team members and 2020 sales projections. This year, […] The post Exadel Records Strong Year with Surge in Client Roster, Additions to Executive Team and Record-Breaking Company Growth appeared first on DevOps.com . from DevOps.com https://ift.tt/2LMO6eg

AWS Adds Agentic Workspace to Kiro AI Coding Tool

Amazon Web Services (AWS) this week added an open source workspace for its Kiro artificial intelligence (AI) coding tool that enables application developers to asynchronously assign tasks to an AI agent that is capable of autonomously performing tasks, such as testing code as it is created, in a way that maintains context across multiple sessions. Darko Mesaros, a distinguished developer advocate at AWS, said the Kiro Crew workspace is also capable of creating reusable AI skills by observing the tasks developers assign to Kiro as they write code. Kiro Crew orchestrates agents using the Agent Client Protocol (ACP) to ensure every step is observable in real time as sub-agents are spawned. For example, developers can also hand off a ticket queue to Kiro Crew for it to triage issues and flag what needs their attention or ask it to investigate the root cause of an incident while a developer continues to work on another task. An Activity view shows each agent’s reasoning, every tool call,...