Security & supply chain

OpenAI ships GPT-Red to automate prompt-injection testing against AI agents

OpenAI ships GPT-Red to automate prompt-injection testing against AI agents

Every AI agent you wire into your pipeline is a new confused deputy sitting between your issues, your logs, your git tree, and a shell. (Charming, isn't it?) So when the vendor that put this pattern on the map ships a tool aimed squarely at the pattern's worst failure mode, it is worth clocking. OpenAI has released GPT-Red, a tool that automates prompt-injection testing against AI agents, per The New Stack.

The framing in the piece is the one security teams have been repeating for a while. Agents used to generate text. Now they take actions in real systems, on real repos, with real tokens. That changes what a bad prompt is. A poisoned string in a comment thread used to be a chatbot party trick. Aimed at an agent with tools, it is a request to open a PR, exfiltrate a secret, or push to a branch you never authorised.

Where this lands in a CI/CD threat model

Automating this class of test is welcome. It is not a substitute for the underlying fix.

Prompt injection is a data-provenance problem. Every string an agent ingests (an issue, a Slack message, a Sentry error, a README from a fresh dependency) has a source, and the source is either trusted, quarantined, or (usually) neither. A fuzzer that shakes the tree before you ship is useful. A fuzzer that lets you treat the agent's input feeds as a solved problem is dangerous.

The other honest limit: automated adversarial testing catches known-shape attacks well and unknown-shape attacks by accident. Pipelines that hand agents write access to production still need scoped tools, human approval gates on side-effecting actions, and separate identities for reading telemetry versus pushing code.

You cannot regex your way out of prompt injection, and after this release you cannot pretend nobody is trying either. Wire the tool in. Keep the sandbox on.

Source: The New Stack (thenewstack.io)

Related
Security & supply chain

Pillar research says the AI coding agent sandbox leaks through trusted files

Pillar Security researchers demonstrated multiple sandbox-bypass techniques against AI coding agents, plus prompt-injection attacks hidden in READMEs, code comments and dependencies. OpenAI, Google and Cursor have patched several of the reported flaws.

July 23, 2026
Security & supply chain

Time-to-exploit went negative. Mandiant maps where AI helps the vulnerability queue, and where it fails silently.

Google Cloud's Mandiant team pins mean time-to-exploit at negative seven days and publishes a blueprint for aiming large language models at the vulnerability pipeline. The failure modes it lists are the ones that let the exploit through.

July 22, 2026
Security & supply chain

GhostApproval: six AI coding agents shipped a permission dialog that was reading the wrong path

Researchers at Google-owned Wiz disclosed GhostApproval, a class of flaw across six AI coding tools in which symbolic links redirect the agent's file writes while the human approval prompt shows the pre-resolution path. The mechanism is thirty years old; the CI/CD lesson is newer.

July 10, 2026

Turn this into your pipeline. Build it on Buddy.

Start free