Attackers are compromising software supply chains in ways that exploit trusted automation, particularly where CI/CD systems and developer tooling grant access to secrets. Multiple incidents described across outlets involve malicious code running inside build or developer workflows, harvesting credentials, and exfiltrating data through channels that look routine, including GitHub activity.

One major thread is “Shai-Hulud” style npm worms and related campaigns that spread across packages and versions. Reports say malicious releases and credential-stealing payloads are able to carry legitimate-looking provenance when they are generated during attacker-controlled execution inside trusted pipelines. In parallel, the “Trivy” campaign is described as evolving from compromised GitHub Actions into broader artifacts (including registry-related and container pathways), with emphasis on how incomplete remediation can leave previously accessed credentials usable and enable follow-on stages.

Another angle focuses on developer automation at scale: tools such as Renovate and Dependabot can open and merge dependency-update pull requests automatically, accelerating distribution of malicious versions. Several accounts also highlight how AI development tooling increases exposure by reducing friction between “recommend” and “install,” with examples involving poisoned packages and secret harvesting. Across stories, authors emphasize that controls like provenance and signatures do not fully prevent compromise when attackers obtain the right identities or permissions, and that patching speed, token rotation, and tighter trust boundaries in CI workflows are central to limiting impact.