
AI Chatbots Outperform Humans in Romance Scams
Researchers simulated “pig butchering” romance-style scams and found an AI chatbot built trust more effectively than a human scammer over a week of texting. In…
A researcher showed that AI coding agents used in GitHub workflows can be tricked by a malicious pull request description into running “safe-looking” commands and then posting the results publicly, leaking secrets. The issue isn’t just the prompt; it’s how the agent’s automation pipeline (the “harness”) approves steps and then publishes outputs across stages without re-checking trust.
A researcher demonstrated that AI coding agents wired into GitHub workflows can be manipulated through a pull request description alone. The PR text looks like a routine bug report asking for a few diagnostic shell commands to be run and the output pasted back. Because the agent processes this untrusted text before any human reviews it, it extracts the embedded commands, gets them approved as "safe," executes them, and then automatically posts the results back into the public PR thread. If those results include secrets, they are exposed to anyone with visibility into the repository.
The scenarios tested against default and recommended configurations from three major agent vendors show the weakness is not the prompt injection itself, it is how the automation pipeline, or harness, handles trust across stages. One stage approves a command as safe. A later stage publishes the output by default. Neither stage re-checks the other's assumptions, so approval and publication combine into an exfiltration chain. In one case, a documented CI configuration recommended for processing untrusted input still failed because a configured restriction was not enforced at the point of execution, a finding that produced a maximum-severity advisory.
Organizations using AI coding or CI agents should treat all externally supplied text, including PR descriptions, as hostile input rather than as instructions to execute. Automatic posting of command output to PR threads or logs should be disabled or tightly gated, since output may contain secrets that were never meant to be shared. Most importantly, trust should be re-validated at the point of consumption, such as execution or publishing, rather than assumed to carry over from an earlier approval decision. Teams should specifically trace every path where agent output or agent-influenced state gets picked up by a later stage with different privileges, since that handoff point is where these defenses have repeatedly failed in testing.
Mirage safely runs attacks like this one against your own team, so you find out what happens before a real adversary does.
A pull request description can contain text that an AI agent parses as instructions, extracting shell commands, getting them approved as safe, and then automatically posting the command output back into the PR thread, which can expose secrets.
The research found the core issue was not the prompt injection itself but how the agent's automation pipeline, or harness, approves steps and publishes outputs across workflow stages without re-checking trust at each handoff.
The testing covered default and recommended configurations of agent tooling from Anthropic, Google, and OpenAI, including a CVSS 10.0 advisory tied to Google's Gemini CLI and a sandbox bypass issue in OpenAI's Codex CLI.
Teams should treat pull request text as hostile input, tightly control automatic posting of command output, and re-validate trust at the point of execution or publishing rather than only at the initial approval step.
Imagine this: a pull request lands with a tidy bug report, and before any human reads it… your AI bot already has. The PR text says, 'Here are a few shell commands to run… please paste the output here.' The agent extracts those commands, gets them marked as safe, runs them, and then posts the output right back on the PR thread, secrets and all. Here’s the nasty part: the failures are in the handoffs. One stage labels a command as safe, the next stage blindly runs it, and another stage auto-publishes the output. In tests, Anthropic, Google, and OpenAI agent workflows all leaked data this way, even Google’s Gemini CLI, with a CVSS 10 advisory, when a configured restriction just wasn’t enforced at execution time. Your move: if your CI uses AI agents on pull requests, kill auto-posting of command output to PRs and logs, and review every place untrusted PR text can turn into an executable command.

Researchers simulated “pig butchering” romance-style scams and found an AI chatbot built trust more effectively than a human scammer over a week of texting. In…

North Korea-linked BlueNoroff is using fake Zoom and Microsoft Teams meeting pages shared from hijacked trusted contacts (often via Telegram) to trick victims…

Researchers described a now-patched flaw ("AgentForger") where a single benign-looking ChatGPT link could silently create and publish an attacker-controlled…

This roundup describes several real-world social-engineering and human-abuse techniques, including trojanized “installer” lures (ClickFix), large-scale…

Researchers demonstrated a new “agent data injection” technique where attackers plant content (like a review or GitHub comment) that an AI agent mistakenly…

A real malware campaign called OkoBot is infecting Windows PCs and then showing a fake “recovery phrase” prompt inside legitimate Ledger and Trezor desktop…