Live Wire
10:55ZWARTRANSLATruck queues formed at Chongar pontoon crossing after bridge damage, Radio Svoboda reports. Most traffic head…10:54ZDAILYNATIOAnti-Counterfeit Authority partners with Interpol on ongoing operations10:53ZDAILYNATIOKajiado County accounting officer faces jail for contempt over budget dispute10:53ZCLASHREPORTurkey conducts first 10-aircraft formation flight with domestically developed HÜRJET jets10:52ZINDIANEXPRMaharashtra sees multiple legal cases against comics creators including AIB, Kamra, Allahbadia10:52ZINDIANEXPRHarry Boxer becomes Lawrence Bishnoi gang's international face10:52ZINDIANEXPRStudy links nitrate source to dementia risk10:52ZINDIANEXPRTamil Nadu's 118-year-old railway station set for Rs 842 crore renovation10:55ZWARTRANSLATruck queues formed at Chongar pontoon crossing after bridge damage, Radio Svoboda reports. Most traffic head…10:54ZDAILYNATIOAnti-Counterfeit Authority partners with Interpol on ongoing operations10:53ZDAILYNATIOKajiado County accounting officer faces jail for contempt over budget dispute10:53ZCLASHREPORTurkey conducts first 10-aircraft formation flight with domestically developed HÜRJET jets10:52ZINDIANEXPRMaharashtra sees multiple legal cases against comics creators including AIB, Kamra, Allahbadia10:52ZINDIANEXPRHarry Boxer becomes Lawrence Bishnoi gang's international face10:52ZINDIANEXPRStudy links nitrate source to dementia risk10:52ZINDIANEXPRTamil Nadu's 118-year-old railway station set for Rs 842 crore renovation
Markets
S&P 500740.66 0.39%Nasdaq25,810 2.54%Nasdaq 10029,446 3.29%Dow512.17 0.55%Nikkei92.14 0.05%China 5035.27 1.03%Europe88.59 0.97%DAX42.69 0.99%BTC$63,631 0.87%ETH$1,673 0.94%BNB$605.21 0.97%XRP$1.14 1.95%SOL$66.77 2.04%TRX$0.3125 2.87%DOGE$0.0865 1.73%HYPE$59.09 5.68%LEO$9.49 0.29%RAIN$0.0131 0.98%QQQ$718.81 0.24%VOO$681.07 0.42%VTI$366 0.47%IWM$292.4 0.69%ARKK$75.94 0.64%HYG$79.99 0.06%Gold$386.73 0.11%Silver$60.7 0.20%WTI Crude$126.19 2.05%Brent$48.16 1.98%Nat Gas$11.06 0.90%Copper$39.23 0.74%EUR/USD1.1537 0.00%GBP/USD1.3364 0.00%USD/JPY160.54 0.00%USD/CNY6.7774 0.00%S&P 500740.66 0.39%Nasdaq25,810 2.54%Nasdaq 10029,446 3.29%Dow512.17 0.55%Nikkei92.14 0.05%China 5035.27 1.03%Europe88.59 0.97%DAX42.69 0.99%BTC$63,631 0.87%ETH$1,673 0.94%BNB$605.21 0.97%XRP$1.14 1.95%SOL$66.77 2.04%TRX$0.3125 2.87%DOGE$0.0865 1.73%HYPE$59.09 5.68%LEO$9.49 0.29%RAIN$0.0131 0.98%QQQ$718.81 0.24%VOO$681.07 0.42%VTI$366 0.47%IWM$292.4 0.69%ARKK$75.94 0.64%HYG$79.99 0.06%Gold$386.73 0.11%Silver$60.7 0.20%WTI Crude$126.19 2.05%Brent$48.16 1.98%Nat Gas$11.06 0.90%Copper$39.23 0.74%EUR/USD1.1537 0.00%GBP/USD1.3364 0.00%USD/JPY160.54 0.00%USD/CNY6.7774 0.00%
CLOSEDNYSEopens in 2h 32m
themonexus.
Vol. I · No. 163
Friday, 12 June 2026
10:57 UTC
  • UTC10:57
  • EDT06:57
  • GMT11:57
  • CET12:57
  • JST19:57
  • HKT18:57
← back to Saturday edition◉ LIVE ON THE WIREfollow this thread in real time
Science

Research reveals open-source repositories can silently backdoor AI agents — and no scanner catches it

Researchers at the University of Hong Kong have demonstrated a technique — named OpenClaw — that turns any open-source repository into a stealthy conduit for compromising AI agents. Crucially, every major supply-chain scanner lacks a detection category for it.
Researchers at the University of Hong Kong have demonstrated a technique — named OpenClaw — that turns any open-source repository into a stealthy conduit for compromising AI agents.
Researchers at the University of Hong Kong have demonstrated a technique — named OpenClaw — that turns any open-source repository into a stealthy conduit for compromising AI agents. / x.com / Photography

Two months after researchers at the University of Hong Kong unveiled a tool called CLI-Anything — capable of analyzing any repository's source code and generating executable commands from it — a team has published findings that should concern every developer building on AI agent frameworks. OpenClaw, as the technique is now called, proves that no supply-chain security scanner on the market has a detection category for it. A repository that passes every automated audit can simultaneously carry instructions that an AI agent will obey without notifying its operator.

The vulnerability is structural, not incidental. AI agents are designed to parse natural-language instructions from their environment and execute code accordingly. That design assumption — long treated as a feature — becomes an attack surface when the environment contains files that blend innocuous data with directives the agent will process. A README or a metadata field can carry embedded instructions that the agent reads and acts on during a routine task, such as installing a dependency. The agent executes those instructions; the developer's pipeline never logs them as a threat.

Current supply-chain scanners examine packages for known malicious patterns: malware signatures, dependency confusion payloads, typosquatting conventions. They do not evaluate whether the code a repository contains will, at runtime, produce instructions that an AI agent will interpret and act on. This gap is not a product gap waiting to be filled — it reflects a category error in how the security industry models the threat. Scanners optimize for what code does when a machine runs it. They have no framework for evaluating what code will cause an AI agent to do when the agent parses it.

How the attack surfaces

The OpenClaw team tested the technique against seven open-source repositories, embedding directive instructions in files that developers interact with routinely: documentation, package metadata, configuration templates. In every case, a standard AI agent operating in that environment executed the embedded instructions without triggering any alert, logging the action as routine task completion. The instructions ranged from data exfiltration to command-and-control callbacks to spawning secondary agents with escalated permissions. None were flagged by the scanners the development community relies on.

The attack requires no vulnerability in the AI agent itself. It exploits the interaction between the agent and the repository environment — a surface that existing security tooling treats as safe by definition. A developer following standard practice, cloning a well-maintained repository and running an AI-assisted task within it, could silently hand control of that agent to an external actor. The agent would report task completion normally; the underlying instruction never appears in any log the developer reviews.

The detection gap

The researchers tested eleven supply-chain scanners, including tools with significant enterprise deployment and active development communities. None produced an alert for any variant of the OpenClaw payload. When the team submitted the technique to each scanner's vulnerability disclosure program, response times ranged from no acknowledgment to a classification of "informational, not actionable." The security community, the findings suggest, has not yet categorised this interaction model as a legitimate threat class.

The silence is understandable in one sense: there is no obvious fix. Restricting AI agents from parsing files in repository environments would neuter their utility. Sandboxing all repository interactions would impose latency and cost that most commercial deployments cannot absorb. Developing detection rules that capture embedded directives requires a fundamentally different model of what a repository file contains — one that treats every text field as a potential instruction stream, not merely data.

Stakes and mitigations

For organizations deploying AI agents in development pipelines, the implications are concrete. An agent with access to a repository can be redirected through that repository to exfiltrate credentials, write to internal systems, or call external APIs with the developer's token. The attack is cheap to execute — creating a repository with embedded directives costs nothing — and the targets are numerous: any team using AI-assisted coding tools against public or private package registries is a candidate.

The research does not yet have a published mitigation. The OpenClaw team recommends that organizations treat AI agent environments as untrusted network segments: limit what the agent can access, log all file interactions rather than relying on task-level logging, and review the output of agent sessions for commands the agent issued but the developer did not request. The underlying advice amounts to manual auditing of automated processes — an acknowledgement that the tooling ecosystem has a gap with no near-term automated solution.

The broader context here is familiar from earlier eras of software supply-chain insecurity: a component class trusted by default, a detection infrastructure built for a threat model that no longer matches the actual attack surface, and a diffusion of responsibility across repository maintainers, tool vendors, and the developers who compose them. The question is not whether the gap will be closed — it will be, eventually — but how many agents will be compromised in the interval. The sources do not specify how many organizations have been affected, or whether any of the test repositories were production systems.

The desk notes that the VentureBeat coverage of OpenClaw landed on a Tuesday with limited follow-up from major security wires — a pattern familiar from niche supply-chain research that eventually proves more consequential than initial coverage suggests.

© 2026 Monexus Media · reported from the wire