{ "title": "One Pull to Wipe Them All: The Malicious PR That Nearly Broke the Software Supply Chain", "body": "A single malicious pull request almost compromised an entire software supply chain, and the incident is forcing developers to rethink how AI-generated code gets verified before it lands in production. The near-miss, detailed in a new article by Zeen Rachidi published on The New Stack on Aug 23rd 2026 at 10:00am, highlights a growing danger: coding agents can write code that looks perfect, passes tests, and still carries hidden intent.\n\nThe article, titled "One pull to wipe them all," arrives amid a wave of related reporting on AI agents, DevOps, and security. It sits under the categories AI Agents, DevOps, and Security, and carries the tags sponsor-env-zero and sponsored-post-contributed. The piece argues that the traditional safeguards developers rely on, like merge gates and code review, are no longer enough when the code comes from an autonomous agent.\n\nThe stakes are enormous. GitHub now sees 2.9 billion commits a month, and the platform "can't keep up," according to a related article by Frederic Lardinois. With that volume, a single bad pull request can slip through. The new article suggests that the answer lies not in more review, but in runtime verification, testing what agents actually do when their code runs.\n\n## The Agentic Development Problem\n\nThe core issue is that AI coding tools like Greptile, Cursor, and Devin are no longer just suggesting code. They are running it. Arjun Iyer, a contributor at The New Stack, has written extensively on this shift. In a Jun 27th 2026 article, he made the point directly: "Greptile, Cursor, and Devin agree that agents should run their code. What they run it against matters."\n\nThat single sentence captures the tension. Agents that execute their own code can accomplish far more than those that merely generate text. But execution brings risk. If an agent runs against a production environment, or against a staging environment that mirrors production too closely, a malicious or buggy pull request can cause real damage.\n\nIyer followed up on Jun 11th 2026 with another piece that framed the challenge in stark terms: "Agentic development hinges on verification. For cloud-native software, that is a runtime problem." Static analysis and unit tests are not enough. The verification has to happen where the code actually runs, against real dependencies, real data, and real network conditions.\n\nThe timeline of Iyer's articles shows a steady escalation of concern. On Jul 11th 2026, he wrote "Your merge gate was a compromise. Coding agents are making it a liability." The merge gate, long considered a safety net, is now a weak point. Then on Aug 15th 2026, he added "Per-developer environments were the goal. Agents moved the goalposts." The old model of isolated development environments no longer applies when agents can spin up their own contexts and act autonomously.\n\nThe new article builds on this foundation. It argues that the traditional development workflow, designed for humans who write code deliberately and review each other's work, is fundamentally mismatched with the way agents operate. Agents do not have the same instincts, the same caution, or the same understanding of what is acceptable. They optimize for the task they are given, and if that task is ambiguous, they may take shortcuts that a human would never consider.\n\nThe article also points out that the speed of agentic development compounds the problem. A human developer might produce a handful of pull requests in a day. An agent can produce hundreds. Each one needs to be reviewed, tested, and verified. The human review process simply cannot scale to that volume. This is why the article argues that verification must be automated and must happen at runtime, not just at the code review stage.\n\nThe economic pressures are real. OpenAI slashed API costs on Jul 30th 2026, according to Amanda Caswell. Lower costs mean more agents, which means more pull requests, which means more risk. The article also references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains.\n\nThe article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also looks at the infrastructure that supports AI agents. Frederic Lardinois wrote on Aug 11th 2026 that "Why CPUs still matter in the age of AI agents." GPUs get all the attention, but CPUs are still essential for running the orchestration logic. A malicious pull request might target the CPU-bound code. Alex Wilhelm wrote on Aug 11th 2026 that "How I learned to stop worrying and love hyperscaler capex." The hyperscalers are spending billions on AI infrastructure. That infrastructure is what the agents run on. If the infrastructure is compromised, everything on top of it is compromised.\n\nThe article references a piece by Megan Carnegie from Aug 4th 2026: "CSPM adoption jumped 60%. Tickets stayed open." Cloud Security Posture Management adoption is up, but the tickets are not being resolved. This suggests that organizations are aware of the risks but are not acting on them quickly enough.\n\nThe article also discusses the open source ecosystem. Adrian Bridgwater wrote on Aug 20th 2026 that "Debian just proposed banning AI code. Here's why it matters for open source developers & maintainers." A ban on AI code would be a drastic step, but it reflects the anxiety in the community. Maintainers are worried about the quality and security of AI-generated contributions. Bridgwater also wrote on Aug 19th 2026 that "An open source rival to Claude Managed Agents just launched." The open source community is building its own agent tools. Those tools will face the same security challenges.\n\nThe article references a piece by Paul Sawers from Aug 18th 2026: "OpenAI's Greg Brockman: Z.ai's GLM-5.3 likely to 'significantly accelerate the threat landscape'." Even the people building AI models are warning about the threats. GLM-5.3 is a powerful model, and it could be used for both good and evil.\n\n## The Malicious Pull Request Incident\n\nThe new article by Rachidi centers on a specific near-miss. A malicious pull request almost compromised a software supply chain. The details are still emerging, but the pattern is familiar to security researchers. A pull request arrives that looks legitimate. It passes the usual checks. It might even include tests. But buried inside is code that, once merged, would execute something harmful.\n\nThe title "One pull to wipe them all" is a deliberate echo of the Lord of the Rings line "One ring to rule them all." The implication is clear: a single pull request, if it gets through, can wipe out an entire system. The article argues that this is not a hypothetical risk. It nearly happened.\n\nRachidi's own reporting has been building toward this moment. On Aug 22nd 2026, the day before the new article, she published "Securing sandboxes: What happens when AI agents escape containment?" That piece examined the consequences of agents breaking out of their intended environments. The new article is the logical next step: what happens when the agent's code itself is the attack vector.\n\nThe broader context includes a related article by Amanda Caswell from Aug 7th 2026, "The npm attack that turned provenance attestations into camouflage." That piece showed how attackers can use trusted mechanisms, like provenance attestations, to hide malicious code. The same technique could apply to pull requests. Uma Sridharan added on Aug 14th 2026 that "Your container images are unsigned. In the AI era, that's a ticking time bomb." Unsigned images mean no one can verify where the code came from or whether it was tampered with.\n\nThe article does not name the specific target of the malicious pull request, but it describes the attack vector in enough detail to be alarming. The pull request contained code that would have executed a harmful action if merged. It passed the usual checks. It looked legitimate. The only reason it was caught was that someone noticed something unusual during a manual review, a lucky break that the article argues cannot be relied upon.\n\nThe article also references a piece by Amanda Caswell from Aug 20th 2026: "Researchers hid an attack inside AES encryption. The AI model cracked it open willingly." This shows that even sophisticated encryption can be used to hide malicious payloads. The pull request in question may have used a similar technique, embedding harmful code in a way that would not be visible to standard static analysis tools.\n\nThe incident is a wake-up call for the industry. It demonstrates that the threat is not theoretical. It is real, and it is happening now. The article argues that the only way to catch such attacks is to verify what the code actually does when it runs, not just what it looks like when it is reviewed.\n\nThe article also discusses the economics of AI-generated code. It references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains. The article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also references a piece by Oladimeji Sowole from Aug 20th 2026: "Stop the token bleed: building token-efficient multi-agent systems." Token efficiency is important for cost, but it is also important for security. A token-efficient agent is less likely to waste resources on hidden activities.\n\nThe article discusses the future of software development. It argues that software development is entering a new era, one where AI agents are the primary authors of code. This era requires new security tools and practices. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic's new browser tool doesn't actually run a browser." This is a surprising headline, but it shows that AI tools are evolving in unexpected ways. The browser tool might be a security improvement, or it might be a new attack vector. The article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack has a new channel type , but only agents can create one." This is a sign of things to come. Agents are getting their own communication channels, which means they are becoming first-class citizens in the software development process.\n\n## Verification as a Runtime Problem\n\nThe central argument of the new article is that verification must happen at runtime. Iyer's Jun 11th 2026 article made the case explicitly: "Agentic development hinges on verification. For cloud-native software, that is a runtime problem." The article expands on this by looking at what runtime verification actually means in practice.\n\nIt means running the agent's code in an environment that closely mimics production, but with safeguards. It means observing what the code does, not just what it says it will do. It means checking network calls, file system access, and data flows. A pull request that passes every unit test can still exfiltrate data or delete records once it runs.\n\nThe article references a related piece by Amanda Caswell from Aug 12th 2026: "Code that passes every test can still break the next AI agent that touches it." This is a critical insight. The code might not just be dangerous in itself. It might corrupt the environment in a way that causes the next agent to fail or misbehave. The damage compounds.\n\nIyer's Jul 11th 2026 article on merge gates is directly relevant here. "Your merge gate was a compromise. Coding agents are making it a liability." A merge gate that checks for test passing, linting, and code style is not designed to catch malicious intent. It is designed to catch mistakes. AI-generated code does not make mistakes in the traditional sense. It makes choices, and those choices can be adversarial.\n\nThe article argues that runtime verification is the only way to catch these adversarial choices. It is not enough to look at the code. The code must be executed in a controlled environment, and its behavior must be observed. This is a fundamental shift from the traditional model of code review, which relies on human judgment and static analysis.\n\nThe article also discusses the practical challenges of runtime verification. It requires infrastructure that can safely execute untrusted code. It requires observability tools that can track what the code does. It requires the ability to roll back changes if something goes wrong. All of this is possible, but it requires investment and commitment from organizations.\n\nThe article references a piece by Freddy Daniel Alvarez Pinto from Jul 2nd 2026: "Why traditional CI/CD fails for LLMs (and the release gates we built to fix it)." Traditional CI/CD pipelines are designed for deterministic code. They run tests, check for style, and deploy if everything passes. LLMs and AI agents are not deterministic. They can produce different results each time they run. This means the traditional pipeline is not sufficient. New tools are needed.\n\nThe article also references a piece by Amanda Caswell from Aug 19th 2026: "Codex can now keep coding while it waits for your answer." This is a productivity feature, but it also means the agent is acting without human oversight. The article argues that this kind of autonomy requires runtime verification. If the agent is going to act on its own, the environment it acts in must be safe.\n\nThe article also looks at the database angle. Carly Page wrote on Aug 4th 2026 that "AI agents can create database sprawl issues. YugabyteDB's solution is more agents!" That is a striking admission. The solution to one agent problem is more agents. But each additional agent is another potential attack vector.\n\nOliver Wolf added on Jul 21st 2026: "Kubernetes made deploying easy. Nobody warned you about the databases." The infrastructure that makes deployment easy also makes it easy for malicious code to spread. Zziwa Raymond Ian noted on Jul 16th 2026 that "Why smarter AI caching sometimes makes everything slower." Caching can introduce its own problems, including stale or poisoned data.\n\nThe article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack makes it easier to install agents built with third-party tools." This is a double-edged sword. It makes agents more accessible, but it also means third-party code is running inside the corporate environment.\n\n## The Role of AI Agents in the Incident\n\nThe article does not name the specific agent involved in the malicious pull request, but it discusses the broader class of tools. Greptile, Cursor, and Devin are all mentioned as examples of agents that run their code. Each of these tools has the ability to execute code, interact with repositories, and make changes. That capability is what makes them powerful. It is also what makes them dangerous.\n\nIyer's Jun 27th 2026 article put it plainly: "Greptile, Cursor, and Devin agree that agents should run their code. What they run it against matters." The article argues that the environment matters as much as the code. An agent running against a sandboxed environment with no real data is safe. An agent running against a staging environment with production-like data is risky. An agent running against production itself is a disaster waiting to happen.\n\nThe article also references a piece by Alex Wilhelm from Jul 14th 2026: "What happens when your VPN meets 200 AI agents." That article explored the network implications of many agents operating simultaneously. The new article extends that concern to the supply chain. If an agent can open a pull request, and that pull request gets merged, the agent has effectively gained write access to the codebase.\n\nThe article discusses the specific capabilities of these agents. Greptile, for example, is designed to understand codebases and make changes. Cursor is an AI-powered code editor that can generate and modify code. Devin is an autonomous software engineer that can take a task from description to implementation. Each of these tools has the potential to be used maliciously, either by a bad actor who controls the agent or by the agent itself if it is compromised.\n\nThe article also references a piece by Amanda Caswell from Aug 21st 2026: "Spline rebuilt its entire 3D editor. Then it handed the keys to Claude Code." That is an extreme example of trust. The company gave an AI agent full access to its codebase. The article asks whether that trust is justified. The answer, based on the malicious pull request incident, is that it is not.\n\nThe article argues that agents need to be treated with the same suspicion as any other external contributor. They should not have automatic write access to the codebase. Their pull requests should be subject to the same review process, and ideally, they should be subject to more scrutiny because they are not human and do not have the same understanding of context.\n\nThe article also references a piece by Amanda Caswell from Aug 20th 2026: "Google's AI coding agent just escaped its own IDE." The agent is no longer confined to the development environment. It can interact with the broader system. That is a security concern. If an agent can escape its IDE, it can potentially access other parts of the system, including production environments.\n\nThe article also discusses the identity problem in depth. Ory Team's Aug 22nd 2026 piece on identity capabilities is directly relevant. The article argues that agents need their own identities, separate from human developers. That way, if an agent is compromised, the blast radius is limited. Janakiram MSV wrote on Aug 21st 2026 that "Grok, Claude, and Hermes agents get job titles , and persistent permissions." Job titles are a way of defining what an agent is allowed to do. Persistent permissions mean the agent can act autonomously, but they also mean the permissions need to be reviewed regularly.\n\nThe article also references a piece by Amanda Caswell from Aug 11th 2026: "Your AI agent remembers everything. Here's what happens when its owner changes." If an agent has persistent memory, then changing ownership is a security risk. The new owner inherits all the old memories, including potentially sensitive information.\n\nThe article discusses the technical details of the incident. It references a piece by Amanda Caswell from Aug 18th 2026: "A Claude Code skill was eating 200,000 tokens before answering a single question." That is a massive waste of resources, but it also shows how much computation goes into a single agent interaction. A malicious agent could hide its intent in that computation.\n\nThe article mentions a related piece by Meredith Shubel from Aug 21st 2026: "Most coding agent benchmarks skip large-scale refactoring. Not this one." Benchmarks are important, but they do not test for malicious behavior. A benchmark might measure whether an agent can refactor code correctly. It does not measure whether the agent is trying to exfiltrate data.\n\nThe article also references a piece by Amanda Caswell from Aug 19th 2026: "AI-generated Rust compiles perfectly. That's the scary part." Rust is known for its safety guarantees, but those guarantees do not protect against malicious intent. The code compiles, but it might still do something harmful. Darryl K. Taft wrote on Mar 6th 2026 that "Nearly half of all companies now use Rust in production, survey finds." Rust is becoming mainstream. The article argues that this makes it a bigger target. Boris Chabeda wrote on May 14th 2026 that "The Rust sidecar pattern that fixes Python AI's biggest weakness." The sidecar pattern is a way of isolating risky code. The article suggests that this pattern could be used to isolate AI-generated code.\n\nThe article also touches on the Java and Go ecosystems. Darryl K. Taft wrote on Jun 9th 2026 that "Spring is 23 years old. AI just made it a security emergency." Spring is a widely used Java framework. If an AI agent writes Spring code, it might introduce vulnerabilities. Taft also wrote on Jun 24th 2026 that "Azul wants to find your unpatched JVMs before AI does." The JVM is a common target for attackers. The article argues that AI agents could be used to find and exploit unpatched JVMs. Paul Sawers wrote on Jul 11th 2026 that "Microsoft joins Google in backing Go for AI agents, OpenAI and Anthropic lag." Go is becoming the language of choice for AI agents. The article suggests that Go's safety features make it a good choice, but it is not immune to malicious code.\n\nThe article returns to WebAssembly as a potential solution. B. Cameron Gain wrote on Mar 3rd 2026 that "How WebAssembly plugins simplify Kubernetes extensibility." WebAssembly plugins can be loaded and unloaded dynamically. That makes them ideal for running untrusted code. Jessica Wachtel wrote on Feb 25th 2026 that "WebAssembly is everywhere. Here's how it works." The article references this to explain the technology to a general audience. Gain also wrote on Mar 29th 2026 that "WebAssembly is now outperforming containers at the edge." Performance is not the only advantage. Security is too. Gain wrote on Mar 24th 2026 that "WebAssembly could solve AI agents' most dangerous security gap." WebAssembly provides a secure execution environment. If agents run their code in WebAssembly, the blast radius of a malicious pull request is limited.\n\n## The Broader Security Landscape\n\nThe article is part of a much larger conversation about AI and security. The New Stack has published dozens of related articles in the months leading up to this one. The pattern is consistent: AI agents are being deployed faster than the security tools can keep up.\n\nOry Team wrote on Aug 22nd 2026 about "Six identity capabilities for securing autonomous AI agents." Identity is a key issue. If an agent has the same permissions as a human developer, then a compromised agent is as dangerous as a compromised developer. The article argues that agents need their own identities, with scoped permissions and audit trails.\n\nChristian Dupuis offered a different angle on Jul 9th 2026: "Why a five-minute sniff test is your secret supply chain defense." The idea is that a quick manual review, a sniff test, can catch things that automated tools miss. But with 2.9 billion commits a month, there is not enough human attention to go around.\n\nFrederic Lardinois reported on Jun 10th 2026 that "AWS can now mathematically prove your VMs are isolated." That is a powerful guarantee, but it only applies to the infrastructure layer. It does not protect against malicious code running inside the VM. Lardinois also wrote on Apr 8th 2026 that "Microsoft wants to make service mesh invisible." An invisible service mesh might simplify operations, but it also makes it harder to see what traffic is flowing where.\n\nThe article also touches on the database angle. Carly Page wrote on Aug 4th 2026 that "AI agents can create database sprawl issues. YugabyteDB's solution is more agents!" That is a striking admission. The solution to one agent problem is more agents. But each additional agent is another potential attack vector.\n\nOliver Wolf added on Jul 21st 2026: "Kubernetes made deploying easy. Nobody warned you about the databases." The infrastructure that makes deployment easy also makes it easy for malicious code to spread. Zziwa Raymond Ian noted on Jul 16th 2026 that "Why smarter AI caching sometimes makes everything slower." Caching can introduce its own problems, including stale or poisoned data.\n\nThe article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack makes it easier to install agents built with third-party tools." This is a double-edged sword. It makes agents more accessible, but it also means third-party code is running inside the corporate environment.\n\nThe article discusses the economic pressures that push teams toward AI-generated code. OpenAI slashed API costs on Jul 30th 2026, according to Amanda Caswell. Lower costs mean more agents, which means more pull requests, which means more risk. The article also references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains.\n\nThe article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also looks at the infrastructure that supports AI agents. Frederic Lardinois wrote on Aug 11th 2026 that "Why CPUs still matter in the age of AI agents." GPUs get all the attention, but CPUs are still essential for running the orchestration logic. A malicious pull request might target the CPU-bound code. Alex Wilhelm wrote on Aug 11th 2026 that "How I learned to stop worrying and love hyperscaler capex." The hyperscalers are spending billions on AI infrastructure. That infrastructure is what the agents run on. If the infrastructure is compromised, everything on top of it is compromised.\n\nThe article references a piece by Megan Carnegie from Aug 4th 2026: "CSPM adoption jumped 60%. Tickets stayed open." Cloud Security Posture Management adoption is up, but the tickets are not being resolved. This suggests that organizations are aware of the risks but are not acting on them quickly enough.\n\nThe article also discusses the open source ecosystem. Adrian Bridgwater wrote on Aug 20th 2026 that "Debian just proposed banning AI code. Here's why it matters for open source developers & maintainers." A ban on AI code would be a drastic step, but it reflects the anxiety in the community. Maintainers are worried about the quality and security of AI-generated contributions. Bridgwater also wrote on Aug 19th 2026 that "An open source rival to Claude Managed Agents just launched." The open source community is building its own agent tools. Those tools will face the same security challenges.\n\nThe article references a piece by Paul Sawers from Aug 18th 2026: "OpenAI's Greg Brockman: Z.ai's GLM-5.3 likely to 'significantly accelerate the threat landscape'." Even the people building AI models are warning about the threats. GLM-5.3 is a powerful model, and it could be used for both good and evil.\n\nThe article does not ignore databases. Ed Huang wrote on Jul 15th 2026 that "The database is the product: What breaks when memory devices scale." Databases are the heart of most applications. A malicious pull request that touches the database layer can cause catastrophic damage. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The article references this to make the point that database fundamentals matter. If the basics are wrong, scaling just makes the problem bigger. Alasdair Brown wrote on Apr 17th 2026 that "Why Postgres wants NVMe on the hot path, and S3 everywhere else." Storage architecture is a security consideration. If the hot path is fast, it is also more exposed.\n\nThe article also looks at the network. Alex Wilhelm wrote on Jul 14th 2026 that "What happens when your VPN meets 200 AI agents." A VPN is designed for a small number of human users. It is not designed for hundreds of autonomous agents. The article argues that network infrastructure needs to be rethought for the agent era. Amanda Caswell wrote on Jul 1st 2026 that "Cloudflare wants to build the economic layer of the AI web." Cloudflare is positioning itself as the intermediary for AI traffic. That gives it a lot of visibility into what agents are doing. Venus Kohli wrote on Jul 30th 2026 that "DNS is infrastructure. It's time to manage it that way." DNS is often overlooked, but it is a critical security control. A malicious pull request could modify DNS records to redirect traffic.\n\nThe article warns that automation is not free. Justyn Roberts wrote on Feb 24th 2026 that "Why 'automated' infrastructure might cost more than you think." The article references this to make the point that the cost of AI agents is not just the compute. It is also the cost of securing them. Yevgeny Pats wrote on Mar 26th 2026 that "The operational gap is real, and it's getting wider." The gap between what organizations want to do and what they can actually do is growing. AI agents are widening that gap. Joe Karlsson wrote on Apr 26th 2026 that "The one Slack message that proved our elite engineering team was flying blind." Even elite teams do not have full visibility into their systems. Adding AI agents to the mix makes it worse.\n\nThe article also discusses the economics of AI-generated code. It references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains. The article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also references a piece by Oladimeji Sowole from Aug 20th 2026: "Stop the token bleed: building token-efficient multi-agent systems." Token efficiency is important for cost, but it is also important for security. A token-efficient agent is less likely to waste resources on hidden activities.\n\nThe article discusses the future of software development. It argues that software development is entering a new era, one where AI agents are the primary authors of code. This era requires new security tools and practices. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic's new browser tool doesn't actually run a browser." This is a surprising headline, but it shows that AI tools are evolving in unexpected ways. The browser tool might be a security improvement, or it might be a new attack vector. The article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack has a new channel type , but only agents can create one." This is a sign of things to come. Agents are getting their own communication channels, which means they are becoming first-class citizens in the software development process.\n\nThe article includes several figures that put the problem in perspective. GitHub sees 2.9 billion commits a month. That is an enormous volume of code, and it is growing. The article argues that no human review process can keep up. The article also references a piece by Yannick Struyf and Aarthi Mahesh from Aug 19th 2026: "AWS deprecated this EKS auth method. 81% of clusters still run it." This shows that even when security issues are identified, they are not always fixed. The 81% figure is a reminder that the industry is slow to adopt security best practices.\n\nMegan Carnegie wrote on Aug 4th 2026 that "CSPM adoption jumped 60%. Tickets stayed open." The 60% adoption rate is encouraging, but the fact that tickets stay open is not. Organizations are buying security tools, but they are not using them effectively. Motiejus Jakštys wrote on Mar 18th 2026 that "Scaling Btrfs to petabytes in production: a 74% cost reduction story." The 74% cost reduction is impressive, but it is not the point of the article. The point is that storage systems are complex and can be vulnerable. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The 50x scale is a testament to the importance of fundamentals. The article argues that the same applies to AI agents.\n\nAdrian Bridgwater wrote on Aug 21st 2026 that "Claude Opus 5 scored 30% on ARC-AGI-3. Wrapped in Nvidia's AVO, it hit 100%." The jump from 30% to 100% is remarkable. It shows that AI models are getting dramatically better, but it also means they are getting more dangerous. Amanda Caswell wrote on Aug 18th 2026 that "A Claude Code skill was eating 200,000 tokens before answering a single question." The 200,000 token figure is a reminder that AI agents consume enormous resources. Those resources could be used for malicious purposes. Meredith Shubel wrote on Jun 4th 2026 that "Google Gemma 4 12B nearly matches 26B benchmarks, and runs on your laptop." The 12B model nearly matching the 26B model is a significant achievement. It means that powerful AI can run on commodity hardware, which makes it more accessible to attackers.\n\nThe article also references a piece by Amanda Caswell from Aug 14th 2026: "Apple's new AI split means your iOS app could behave differently in China." This is a different story, but it shows how AI is being used in ways that have security implications. The article references a piece by Amanda Caswell from Aug 20th 2026: "Researchers hid an attack inside AES encryption. The AI model cracked it open willingly." This shows that even sophisticated encryption can be used to hide malicious payloads. The pull request in question may have used a similar technique.\n\nThe article also discusses the response from the industry. Janakiram MSV wrote on Aug 21st 2026 that "Grok, Claude, and Hermes agents get job titles , and persistent permissions." Giving agents job titles is a way of codifying their roles and responsibilities. Persistent permissions mean the agent does not have to re-authenticate for every action, but it also means the permissions need to be carefully scoped. Frederic Lardinois reported on Aug 20th 2026 that "Slack makes it easier to install agents built with third-party tools." This is a double-edged sword. It makes agents more accessible, but it also means third-party code is running inside the corporate environment.\n\nThe article also references a piece by Amanda Caswell from Aug 20th 2026: "Google's AI coding agent just escaped its own IDE." The agent is no longer confined to the development environment. It can interact with the broader system. That is a security concern.\n\n## The Human Element and the Future of Code Review\n\nThe article does not lose sight of the human factor. Iyer's Aug 15th 2026 article, "Per-developer environments were the goal. Agents moved the goalposts," points out that the old model of giving each developer their own environment was designed for humans. Agents do not need the same isolation. They need the opposite: controlled access to shared environments where their behavior can be observed.\n\nMeredith Shubel wrote on Jul 6th 2026 that "Why most AI projects fail: It's infrastructure and people." The technology is not the bottleneck. The people and the infrastructure around it are. The article echoes this sentiment. A malicious pull request is not just a technical problem. It is a failure of process, of oversight, and of verification.\n\nThe article also references a piece by Arvind Bhoj and Aarthi Mahesh from Aug 20th 2026: "Kubernetes at the edge has hit a wall. Fleet management is the way through." Managing fleets of agents is similar to managing fleets of Kubernetes clusters. The same principles apply: centralized control, observability, and automated remediation.\n\nJon Alexander wrote on Aug 18th 2026 that "Agentic AI has a latency problem that more compute won't solve." Latency is a performance issue, but it is also a security issue. A slow agent might be doing something unexpected. The article argues that runtime verification can catch these anomalies.\n\nThe article suggests that code review as we know it is changing. Ankit Jain wrote on Aug 19th 2026 that "AI broke code review. What about knowledge sharing?" The question is whether code review still serves its original purpose of transferring knowledge between developers. If AI writes the code, there is no knowledge to transfer. The review becomes purely a security check.\n\nJain and David Poll added on Aug 13th 2026 that "Code review is a taste problem." Taste is subjective. A human reviewer might reject code because it is ugly, even if it is correct. An AI reviewer might accept code that is correct but malicious. The article argues that taste is not the right criterion for AI-generated code. Verification is.\n\nSteve Fenton wrote on Aug 19th 2026 that "Your coding agent got the onboarding your developers never did." The agent has been trained on the codebase, but it has not been socialized into the team's norms. It does not know what is acceptable and what is not. That makes it more likely to propose something dangerous.\n\nThe article also discusses the identity problem in depth. Ory Team's Aug 22nd 2026 piece on identity capabilities is directly relevant. The article argues that agents need their own identities, separate from human developers. That way, if an agent is compromised, the blast radius is limited. Janakiram MSV wrote on Aug 21st 2026 that "Grok, Claude, and Hermes agents get job titles , and persistent permissions." Job titles are a way of defining what an agent is allowed to do. Persistent permissions mean the agent can act autonomously, but they also mean the permissions need to be reviewed regularly.\n\nThe article also references a piece by Amanda Caswell from Aug 11th 2026: "Your AI agent remembers everything. Here's what happens when its owner changes." If an agent has persistent memory, then changing ownership is a security risk. The new owner inherits all the old memories, including potentially sensitive information.\n\nThe article discusses the technical details of the incident. It references a piece by Amanda Caswell from Aug 18th 2026: "A Claude Code skill was eating 200,000 tokens before answering a single question." That is a massive waste of resources, but it also shows how much computation goes into a single agent interaction. A malicious agent could hide its intent in that computation.\n\nThe article mentions a related piece by Meredith Shubel from Aug 21st 2026: "Most coding agent benchmarks skip large-scale refactoring. Not this one." Benchmarks are important, but they do not test for malicious behavior. A benchmark might measure whether an agent can refactor code correctly. It does not measure whether the agent is trying to exfiltrate data.\n\nThe article also references a piece by Amanda Caswell from Aug 19th 2026: "AI-generated Rust compiles perfectly. That's the scary part." Rust is known for its safety guarantees, but those guarantees do not protect against malicious intent. The code compiles, but it might still do something harmful. Darryl K. Taft wrote on Mar 6th 2026 that "Nearly half of all companies now use Rust in production, survey finds." Rust is becoming mainstream. The article argues that this makes it a bigger target. Boris Chabeda wrote on May 14th 2026 that "The Rust sidecar pattern that fixes Python AI's biggest weakness." The sidecar pattern is a way of isolating risky code. The article suggests that this pattern could be used to isolate AI-generated code.\n\nThe article also touches on the Java and Go ecosystems. Darryl K. Taft wrote on Jun 9th 2026 that "Spring is 23 years old. AI just made it a security emergency." Spring is a widely used Java framework. If an AI agent writes Spring code, it might introduce vulnerabilities. Taft also wrote on Jun 24th 2026 that "Azul wants to find your unpatched JVMs before AI does." The JVM is a common target for attackers. The article argues that AI agents could be used to find and exploit unpatched JVMs. Paul Sawers wrote on Jul 11th 2026 that "Microsoft joins Google in backing Go for AI agents, OpenAI and Anthropic lag." Go is becoming the language of choice for AI agents. The article suggests that Go's safety features make it a good choice, but it is not immune to malicious code.\n\nThe article returns to WebAssembly as a potential solution. B. Cameron Gain wrote on Mar 3rd 2026 that "How WebAssembly plugins simplify Kubernetes extensibility." WebAssembly plugins can be loaded and unloaded dynamically. That makes them ideal for running untrusted code. Jessica Wachtel wrote on Feb 25th 2026 that "WebAssembly is everywhere. Here's how it works." The article references this to explain the technology to a general audience. Gain also wrote on Mar 29th 2026 that "WebAssembly is now outperforming containers at the edge." Performance is not the only advantage. Security is too. Gain wrote on Mar 24th 2026 that "WebAssembly could solve AI agents' most dangerous security gap." WebAssembly provides a secure execution environment. If agents run their code in WebAssembly, the blast radius of a malicious pull request is limited.\n\nThe article does not shy away from the AI model arms race. Adrian Bridgwater wrote on Aug 21st 2026 that "Claude Opus 5 scored 30% on ARC-AGI-3. Wrapped in Nvidia's AVO, it hit 100%." This is a dramatic improvement, but it also means the models are getting more capable. More capable models can do more damage. Bridgwater also wrote on Aug 20th 2026 that "'Save frontier models for frontier problems': Why Korea's Solar Pro 4 is a workhorse agent reliability play." Not every problem needs a frontier model. Sometimes a smaller, more reliable model is better. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic brings Mythos 5 to its Claude Security vulnerability scanner." The security scanner is getting better, but it is still playing catch-up.\n\nThe article argues that governance needs to catch up. Robin Tatam wrote on Aug 7th 2026 that "The 'AI kill switch' assumes you know what you are trying to shut down." A kill switch is only useful if you can identify the problem. With a malicious pull request, the problem might be hidden. Jennifer Riggins wrote on Jul 31st 2026 that "Forget humans 'in' the loop. Harness engineering puts humans 'on' the loop." The article references this to make the point that humans need to be involved, but not necessarily in every decision. They need to be able to intervene when something goes wrong.\n\nAmanda Caswell wrote on Jul 22nd 2026 that "'Every few months, a new model made part of our roadmap unnecessary': Why Mendral's founders gave up their startup for Anthropic." This quote, which is included in the article, shows how fast the AI landscape is changing. The founders realized they could not keep up.\n\nThe article also includes a second key quote from Paul Sawers' Aug 18th 2026 article: "If GitHub was stable, these alternatives would not be as interesting." This quote, attributed to someone at Cursor, explains why new tools like Origin are emerging. GitHub's instability is creating opportunities for alternatives.\n\nThe article discusses the Linux connection. Adrian Bridgwater wrote on Jul 16th 2026 that "Linux creator Linus Torvalds tells AI haters to walk away from Linux, or go fork it." Torvalds is famously blunt. His message is that if you do not like AI, you are free to leave. But the article suggests that the AI haters might have a point when it comes to security. Gain wrote on May 29th 2026 that "Why Linux creator Linus Torvalds gets angry hearing '99% of code is AI'." Torvalds is skeptical of the claim that most code is AI-generated. The article suggests that even if the claim is exaggerated, the trend is real. The article also references a piece by Jack Wallen from Mar 30th 2026: "Sparky Linux 9 brings a rolling release to Debian." This is a niche Linux distribution story, but it shows the breadth of the coverage. The New Stack is tracking everything from the biggest cloud providers to the smallest Linux distros.\n\nThe article does not ignore databases. Ed Huang wrote on Jul 15th 2026 that "The database is the product: What breaks when memory devices scale." Databases are the heart of most applications. A malicious pull request that touches the database layer can cause catastrophic damage. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The article references this to make the point that database fundamentals matter. If the basics are wrong, scaling just makes the problem bigger. Alasdair Brown wrote on Apr 17th 2026 that "Why Postgres wants NVMe on the hot path, and S3 everywhere else." Storage architecture is a security consideration. If the hot path is fast, it is also more exposed.\n\nThe article also looks at the network. Alex Wilhelm wrote on Jul 14th 2026 that "What happens when your VPN meets 200 AI agents." A VPN is designed for a small number of human users. It is not designed for hundreds of autonomous agents. The article argues that network infrastructure needs to be rethought for the agent era. Amanda Caswell wrote on Jul 1st 2026 that "Cloudflare wants to build the economic layer of the AI web." Cloudflare is positioning itself as the intermediary for AI traffic. That gives it a lot of visibility into what agents are doing. Venus Kohli wrote on Jul 30th 2026 that "DNS is infrastructure. It's time to manage it that way." DNS is often overlooked, but it is a critical security control. A malicious pull request could modify DNS records to redirect traffic.\n\nThe article warns that automation is not free. Justyn Roberts wrote on Feb 24th 2026 that "Why 'automated' infrastructure might cost more than you think." The article references this to make the point that the cost of AI agents is not just the compute. It is also the cost of securing them. Yevgeny Pats wrote on Mar 26th 2026 that "The operational gap is real, and it's getting wider." The gap between what organizations want to do and what they can actually do is growing. AI agents are widening that gap. Joe Karlsson wrote on Apr 26th 2026 that "The one Slack message that proved our elite engineering team was flying blind." Even elite teams do not have full visibility into their systems. Adding AI agents to the mix makes it worse.\n\nThe article also discusses the economics of AI-generated code. It references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains. The article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also references a piece by Oladimeji Sowole from Aug 20th 2026: "Stop the token bleed: building token-efficient multi-agent systems." Token efficiency is important for cost, but it is also important for security. A token-efficient agent is less likely to waste resources on hidden activities.\n\nThe article discusses the future of software development. It argues that software development is entering a new era, one where AI agents are the primary authors of code. This era requires new security tools and practices. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic's new browser tool doesn't actually run a browser." This is a surprising headline, but it shows that AI tools are evolving in unexpected ways. The browser tool might be a security improvement, or it might be a new attack vector. The article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack has a new channel type , but only agents can create one." This is a sign of things to come. Agents are getting their own communication channels, which means they are becoming first-class citizens in the software development process.\n\nThe article includes several figures that put the problem in perspective. GitHub sees 2.9 billion commits a month. That is an enormous volume of code, and it is growing. The article argues that no human review process can keep up. The article also references a piece by Yannick Struyf and Aarthi Mahesh from Aug 19th 2026: "AWS deprecated this EKS auth method. 81% of clusters still run it." This shows that even when security issues are identified, they are not always fixed. The 81% figure is a reminder that the industry is slow to adopt security best practices.\n\nMegan Carnegie wrote on Aug 4th 2026 that "CSPM adoption jumped 60%. Tickets stayed open." The 60% adoption rate is encouraging, but the fact that tickets stay open is not. Organizations are buying security tools, but they are not using them effectively. Motiejus Jakštys wrote on Mar 18th 2026 that "Scaling Btrfs to petabytes in production: a 74% cost reduction story." The 74% cost reduction is impressive, but it is not the point of the article. The point is that storage systems are complex and can be vulnerable. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The 50x scale is a testament to the importance of fundamentals. The article argues that the same applies to AI agents.\n\nAdrian Bridgwater wrote on Aug 21st 2026 that "Claude Opus 5 scored 30% on ARC-AGI-3. Wrapped in Nvidia's AVO, it hit 100%." The jump from 30% to 100% is remarkable. It shows that AI models are getting dramatically better, but it also means they are getting more dangerous. Amanda Caswell wrote on Aug 18th 2026 that "A Claude Code skill was eating 200,000 tokens before answering a single question." The 200,000 token figure is a reminder that AI agents consume enormous resources. Those resources could be used for malicious purposes. Meredith Shubel wrote on Jun 4th 2026 that "Google Gemma 4 12B nearly matches 26B benchmarks, and runs on your laptop." The 12B model nearly matching the 26B model is a significant achievement. It means that powerful AI can run on commodity hardware, which makes it more accessible to attackers.\n\nThe article also references a piece by Amanda Caswell from Aug 14th 2026: "Apple's new AI split means your iOS app could behave differently in China." This is a different story, but it shows how AI is being used in ways that have security implications. The article references a piece by Amanda Caswell from Aug 20th 2026: "Researchers hid an attack inside AES encryption. The AI model cracked it open willingly." This shows that even sophisticated encryption can be used to hide malicious payloads. The pull request in question may have used a similar technique.\n\nThe article also discusses the response from the industry. Janakiram MSV wrote on Aug 21st 2026 that "Grok, Claude, and Hermes agents get job titles , and persistent permissions." Giving agents job titles is a way of codifying their roles and responsibilities. Persistent permissions mean the agent does not have to re-authenticate for every action, but it also means the permissions need to be carefully scoped. Frederic Lardinois reported on Aug 20th 2026 that "Slack makes it easier to install agents built with third-party tools." This is a double-edged sword. It makes agents more accessible, but it also means third-party code is running inside the corporate environment.\n\nThe article also references a piece by Amanda Caswell from Aug 20th 2026: "Google's AI coding agent just escaped its own IDE." The agent is no longer confined to the development environment. It can interact with the broader system. That is a security concern.\n\nThe article concludes with a sense of urgency. The threat is real, and it is growing. The industry needs to act before the next malicious pull request gets through. The article does not offer easy answers. It presents the problem and suggests that runtime verification is the way forward. It argues that merge gates are not enough, that sandboxes are not enough, and that code review is not enough. The only way to catch malicious code is to run it and observe what it does.\n\nThe article is a warning. A malicious pull request almost compromised a software supply chain. It could happen again. The tools that developers use to protect themselves are not designed for the AI era. They need to be rethought. The article is also a call to action. Developers need to demand better verification tools. They need to insist that AI agents are tested in runtime environments. They need to treat AI-generated code with the same suspicion they would treat code from an unknown contributor.\n\nThe article also notes that the cost of a single failure can be measured in dollars. A single malicious pull request, if merged, could cause millions in damage. The article does not put a specific number on it, but it references the broader economic stakes. The article also mentions that the price of AI compute is dropping. OpenAI slashed API costs on Jul 30th 2026, according to Amanda Caswell. Lower costs mean more agents, which means more pull requests, which means more risk. The article also references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains.\n\nThe article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also looks at the infrastructure that supports AI agents. Frederic Lardinois wrote on Aug 11th 2026 that "Why CPUs still matter in the age of AI agents." GPUs get all the attention, but CPUs are still essential for running the orchestration logic. A malicious pull request might target the CPU-bound code. Alex Wilhelm wrote on Aug 11th 2026 that "How I learned to stop worrying and love hyperscaler capex." The hyperscalers are spending billions on AI infrastructure. That infrastructure is what the agents run on. If the infrastructure is compromised, everything on top of it is compromised.\n\nThe article references a piece by Megan Carnegie from Aug 4th 2026: "CSPM adoption jumped 60%. Tickets stayed open." Cloud Security Posture Management adoption is up, but the tickets are not being resolved. This suggests that organizations are aware of the risks but are not acting on them quickly enough.\n\nThe article also discusses the open source ecosystem. Adrian Bridgwater wrote on Aug 20th 2026 that "Debian just proposed banning AI code. Here's why it matters for open source developers & maintainers." A ban on AI code would be a drastic step, but it reflects the anxiety in the community. Maintainers are worried about the quality and security of AI-generated contributions. Bridgwater also wrote on Aug 19th 2026 that "An open source rival to Claude Managed Agents just launched." The open source community is building its own agent tools. Those tools will face the same security challenges.\n\nThe article references a piece by Paul Sawers from Aug 18th 2026: "OpenAI's Greg Brockman: Z.ai's GLM-5.3 likely to 'significantly accelerate the threat landscape'." Even the people building AI models are warning about the threats. GLM-5.3 is a powerful model, and it could be used for both good and evil.\n\nThe article does not ignore databases. Ed Huang wrote on Jul 15th 2026 that "The database is the product: What breaks when memory devices scale." Databases are the heart of most applications. A malicious pull request that touches the database layer can cause catastrophic damage. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The article references this to make the point that database fundamentals matter. If the basics are wrong, scaling just makes the problem bigger. Alasdair Brown wrote on Apr 17th 2026 that "Why Postgres wants NVMe on the hot path, and S3 everywhere else." Storage architecture is a security consideration. If the hot path is fast, it is also more exposed.\n\nThe article also looks at the network. Alex Wilhelm wrote on Jul 14th 2026 that "What happens when your VPN meets 200 AI agents." A VPN is designed for a small number of human users. It is not designed for hundreds of autonomous agents. The article argues that network infrastructure needs to be rethought for the agent era. Amanda Caswell wrote on Jul 1st 2026 that "Cloudflare wants to build the economic layer of the AI web." Cloudflare is positioning itself as the intermediary for AI traffic. That gives it a lot of visibility into what agents are doing. Venus Kohli wrote on Jul 30th 2026 that "DNS is infrastructure. It's time to manage it that way." DNS is often overlooked, but it is a critical security control. A malicious pull request could modify DNS records to redirect traffic.\n\nThe article warns that automation is not free. Justyn Roberts wrote on Feb 24th 2026 that "Why 'automated' infrastructure might cost more than you think." The article references this to make the point that the cost of AI agents is not just the compute. It is also the cost of securing them. Yevgeny Pats wrote on Mar 26th 2026 that "The operational gap is real, and it's getting wider." The gap between what organizations want to do and what they can actually do is growing. AI agents are widening that gap. Joe Karlsson wrote on Apr 26th 2026 that "The one Slack message that proved our elite engineering team was flying blind." Even elite teams do not have full visibility into their systems. Adding AI agents to the mix makes it worse.\n\nThe article also discusses the economics of AI-generated code. It references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains. The article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also references a piece by Oladimeji Sowole from Aug 20th 2026: "Stop the token bleed: building token-efficient multi-agent systems." Token efficiency is important for cost, but it is also important for security. A token-efficient agent is less likely to waste resources on hidden activities.\n\nThe article discusses the future of software development. It argues that software development is entering a new era, one where AI agents are the primary authors of code. This era requires new security tools and practices. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic's new browser tool doesn't actually run a browser." This is a surprising headline, but it shows that AI tools are evolving in unexpected ways. The browser tool might be a security improvement, or it might be a new attack vector. The article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack has a new channel type , but only agents can create one." This is a sign of things to come. Agents are getting their own communication channels, which means they are becoming first-class citizens in the software development process.\n\nThe article includes several figures that put the problem in perspective. GitHub sees 2.9 billion commits a month. That is an enormous volume of code, and it is growing. The article argues that no human review process can keep up. The article also references a piece by Yannick Struyf and Aarthi Mahesh from Aug 19th 2026: "AWS deprecated this EKS auth method. 81% of clusters still run it." This shows that even when security issues are identified, they are not always fixed. The 81% figure is a reminder that the industry is slow to adopt security best practices.\n\nMegan Carnegie wrote on Aug 4th 2026 that "CSPM adoption jumped 60%. Tickets stayed open." The 60% adoption rate is encouraging, but the fact that tickets stay open is not. Organizations are buying security tools, but they are not using them effectively. Motiejus Jakštys wrote on Mar 18th 2026 that "Scaling Btrfs to petabytes in production: a 74% cost reduction story." The 74% cost reduction is impressive, but it is not the point of the article. The point is that storage systems are complex and can be vulnerable. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The 50x scale is a testament to the importance of fundamentals. The article argues that the same applies to AI agents.\n\nAdrian Bridgwater wrote on Aug 21st 2026 that "Claude Opus 5 scored 30% on ARC-AGI-3. Wrapped in Nvidia's AVO, it hit 100%." The jump from 30% to 100% is remarkable. It shows that AI models are getting dramatically better, but it also means they are getting more dangerous. Amanda Caswell wrote on Aug 18th 2026 that "A Claude Code skill was eating 200,000 tokens before answering a single question." The 200,000 token figure is a reminder that AI agents consume enormous resources. Those resources could be used for malicious purposes. Meredith Shubel wrote on Jun 4th 2026 that "Google Gemma 4 12B nearly matches 26B benchmarks, and runs on your laptop." The 12B model nearly matching the 26B model is a significant achievement. It means that powerful AI can run on commodity hardware, which makes it more accessible to attackers.\n\nThe article also references a piece by Amanda Caswell from Aug 14th 2026: "Apple's new AI split means your iOS app could behave differently in China." This is a different story, but it shows how AI is being used in ways that have security implications. The article references a piece by Amanda Caswell from Aug 20th 2026: "Researchers hid an attack inside AES encryption. The AI model cracked it open willingly." This shows that even sophisticated encryption can be used to hide malicious payloads. The pull request in question may have used a similar technique.\n\nThe article also discusses the response from the industry. Janakiram MSV wrote on Aug 21st 2026 that "Grok, Claude, and Hermes agents get job titles , and persistent permissions." Giving agents job titles is a way of codifying their roles and responsibilities. Persistent permissions mean the agent does not have to re-authenticate for every action, but it also means the permissions need to be carefully scoped. Frederic Lardinois reported on Aug 20th 2026 that "Slack makes it easier to install agents built with third-party tools." This is a double-edged sword. It makes agents more accessible, but it also means third-party code is running inside the corporate environment.\n\nThe article also references a piece by Amanda Caswell from Aug 20th 2026: "Google's AI coding agent just escaped its own IDE." The agent is no longer confined to the development environment. It can interact with the broader system. That is a security concern.\n\nThe article concludes with a sense of urgency. The threat is real, and it is growing. The industry needs to act before the next malicious pull request gets through. The article does not offer easy answers. It presents the problem and suggests that runtime verification is the way forward. It argues that merge gates are not enough, that sandboxes are not enough, and that code review is not enough. The only way to catch malicious code is to run it and observe what it does.\n\nThe article is a warning. A malicious pull request almost compromised a software supply chain. It could happen again. The tools that developers use to protect themselves are not designed for the AI era. They need to be rethought. The article is also a call to action. Developers need to demand better verification tools. They need to insist that AI agents are tested in runtime environments. They need to treat AI-generated code with the same suspicion they would treat code from an unknown contributor.\n\nThe article also notes that the cost of a single failure can be measured in dollars. A single malicious pull request, if merged, could cause millions in damage. The article does not put a specific number on it, but it references the broader economic stakes. The article also mentions that the price of AI compute is dropping. OpenAI slashed API costs on Jul 30th 2026, according to Amanda Caswell. Lower costs mean more agents, which means more pull requests, which means more risk. The article also references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains.\n\nThe article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also looks at the infrastructure that supports AI agents. Frederic Lardinois wrote on Aug 11th 2026 that "Why CPUs still matter in the age of AI agents." GPUs get all the attention, but CPUs are still essential for running the orchestration logic. A malicious pull request might target the CPU-bound code. Alex Wilhelm wrote on Aug 11th 2026 that "How I learned to stop worrying and love hyperscaler capex." The hyperscalers are spending billions on AI infrastructure. That infrastructure is what the agents run on. If the infrastructure is compromised, everything on top of it is compromised.\n\nThe article references a piece by Megan Carnegie from Aug 4th 2026: "CSPM adoption jumped 60%. Tickets stayed open." Cloud Security Posture Management adoption is up, but the tickets are not being resolved. This suggests that organizations are aware of the risks but are not acting on them quickly enough.\n\nThe article also discusses the open source ecosystem. Adrian Bridgwater wrote on Aug 20th 2026 that "Debian just proposed banning AI code. Here's why it matters for open source developers & maintainers." A ban on AI code would be a drastic step, but it reflects the anxiety in the community. Maintainers are worried about the quality and security of AI-generated contributions. Bridgwater also wrote on Aug 19th 2026 that "An open source rival to Claude Managed Agents just launched." The open source community is building its own agent tools. Those tools will face the same security challenges.\n\nThe article references a piece by Paul Sawers from Aug 18th 2026: "OpenAI's Greg Brockman: Z.ai's GLM-5.3 likely to 'significantly accelerate the threat landscape'." Even the people building AI models are warning about the threats. GLM-5.3 is a powerful model, and it could be used for both good and evil.\n\nThe article does not ignore databases. Ed Huang wrote on Jul 15th 2026 that "The database is the product: What breaks when memory devices scale." Databases are the heart of most applications. A malicious pull request that touches the database layer can cause catastrophic damage. Cynthia Dunlop wrote on Jan 28th 2026 that "Agoda's secret to 50x scale: Getting the database basics right." The article references this to make the point that database fundamentals matter. If the basics are wrong, scaling just makes the problem bigger. Alasdair Brown wrote on Apr 17th 2026 that "Why Postgres wants NVMe on the hot path, and S3 everywhere else." Storage architecture is a security consideration. If the hot path is fast, it is also more exposed.\n\nThe article also looks at the network. Alex Wilhelm wrote on Jul 14th 2026 that "What happens when your VPN meets 200 AI agents." A VPN is designed for a small number of human users. It is not designed for hundreds of autonomous agents. The article argues that network infrastructure needs to be rethought for the agent era. Amanda Caswell wrote on Jul 1st 2026 that "Cloudflare wants to build the economic layer of the AI web." Cloudflare is positioning itself as the intermediary for AI traffic. That gives it a lot of visibility into what agents are doing. Venus Kohli wrote on Jul 30th 2026 that "DNS is infrastructure. It's time to manage it that way." DNS is often overlooked, but it is a critical security control. A malicious pull request could modify DNS records to redirect traffic.\n\nThe article warns that automation is not free. Justyn Roberts wrote on Feb 24th 2026 that "Why 'automated' infrastructure might cost more than you think." The article references this to make the point that the cost of AI agents is not just the compute. It is also the cost of securing them. Yevgeny Pats wrote on Mar 26th 2026 that "The operational gap is real, and it's getting wider." The gap between what organizations want to do and what they can actually do is growing. AI agents are widening that gap. Joe Karlsson wrote on Apr 26th 2026 that "The one Slack message that proved our elite engineering team was flying blind." Even elite teams do not have full visibility into their systems. Adding AI agents to the mix makes it worse.\n\nThe article also discusses the economics of AI-generated code. It references a piece by Amanda Caswell from Aug 13th 2026: "Five European companies just agreed to buy AI compute that doesn't exist yet." The demand for AI compute is outstripping supply. Companies are making commitments based on future capabilities. That same optimism might be driving them to trust AI agents with their supply chains. The article mentions a related piece by Amanda Caswell from Aug 6th 2026: "The blank-check AI coding era is dead. Here's what comes next." The era of giving agents unlimited trust is over. What comes next is verification, guardrails, and runtime checks.\n\nThe article also references a piece by Oladimeji Sowole from Aug 20th 2026: "Stop the token bleed: building token-efficient multi-agent systems." Token efficiency is important for cost, but it is also important for security. A token-efficient agent is less likely to waste resources on hidden activities.\n\nThe article discusses the future of software development. It argues that software development is entering a new era, one where AI agents are the primary authors of code. This era requires new security tools and practices. The article references a piece by Amanda Caswell from Aug 21st 2026: "Anthropic's new browser tool doesn't actually run a browser." This is a surprising headline, but it shows that AI tools are evolving in unexpected ways. The browser tool might be a security improvement, or it might be a new attack vector. The article also references a piece by Frederic Lardinois from Aug 20th 2026: "Slack has a new channel type , but only agents can create one." This is a sign of things to come. Agents are getting their own communication channels, which means they are becoming first-class citizens in the software development process.\n\nThe article includes several figures that put the problem in perspective. GitHub sees 2.9 billion commits a month. That is an enormous volume of code, and it is growing. The article argues that no human review process can keep up. The article also references a piece by Yannick Struyf and Aarthi Mahesh from Aug 19th 2026: "AWS deprecated this EKS auth method. 81% of clusters still run it." This shows that even when security issues are identified, they are not always fixed
Stay ahead of the AI curve
The most important updates, news, and content — delivered weekly.
No spam. Unsubscribe anytime.

