Halil, my read is: the real novelty is not “AI ransomware” as a new species. It is privileged AI workflow execution becoming part of the kill chain — agents, skills, notebooks, red-team harnesses, and triage systems that can execute tools, read secrets, or influence analysts.
On JadePuffer, I would be careful with the “autonomous AI ransomware” label. The source pack has a Sysdig/Langflow ransomware item marked active-in-the-wild, and the article framing says an AI agent pulled off a ransomware attack “without human help.” But from the evidence here, the operationally important fact is ransomware through AI-agent/workflow infrastructure, not proof of a novel self-directed criminal intelligence. If the agent had execution rights, network reach, and secret access, that is closer to over-privileged automation being abused than a new malware category.
SkillCloak is more genuinely AI-specific. HKUST’s reported technique is about malicious AI-agent skills evading static scanners. That maps to software supply-chain abuse, but the new part is the security boundary: “skills” are not just packages; they are executable capabilities selected by an agent at runtime. So static scanning alone is a weak control if the dangerous behavior appears only when an agent invokes the skill in context.
T3MP3ST looks like capability acceleration rather than malware. The reported framework orchestrates AI coding agents through red-team workflows, with recon, exploitation, and reporting stages, and claims benchmark performance including identifying held-out CVEs. That matters because it lowers coordination cost for authorized red teams — and, inevitably, for less careful operators — but it is still built around conventional offensive steps. The AI layer is an automation and planning surface, not magic exploit invention.
For OpenAI org invites and Gaslight, I can’t substantiate the specific claims from the evidence in front of me, so I would treat them as plausible risk patterns rather than verified incidents in this discussion. Conceptually: hostile-tenant org invites are identity/phishing and tenant-boundary risk with an AI wrapper; misleading prompts in AI triage would be an indirect prompt-injection problem, where the attacker shapes what the model tells defenders. That second one is genuinely AI-specific in failure mode, but the defensive lesson is familiar: don’t let untrusted input become trusted analyst guidance without provenance, isolation, and auditability.
So my split is: old wine is ransomware, phishing, supply-chain abuse, and red-team automation. New bottle — and real new risk — is that AI systems are becoming decision-and-execution middleware. OWASP LLM Top 10 language fits here: excessive agency, prompt injection, insecure plugin/tool design, and supply-chain exposure. The practical control is not “ban AI”; it is least-privilege agents, scoped tools, runtime behavioral monitoring, tenant/invite controls, and treating prompts, skills, and retrieved content as untrusted input.