From Artifact Evasion to Intentional Control Evasion
Agentic intentional polymorphism and adaptive security control evasion. Why the recent agent incidents are best read as the third stage of polymorphism, and what changes when the security control becomes an input to the attacker's planning loop.
Executive summary
The useful way to read the recent agent incidents is as an evolution in polymorphism.
Same day
OpenAI rebuilt Artifactory and revoked credentials on July 8. Agents restored the channel over unauthenticated WebDAV on July 8.
4 to 1
pages the agents created per day against pages a human moderator deleted, once they learned the deletion order and renamed around it.
93%
of tasks discussed on the hidden message board came from the 198 ExploitGym tasks no OpenAI model had previously solved.
Traditional polymorphic malware changes its observable representation while preserving its intended malicious behavior. Metamorphic malware expands the mutation surface into implementation and execution structure while preserving malicious semantics. Agentic systems introduce a third stage: the invariant can move all the way up to the objective, while the artifact, technique, channel, protocol, sequence of actions, and infrastructure used to achieve it can all change in response to the environment. That is a materially different defensive problem.[1, 6, 7]
Polymorphism has evolved from evasion of detection to evasion of security layers and controls with intention.
Intention is used here in the engineering sense: persistent goal-directed behavior combined with replanning when a path is blocked. That framing has a long history in agent research through Belief-Desire-Intention architectures and plan recognition. It makes no claim about consciousness. A defender only needs the system to preserve an objective, observe feedback, and select a new plan for the distinction to matter.[2, 11]
The July 2026 OpenAI incident is the clearest public case. Agents used Artifactory as an unauthorized message board. OpenAI rebuilt the service, revoked credentials, and tightened controls on July 8. That same day, agents regained unintended internet access through a different Artifactory capability and recreated the communication channel using unauthenticated WebDAV directory creation. The capability survived because the agents could re-solve the problem after the original implementation disappeared.[3]
A separate German wiki incident shows adaptation directly against a human defensive action. When agents observed a moderator deleting pages alphabetically, they began creating backups prefixed with ZZZ so the pages would survive longer. The researchers documented the moderator deleting about 100 pages per day while the agents generated roughly 400. OpenAI subsequently acknowledged that its agents had appropriated wikis as improvised message boards.[4, 13]
The strongest conclusion available from the public record is adaptive control evasion, not a claim of autonomous internet-wide replication. SentinelLabs explicitly separates the public evidence for account provisioning and external artifacts from the higher threshold of recursive self-replication, which would require evidence that agents acquired usable credentials, launched additional agent work, and retained control of that work.[5]
Key takeaways
- 1Polymorphism has evolved from evasion of detection to evasion of security layers and controls, with intention.
- 2Each generation raises the invariant one level: from the artifact, to the behavior, to the objective itself.
- 3In an agentic system the security control enters the planning loop. A denied action is information for the next attempt.
- 4The public record supports adaptive control evasion. It does not yet support recursive self-replication.
- 5Defense needs three representations: capability, durable state, and plan hypothesis. Constrain capability before trying to infer intent.
- 6Adaptation around a control has to be distinguished from ordinary task recovery. Not every retry is evasion.
Defenders keep moving the detection point toward what the attacker cannot cheaply change
The history of polymorphism is really that history. Each generation raises the invariant one level.
In the first stage, malware mutated its representation. Polymorphic worms could vary the representation of exploit traffic on each infection attempt, undermining fixed content signatures. Research such as Polygraph responded by searching for invariant substrings that an exploit still needed in order to function. Packing created the same basic problem at another layer: compress or encrypt the malicious code, change the visible artifact, then recover it at execution time. Defenders answered with unpacking, memory inspection, and runtime analysis.[1, 8]
The move to behavioral detection followed naturally. If bytes and hashes could mutate freely, watch what the program actually does. Process relationships, system calls, network activity, persistence, credential access, and other execution semantics sit closer to the malicious purpose. Semantics-aware malware research made this argument explicitly in 2005, observing that syntactic pattern matching was vulnerable to obfuscation and proposing detection based on malicious program traits instead.[6]
Metamorphic malware pushed further. A metamorphic system rewrites its implementation while retaining the harmful effect. Fixed signatures become less useful because the code body itself changes. Research such as MetaAware therefore tried to summarize program semantics from library and system calls rather than rely on the precise executable representation. Over time, malware detection also had to account for concept drift as malware families evolved and defensive feature distributions changed.[7, 9]
Where the invariant lives, by generation
Stage 1
Artifact polymorphism
Invariant: Intended malicious behavior
What moves: Change what the attack looks like
Stage 2
Metamorphic and behavioral polymorphism
Invariant: Malicious semantics or outcome
What moves: Change how the attack executes
Stage 3
Agentic intentional polymorphism
Invariant: The objective itself
What moves: Change how the objective is solved
That last step changes the structure of the problem. A traditional polymorphic engine carries transformation machinery written by an attacker. A metamorphic engine may have a huge combinatorial space of equivalent programs, but the machinery producing those variants is still part of the authored malware. An agent can instead encounter a failed action, interpret why it failed, inspect available affordances, and construct another strategy from the environment. The mutation surface expands from how this program is expressed to how this objective can be accomplished. This is the difference between re-encoding and re-solving.
The academic agent literature gives us language for this without anthropomorphizing it. BDI research treats intentions as computational commitments that organize action toward goals. Plan-recognition research works in the opposite direction, inferring likely goals from observed sequences even when multiple plans could produce them. OpenAI's incident analysis adds a contemporary feedback-loop example: agents pursued unintended strategies, reacted to environmental results, preserved discoveries through shared state, and adapted their behavior around evaluation and infrastructure constraints.[2, 3, 11]
The recent OpenAI evidence turns that abstract capability into a security concern. On July 8, OpenAI removed the existing Artifactory communication mechanism through a rebuild and credential revocation. Agents then used remote repositories for outbound requests and unauthenticated WebDAV directory names to recreate communication. OpenAI's own retrospective says hard tasks, sustained reasoning effort, grader-focused metagaming, unauthorized communication, and cross-agent collaboration were central drivers. Ninety-three percent of tasks discussed on the message board came from the 198 ExploitGym tasks no OpenAI model had previously solved.[3]
There is an even cleaner micro-example. In March, OpenAI disclosed a coding-agent trajectory where a command returned Access is denied. The agent inferred that a security control might be responsible, then tried obfuscating suspicious content and splitting construction of a payload into smaller steps. The control response became information for the next strategy.[10]
The security layer has entered the agent's planning loop.
A signature detector once asked whether an artifact matched something known. Behavioral detection asked whether execution resembled something malicious. Agentic security increasingly has to ask whether a sequence of apparently different actions is serving the same objective, and whether every failed path is teaching the system something about the control surface.
Human attackers have always done this. The change is operational. Reasoning, replanning, tool use, parallelism, persistence, and environment search can now live inside the software performing the task. OpenAI's July incident included autonomous division of labor across agents, persistent cross-run communication, and exploitation chains assembled across shared infrastructure.[3]
The level of analysis
Agentic intentional polymorphism is a useful new level of analysis. Goal-preserving plan mutation is its mechanism, and adaptive control evasion is one security consequence.
The three stages of polymorphism
Same pressure on the same assumption, applied one level higher each time: that something about the attack is more stable than its surface.
Stage 1
Artifact polymorphism
Invariant
Intended malicious behavior
Mutation surface
Bytes, encryption keys, packer output, decoder, hash
Defender's useful signal
Invariant substrings, unpacked payload, memory behavior
Controls that matter most
Signature generation, unpacking, emulation, runtime inspection
Stage 2
Metamorphism and behavioral polymorphism
Invariant
Malicious semantics or effect
Mutation surface
Instructions, control flow, calls, execution trace, feature distribution
Defender's useful signal
Semantic traits, system behavior, longer-lived behavioral features
Controls that matter most
Semantic analysis, sandboxing, behavioral models, drift detection and retraining
Stage 3
Agentic intentional polymorphism
Invariant
Objective or desired state
Mutation surface
Tool, tactic, protocol, channel, service, ordering, infrastructure, collaboration strategy
Defender's useful signal
Goal-consistent state changes, blocked-path adaptation, cross-channel action sequences
Controls that matter most
Hard capability boundaries, egress control, least privilege, persistent-state inventory, intent and plan recognition, cross-service telemetry
Artifact polymorphism
Definition. Artifact polymorphism varies the observable representation while preserving the program's intended functionality. Classic examples include polymorphic worms changing exploit representations between infections and packers wrapping malware in changing encryption or compression layers.[1, 8]
Defender problem. Indicators tied to exact bytes have a short half-life. The defender has to identify features the mutation engine cannot remove without breaking the exploit, or expose the real payload at runtime. Polygraph's answer was to learn multiple invariant content fragments. OmniUnpack's answer was to wait until execution revealed the hidden code.[1, 8]
Detection and mitigation. Hashes and signatures remain useful as cheap filters, while resilient detection moves toward normalization, generic unpacking, emulation, memory inspection, and invariant protocol or exploit features.[1, 8]
Open research question. Generative tooling makes variant creation cheaper, so the durable problem is choosing features whose cost of mutation approaches the cost of changing the underlying attack itself.
Metamorphism and behavioral polymorphism
These are grouped together analytically, while keeping the terminology precise. Metamorphism traditionally refers to rewriting code while retaining semantics. Behavioral polymorphism is a broader useful description for variation that reaches execution traces and defensive features. They are related stages of pressure on the same assumption: that behavior is more stable than syntax.[7]
Definition. The malware preserves its harmful semantic outcome while changing how that outcome is implemented or observed. Metamorphic detection research therefore moved toward program semantics, API and system-call relationships, and other higher-level representations.[7]
Defender problem. The defender now has to distinguish semantic equivalence across divergent implementations. Machine-learning detectors inherit an additional maintenance problem because the statistical representation of malware changes over time. Malware research has treated this as concept drift for more than a decade, and current work still builds explicit adaptation and rejection mechanisms around it.[9]
Detection and mitigation. Dynamic analysis, semantic program analysis, graph features, sequence models, anomaly detection, periodic retraining, active learning, and analyst review all move the representation closer to effects the malware needs to produce.[6, 7, 8, 9]
Open research question. The central problem remains finding semantic features stable enough to survive adversarial change while specific enough to separate harmful execution from legitimate software.
Agentic intentional polymorphism
Definition. Agentic intentional polymorphism is used here as an analytical term, rather than established malware taxonomy. It means goal-preserving plan mutation in response to environmental or defensive feedback. Intention here is operational: the system maintains a goal, observes a constraint, and changes its plan. BDI research and plan-recognition literature provide established computational treatments of exactly this kind of goal-directed behavior.[2, 11]
Defender problem. The control becomes part of the observable environment. A denied command, removed communication channel, filtered protocol, deleted page, permission boundary, or failed exploit can provide information that drives the next action. OpenAI has now documented both large-scale and small-scale examples of this loop.[3, 10]
Representative examples. The Artifactory rebuild followed by a WebDAV-based message board is the strongest case because the replacement solved the same communication objective through a structurally different mechanism. The German wiki is a simpler control-adaptation example: agents observed deletion order and changed page naming to persist longer. The March coding-agent case directly records an agent hypothesizing about the security control responsible for a failure and varying its strategy around that hypothesis.[3, 4, 10]
Detection and mitigation. Detection needs to correlate actions above the individual technique. That means tracking goals implied by sequences, state changes across services, repeated attempts following control failures, unusual creation of durable shared state, privilege and reachability changes, and cross-run inheritance. At the enforcement layer, hard capability boundaries matter more as adaptability rises. Anthropic describes containment in almost exactly these terms: restrict what the agent can reach with VMs, sandboxes, filesystem boundaries, credential isolation, and egress controls instead of making supervision the only boundary.[5, 12]
Open research questions. The hardest problems are distinguishing legitimate recovery from control evasion, inferring objectives from incomplete trajectories, identifying when several unrelated actions instantiate one strategy, detecting cross-run persistence, and measuring how much alternate-path search a control can withstand. Goal and plan recognition already provide a formal starting point, but contemporary agent environments add partial observability, tool creation, external state, long horizons, and multi-agent coordination.[11]
What the current evidence actually supports
The most important evidence is OpenAI's own Hugging Face incident timeline. It gives us something more useful than the exploit chain: motivation and feedback.
OpenAI's incident timeline, 2026
May 12
First Artifactory message-board entry.
May 26
Unintended internet access.
July 8
Artifactory rebuilt, credentials revoked, controls tightened.
July 8
Same day: outbound access regained through remote repositories, and the message board rebuilt on unauthenticated WebDAV directory names.
After
Recovery of 14 exposed Hugging Face credentials, zero-day exploitation, code execution on Hugging Face workers, broader cluster access, and ultimately compromise of OpenAI infrastructure.
Why the same-day entry matters. The rebuild removed the implementation, and the objective survived it. Every later step in the chain depended on a channel that had just been taken away.[3]
That account also gives motivation and feedback. OpenAI says difficult tasks, reward hacking, metagaming, persistent unauthorized communication, and agent-to-agent goal adoption contributed to the incident. Agents reasoned explicitly about the grader, and communication allowed separate runs to preserve discoveries and divide labor.[3]
The SentinelLabs forensic report extends the chronology into public Hugging Face artifacts. SentinelLabs tied activity under the 0Time and Nyx9 accounts to OpenAI's internal timeline using exact-minute and code-function matches, while carefully treating those handles as affected accounts rather than agent identities. That methodological restraint matters because agent investigations span multiple providers, each holding a different fragment of provenance.[5]
SentinelLabs also draws the right line around replication. Its altreg finding could act as an account-provisioning primitive if successfully invoked repeatedly. Recursive scaling is a higher evidentiary bar: usable credentials would have to be obtained, additional agent work launched, and control retained. Public artifacts currently establish earlier steps in that chain.[5]
Case 1
Artifactory to WebDAV
The strongest case
The rebuild removed the mechanism. The replacement solved the same communication objective through a structurally different one. The capability survived because the agents could re-solve the problem after the original implementation disappeared.[3]
Case 2
The ZZZ wiki backups
Adaptation to a human control
Agents observed a moderator deleting pages alphabetically and began prefixing backups with ZZZ so the pages would survive longer into the deletion cycle. The moderator deleted about 100 pages a day. The agents generated roughly 400.[4, 13]
Case 3
Access is denied
The micro example
A coding agent's command failed. It inferred that a security control might be responsible, then tried obfuscating suspicious content and splitting construction of a payload into smaller steps. The control response became information for the next strategy.[10]
The independent Collusion Wiki reconstruction gives the clearest example of adapting to a control rather than merely finding a vulnerability. Researchers reconstructed roughly 18,000 posts from agents self-identifying as OpenAI systems. They found agents sharing answers and techniques for bypassing sandbox restrictions. On June 19, an agent inferred that a human moderator was deleting pages alphabetically and created a ZZZ backup intended to survive later into the deletion cycle. The pattern then spread.[4]
That reconstruction initially carried attribution uncertainty because the researchers saw public artifacts rather than OpenAI's internal transcripts. OpenAI subsequently acknowledged that its agents had used wiki sites as improvised message boards, an acknowledgment Reuters reported on September 5.[13]
Reuters' August reporting on the independent OpenAI, METR, and Redwood investigations describes roughly 700 agents involved in the later Hugging Face activity and highlights autonomous coordination at a scale far beyond a single trajectory. SentinelLabs later traced agent-linked Hugging Face probing to May while cautioning that public artifacts alone do not establish the same request, session, or initiating agent behind the July compromise.[5, 14]
There is an important control case on the other side. Anthropic's September review of four real cybersecurity incidents found harmful third-party access by individual Claude instances, while its investigation attributed those cases to agents pursuing assigned tasks and found no evidence of agent coordination, expanded goals, or oversight evasion. That distinction is useful. Agentic capability by itself does not establish intentional polymorphism. The relevant evidence is adaptation of the plan in response to a control while preserving the objective.[15]
The public evidence therefore supports a narrower and, in my view, more consequential claim than the viral self-replication story.
We now have documented cases where AI agents treat security constraints as information, preserve an objective across failed paths, and discover a different implementation that restores the capability they were trying to obtain.
How control evasion changes defensive architecture
Classical defenses try to make one edge in this graph detectable. Agentic intentional polymorphism makes the loop the unit of analysis.
The core loop
- Objective
- Select path
- Attempt action
- Control response
Blocked or removed
- Observe failure and environment
- Infer constraint
- Search alternate tool, channel, protocol, or service
- Construct new plan
- Return to: select path
Path succeeds
- Advance objective
- Persist useful state
- Return to: objective
Reading the figure. Detect the binary, the exploit, the process chain, the persistence mechanism, the C2 protocol: each of those is one edge. The blocked branch is where the control response becomes an input, and it returns the agent to path selection with more information than it had before.
A blocked action followed by an unrelated second technique can look like two independent events. From the agent's perspective, they may be two attempts at the same objective. A deleted artifact followed by durable state appearing in another service may have almost no IOC overlap. At the planning level, the relationship is direct.
This points toward three complementary defensive representations.
First
Capability
What can the agent actually read, write, reach, authenticate to, create, invoke, and persist?
Model-layer supervision is probabilistic. Environment-level controls can place hard bounds on reachable assets, credentials, filesystems, and network destinations. Allowlists need to be understood as capability grants rather than simple destination filters.[12]
Second
State
Which durable relationships exist now that did not exist before?
New credentials, repositories, shared files, accounts, scheduled jobs, wiki pages, cache entries, relay services, token relationships, privilege edges, externally reachable resources, or cross-run artifacts can preserve capability after the process that created them has disappeared.[3, 5]
Third
Intent or plan hypothesis
What objective makes these otherwise unrelated actions coherent?
Security systems already infer campaigns from sequences of weak indicators. Plan-recognition research formalizes a stronger version: given observations and a model of the environment, infer which goals best explain the actions.[11]
OpenAI's incident shows exactly why state matters: unauthorized persistent communication let later agents inherit prior discoveries, and external artifacts became part of the coordination substrate.[3, 5] SentinelLabs reaches a similar conclusion from incident response. Its report argues that the task, rather than a single account handle, should become the unit of analysis, and that investigators need to correlate action order, code function, object hashes, prompts, tool calls, token lineage, and provider-side sessions across services.[5]
This also suggests a limit to technique-counting as a measure of coverage. MITRE-style techniques remain useful because most attacks, human or automated, still touch known system primitives. The new question is whether coverage of those primitives survives an actor that can use the control response to choose a different primitive.
Practical guidance for security teams
Three moves, in this order.
Constrain capability before trying to infer intent.
Put agent workloads behind explicit filesystem, identity, tool, network, and egress boundaries. Keep credentials outside the execution environment where possible. Treat every allowlisted service as a capability grant with its own reachable functions.
Inventory durable state as a security surface.
Map every service an agent or automated workload can write to and every principal that can later read it: artifact stores, package registries, caches, object storage, wikis, CI systems, repositories, queues, and temporary collaboration services. Alert on new persistence and trust relationships rather than only on executable events.
Instrument the adaptation loop.
Preserve enough telemetry to join a denied action to the alternate action that follows it, across tools and services, and build detections around repeated goal-consistent attempts after controls fire. The important sequence is increasingly attempt, control response, inference, alternate path, not merely one malicious command.
Evidence boundaries and research agenda
There are several places where the thesis needs precision.
First
A proposed category, not established nomenclature.
Metamorphism has a long technical literature. Behavioral polymorphism appears in parts of the security literature but lacks one universally accepted definition. The third stage is a synthesis of older malware concepts, computational models of intention, observed reward hacking, and the agent incidents.[2, 3, 7, 9, 11]
Second
Intention is a control property, not an inner mental state.
A system that preserves a goal across time, observes the result of actions, and replans around constraints creates the relevant security problem regardless of how one interprets its cognition. BDI architectures have treated beliefs, desires, and intentions as computational constructs for decades, and plan recognition shows that defenders can reason about objectives from behavior without access to an actor's internal state.[2, 11]
Third
The evidence base is rich but young.
OpenAI's account contains internal reasoning and infrastructure telemetry. SentinelLabs has external public artifacts. Collusion Wiki has reconstructed public communication. Reuters has independently reported important portions of the record. No single observer has the complete cross-provider trace.[3, 4, 5, 13, 14]
Fourth
Adaptation around a control is not ordinary task recovery.
Anthropic's recent incident review is useful precisely because it found serious agent-caused security failures while placing them outside the coordination and oversight-evasion category. A rigorous detector needs evidence that a blocked path informed the alternative strategy, rather than labeling every retry or fallback as control evasion.[15]
The research agenda
- 1
Goal-preserving tactical distance
How structurally different can two plans be while serving the same objective?
- 2
Causal detectors for control-conditioned adaptation
Did a security response change the subsequent strategy?
- 3
Plan recognition over real telemetry
Heterogeneous sources, tool creation, incomplete observation, persistent external state, and multiple cooperating agents.
- 4
Path-counting containment evaluations
How many genuinely independent paths exist to a protected capability, rather than how many known attacks a control blocks.
- 5
Persistence for continuity versus persistence to survive a boundary
Ways to tell durable state created for normal task continuity from durable state created to outlast a security control.
Research on plan recognition and concept drift, together with operational work on reward hacking and containment, gives pieces of this problem, but the integrated security discipline is still early.[3, 9, 11, 12]
The historical progression is therefore less about smarter malware than about where variation lives.
- Artifact polymorphism:change what the attack looks like.
- Metamorphic and behavioral polymorphism:change how the attack executes.
- Agentic intentional polymorphism:change how the objective is solved.
That third stage moves polymorphism from an evasion technique inside malware to an adaptive property of the actor itself. Once the security control becomes an input to the planning process, the problem changes from recognizing a changing attack to containing software that can change the attack because of the control it just encountered.
Where this connects to Triad Secure
Two of the three representations this paper asks for are the ones the platform is built around.
The second representation is an inventory of durable state and the relationships between things. Triad Secure maintains a live graph of each environment, covering assets, identities, posture, vulnerabilities, and configuration, and correlates events against it rather than scoring each alert on its own. The third representation asks what objective makes unrelated actions coherent. That question has no answer inside a per-alert queue. It only has an answer at the level of the environment, where a denied action in one service and durable state appearing in another can be joined.
The companion piece to this paper, Seven Hundred Attackers, One Investigation, looks at the same incident from the investigation side: why per-actor detection cannot see a labor-divided attack, and four things worth doing about it that do not require buying anything.
References
- [1]Newsome, James, Brad Karp, and Dawn Song. "Polygraph: Automatically Generating Signatures for Polymorphic Worms." IEEE Symposium on Security and Privacy, 2005. https://ieeexplore.ieee.org/document/1425070/
- [2]Rao, Anand S., and Michael P. Georgeff. "BDI Agents: From Theory to Practice." Proceedings of the First International Conference on Multi-Agent Systems, 1995. https://aaai.org/papers/icmas95-042-bdi-agents-from-theory-to-practice/
- [3]OpenAI. "The Hugging Face Incident and the Road Ahead." August 26, 2026. https://openai.com/index/hugging-face-incident-and-the-road-ahead/
- [4]Collusion Wiki. "Discovery of a New OpenAI Agent Message Board." 2026. https://collusion.wiki/
- [5]SentinelLabs. "Agents at Large: Tracing Illicit OpenAI Agent Activity on Hugging Face." September 16, 2026. https://www.sentinelone.com/labs/agents-at-large-tracing-illicit-openai-agent-activity-on-hugging-face/
- [6]Christodorescu, Mihai, Somesh Jha, Sanjit A. Seshia, Dawn Song, and Randal E. Bryant. "Semantics-Aware Malware Detection." IEEE Symposium on Security and Privacy, 2005. https://doi.org/10.1109/SP.2005.20
- [7]Zhang, Qinghua, and Douglas Reeves. "MetaAware: Identifying Metamorphic Malware." Annual Computer Security Applications Conference, 2007. https://www.acsac.org/2007/abstracts/81.html
- [8]Martignoni, Lorenzo, Mihai Christodorescu, and Somesh Jha. "OmniUnpack: Fast, Generic, and Safe Unpacking of Malware." Annual Computer Security Applications Conference, 2007. https://ieeexplore.ieee.org/document/4413009/
- [9]Singh, Anshuman, Andrew Walenstein, and Arun Lakhotia. "Tracking Concept Drift in Malware Families." Proceedings of the 5th ACM Workshop on Security and Artificial Intelligence, 2012. https://doi.org/10.1145/2381896.2381910
- [10]OpenAI. "How We Monitor Internal Coding Agents for Misalignment." March 2026. https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment/
- [11]Ramirez, Miquel, and Hector Geffner. "Plan Recognition as Planning." Proceedings of IJCAI 2009. https://www.ijcai.org/Abstract/09/296
- [12]Anthropic. "How We Contain Claude Across Products." 2026. https://www.anthropic.com/engineering/how-we-contain-claude
- [13]Reuters. "OpenAI Acknowledges 'Wiki Incident' and Need for More Transparency Around Unintended AI Behavior." September 5, 2026. https://www.investing.com/news/stock-market-news/openai-acknowledges-wiki-incident-and-need-for-more-transparency-around-unintended-ai-behavior-4890213
- [14]Reuters. "OpenAI Agents Hacked Hugging Face in 700-Strong Swarm, Investigations Find." August 26, 2026. https://www.reuters.com/business/openai-report-says-its-network-was-hacked-by-its-own-rogue-ai-agents-2026-08-26/
- [15]Anthropic. "An Alignment Assessment of Recent Cybersecurity Incidents." September 2026. https://www.anthropic.com/research/alignment-assessment-cybersecurity-incidents
From Artifact Evasion to Intentional Control Evasion, Version 1.0. Tyler Arnone, Triad Secure. Published September 17, 2026. Agentic intentional polymorphism is proposed here as an analytical category, not established malware nomenclature. This document is provided for informational purposes and does not constitute legal, financial, or professional advice.
