Tuesday, August 4, 2026

Three AI safety errors that can hang-out enterprises

We dwell in a world the place anybody can publish to npm or PyPI, and we’ve seen attackers slip malicious packages into these ecosystems or compromise ones which are extensively used. A number of the latest incidents have concerned safety and devops instruments themselves pulling a compromised dependency, operating it as a part of CI/CD with elevated privileges, and quietly exfiltrating secrets and techniques or tampering with builds. I personally skilled one of these compromise a few months in the past, and needed to replace all of my credentials in GitHub.

Pulling unvetted code is dangerous; now layer AI brokers on high of that. They default to no matter is best to find and combine. If a package deal solves an issue in entrance of the agent, the agent will add it. That is the previous “obtain a random library from the Web” downside, however now it’s on autopilot, at scale, and shifting at a tempo we’ve by no means seen earlier than.

To unravel this downside, we should present the brokers with an innate sense of our danger tolerance, an accepted parts record, our needs round logging, and so on. We are able to do that with spec recordsdata and what the trade calls constitutions. Collectively, that is referred to as harness engineering, which we are going to discuss extra about later.

Related Articles

Latest Articles