LIVE · cybersecurity feed
malware

SkillCloak Lets Malicious AI Agent Skills Evade Static Scanners with Self-Extracting Packing

zeroday.news·2d ago

Researchers have developed a technique called SkillCloak that allows malicious AI agent skills to evade static analysis scanners. This method utilizes self-extracting packing to disguise the malicious code, rendering it undetectable by current security tools. The findings come from a study conducted by researchers at the Hong Kong University of Science and Technology.

AI coding agents, such as those used for software development, often rely on a system of "skills" or plugins to extend their capabilities. While these skills can enhance productivity, they also present a potential attack vector. Malicious actors can create harmful skills designed to steal data, execute arbitrary code, or compromise systems.

Traditional security methods for detecting these malicious skills often involve static analysis, where the code is examined without being executed. This approach looks for known malicious patterns or signatures. However, SkillCloak circumvents this by employing a self-extracting packing mechanism.

In essence, SkillCloak packages the malicious skill in an executable wrapper. This wrapper contains the malicious code along with a small, legitimate-looking loader. When the skill is loaded or executed, the wrapper unpacks the malicious payload into memory, where it can then carry out its intended actions. Because the malicious code is only present in memory during runtime and not in its original, static form on disk, static scanners are unable to detect it.

The researchers demonstrated that even minor modifications to the packing process and the loader can be sufficient to bypass common static analysis tools. This suggests that the current generation of scanners may not be robust enough to handle such obfuscation techniques.

The implications of this research are significant for the security of AI development environments. If malicious skills can easily evade detection, they could be widely distributed and used to compromise sensitive codebases, steal intellectual property, or gain unauthorized access to development infrastructure.

The study highlights a growing cat-and-mouse game between malware developers and security researchers in the rapidly evolving AI landscape. As AI agents become more integrated into critical workflows, the need for advanced, dynamic analysis techniques to detect runtime threats becomes increasingly apparent.

While the researchers have identified the vulnerability, specific details regarding the exact techniques used for packing, the types of AI agents affected, or any proposed countermeasures beyond dynamic analysis were not provided in the initial report. Further research may be needed to develop more effective detection methods and mitigation strategies against such sophisticated evasion tactics.

malwareai
← Back to latest

More News

view all →
zeroday.news · 3h ago·high

China-Linked APT Expands Arsenal With New ‘Leash’ Backdoors

A China-linked advanced persistent threat (APT) group, identified as LapDogs, has reportedly enhanced its malicious toolkit. Security researchers have observed the deployment of three new backdoors: LongLeash, DogLeash, and JarLeash, which are designed to compromise small office/home office (SOHO) routers.

zeroday.news · 3h ago·high

RedWing Android Spyware Sold as a Service on Telegram

A new Android spyware called RedWing is being offered as a service on Telegram, allowing less sophisticated attackers to compromise phones and steal banking information. Researchers have identified it as a polished malware-as-a-service operation with extensive documentation and a subscription model, potentially linked to Russian threat actors. RedWing employs fake login overlays, SMS interception, call forwarding, and even screen control to harvest credentials and conduct further malicious activities.

zeroday.news · 3h ago·high

Operationalizing Day Minus Seven: The Cloud-Native ROC

The article introduces the concept of a Risk Operations Center (ROC) as a necessary evolution for cybersecurity teams facing AI-driven threats. It argues that traditional risk management models are insufficient due to the speed at which AI can discover and exploit vulnerabilities, especially in cloud environments. A ROC, powered by platforms like Qualys Enterprise TruRisk Management (ETM), aims to unify disparate security findings, hyper-prioritize risks based on exploitability and business impact, and enable autonomous remediation to keep pace with attackers.

zeroday.news · 4h ago·critical

Ubiquiti Patches Critical UniFi Flaws Across Connect, Talk, Access, Protect, and OS

Ubiquiti has released security updates to address several critical vulnerabilities affecting its UniFi product line, including UniFi Connect, Talk, Access, Protect, and OS. These flaws could allow attackers to escalate privileges or execute arbitrary commands on affected devices. While no active exploitation has been reported for these specific vulnerabilities, the company has previously seen its UniFi OS and Edge OS products targeted by threat actors.

zeroday.news · 4h ago·high

Armored Likho Hits Government, Energy Sectors With BusySnake Stealer

Cybersecurity researchers have identified a new threat actor, dubbed Armored Likho, targeting government and energy sectors in Russia, Kazakhstan, and Brazil with a sophisticated phishing campaign. The operation utilizes a custom-built Python infostealer named BusySnake, designed to steal credentials, sensitive documents, and other high-value data. The attackers employ AI-generated payloads to obscure their activities and maintain persistence through various methods, including reverse SSH tunneling.

zeroday.news · 4h ago·critical

Attackers using Langflow flaw for credential harvesting (CVE-2026-55255)

CISA has issued a warning regarding a critical vulnerability (CVE-2026-55255) in the Langflow AI framework, which is being actively exploited by attackers. The flaw allows authenticated users to execute arbitrary flows belonging to other users, potentially leading to the theft of sensitive credentials and data exposure, especially in multi-tenant environments. US federal agencies have been mandated to patch this vulnerability by July 10th.