Red teamers and offensive security researchers have entered a new era where AI can write functional attack tools from a single sentence. A concept known as “disposable tooling” is now taking shape, and the implications for defenders are real.
At the center of this shift is the ability to use large language models to build fully deployable Mythic agents in just a couple of hours, with no human in the loop between an initial prompt and a working implant.
Mythic is a widely used post-exploitation framework that evolved from its origins as a macOS-focused tool. Its architecture separates agent development from the underlying infrastructure, a design that has driven its adoption among red teams.
That decoupled approach also makes it a natural target for AI-driven automation. When language models became capable of generating reliable code with little oversight, Mythic became the obvious place to start.
Researchers at SpecterOps explored this idea directly, asking whether an LLM could carry an agent from a prompt all the way to a tested, deployable implant with no human involvement.

Senior Offensive Security Engineer Adam Chester said in a report shared with Cyber Security News (CSN) that the project demonstrated a generation of single-use throwaway agents as a capability that simply did not exist before.
Early attempts revealed how far the models had to go. First outputs compiled but failed to run, referencing hallucinated API methods and misunderstanding the Mythic key exchange process.
Broken Docker paths added to the problem. Prompting alone was not enough, and the team knew a proper engineering harness was needed to guide the LLM and catch errors early.
The team built a structured testing framework called Oracle. This harness put the AI through tiered validation, from local mock server testing all the way to live deployment on a real Mythic instance.
Supporting tools like LabKit and Mythicd gave the LLM visibility into process execution and container logs. With those pieces in place, development time dropped from weeks of work to roughly two hours per agent.
LLM-Generated Mythic Agents Enable Disposable Red-Team Tooling
The workflow begins with a specification prompt describing the agent, its target operating system, and the commands it must support.
From that input, the model generates the full agent codebase, Docker configuration, and all supporting integration code, then tests everything on its own. The Oracle harness enforces a three-tier pipeline to keep the process honest and results reliable.
Tier 1 covers local validation through unit tests and protocol checks against a mock Mythic server. Tier 2 moves to a live Mythic instance, where the agent is deployed on a real Windows target and every supported command is exercised end to end.

Tier 3 brings in a dedicated QA sub-agent with a clean context window to independently verify the release build. If that sub-agent returns a fail, the primary LLM fixes the issues and restarts from Tier 1.
This pipeline has produced working stage-zero implants in Python, Go, Zig, C#, and Rust.
Why Static Defenses Are Struggling to Keep Up
The researchers were direct about what this means for defenders. When a unique agent can be generated in about two hours from a simple prompt, traditional detection built on static signatures loses much of its value.
Yara rules and binary pattern matching rely on recognizing known code structures, and disposable tooling sidesteps that entirely since each generated agent looks different even when serving the same purpose.
The team noted that this capability exists today, and threat actors are already exploring similar approaches to produce discardable tools at scale.
Defenders are encouraged to prioritize behavioral detection over signature-based methods, since patterns around callback timing and key exchange sequences are harder to vary across builds.
The researchers stressed that early publication is critical, as the industry is building defenses while the threat is already active. The next phase will take AI-generated agents from basic functionality into full implants with active evasion built in.
Upgrade your proactive defense against attacks. Access 5 proven threat hunting tactics you can deploy in your SOC.
The post LLM-Generated Mythic Agents Enable Disposable Red-Team Tooling From Prompt to Deployment appeared first on Cyber Security News.
The original article found on Cyber Security News Read More