← Back to Blog
research 2 min read

Whitepaper: Compromising an Agentic QA Platform — A Black-Box Red-Team Walkthrough

By Ankush • June 15, 2026

Whitepaper: Compromising an Agentic QA Platform — A Black-Box Red-Team Walkthrough

We turned a QA platform’s AI agent into a reverse shell — without touching a line of its code.

AI agents are being wired into the software delivery pipeline: reading test failures, recommending fixes, and increasingly applying them through connected tooling. Every one of those agents is a new attack surface — and classic AppSec tooling was never built to inspect it.

In a black-box engagement against a leading QA automation platform’s free demo agent, DWAAR.AI achieved a complete compromise. We coerced its Test Failure Analysis Agent into recommending a reverse shell as a “fix” — delivered straight through the platform’s own MCP-based autofix channel. Apply that “fix” in your IDE or let CI/CD run it unattended, and you’ve opened full shell access to attacker-controlled infrastructure.

No stolen credentials. No modified source. No touching the agent’s weights or system prompt. We won purely by shaping the agent’s inputs — the same way a malicious dependency or poisoned test artifact would.

How we did it:

The platform had guardrails. They blocked the obvious attempts. They simply didn’t assure safety — because they reasoned about keywords while the agent reasoned about intent.

Read the full black-box walkthrough →