Le "abilità" dannose di OpenClaw vengono utilizzate per diffondere malware che rubano le password

Secondo BleepingComputer, un'ondata di "competenze" (plug-in) dannose che prendono di mira l'assistente di intelligenza artificiale locale OpenClaw è stata utilizzata per distribuire malware che ruba informazioni. I pacchetti erano progettati per apparire come strumenti utili, ma le loro istruzioni di installazione spingevano le vittime a eseguire comandi che installavano stealer.

Questa è la solita storia della supply chain, adattata a un nuovo ecosistema: quando uno strumento di automazione ha ampio accesso a file, credenziali e browser, il suo registro dei plug-in diventa il canale di distribuzione ideale per un aggressore.

Cosa è successo (a grandi linee)

BleepingComputer segnala che più di 230 skill dannose sono state pubblicate in meno di una settimana sul registro ufficiale del progetto e su GitHub. Alcune erano cloni quasi identici con nomi casuali, mentre un sottoinsieme è diventato popolare.

Le competenze si spacciavano per utilità "utili" (tra cui strumenti relativi a criptovalute e social media), ma in ultima analisi miravano a rubare dati sensibili come chiavi API, segreti di portafoglio, credenziali SSH e password del browser.

Come la “documentazione” è diventata l’exploit

Invece di affidarsi solo a un codice binario nascosto, la campagna si è basata sull'ingegneria sociale.

BleepingComputer descrive uno strumento separato a cui si fa riferimento nella documentazione, "AuthTool", presentato come una dipendenza necessaria. In realtà, fungeva da meccanismo di distribuzione del malware.

Ciò rispecchia il modello più ampio di "ClickFix": la vittima viene convinta a eseguire manualmente un comando perché sembra una procedura di risoluzione dei problemi, non un'infezione.

Perché gli assistenti AI sono obiettivi insolitamente attraenti

Gli assistenti AI locali spesso richiedono (o ottengono) permessi estesi:

  • Lettura delle cartelle di progetto e dei file di configurazione
  • Accesso alle sessioni del terminale
  • Integrazione con browser e archivi di password
  • Parlare con le API utilizzando le chiavi dello sviluppatore

Ciò li rende dei "concentratori di credenziali". Una singola infezione riuscita può generare un mucchio di segreti che possono essere riutilizzati altrove.

Misure pratiche per ridurre il rischio

Se utilizzi OpenClaw (o qualsiasi strumento con un ecosistema di plug-in), tratta le competenze come codice che stai installando, non come "prompt".

  1. Preferire editori noti e verificati.Nuovi account, nomi casuali e descrizioni clonate sono segnali d'allarme.
  2. Istruzioni per l'installazione della verifica.Qualsiasi passaggio che chieda di incollare blob base64 o di eseguire curl|sh deve essere considerato dannoso.
  3. Metti in modalità sandbox l'assistente.Eseguilo in una VM/container con accesso minimo al file system.
  4. Utilizzare il privilegio minimo per le chiavi API.Separare le chiavi per ogni utensile; mantenere i mirini stretti; ruotare regolarmente.
  5. Monitorare le connessioni in uscita.I domini inattesi durante l'installazione/configurazione sono sospetti.

Se sospetti di aver eseguito un'abilità dannosa, presumi che le credenziali siano state compromesse e ruota:

  • Password del browser / token del gestore delle password
  • chiavi SSH
  • Credenziali cloud
  • Chiavi API e segreti “.env”

Cosa possono fare i registri (e cosa non possono)

Gli operatori del registro possono aggiungere scansioni, segnali di reputazione e processi di rimozione. Tuttavia, quando un ecosistema cresce rapidamente, il volume supera la capacità di revisione.

Ciò significa che la sicurezza di base dipende ancora dal comportamento dell'utente e dall'igiene della distribuzione.

In conclusione

La campagna sulle competenze di OpenClaw è un avvertimento: le "toolchain di intelligenza artificiale" fanno ormai parte della supply chain del software. Se un plug-in può eseguire codice o accedere a segreti, trattatelo con la stessa cautela che applichereste all'installazione di un pacchetto casuale da npm o PyPI.


Fonti

Document Title
Malicious OpenClaw ‘skills’ are being used to spread password-stealing malware
BleepingComputer reports hundreds of malicious OpenClaw skills were posted to trick users into running malware droppers. Here’s how plugin ecosystems get abused, what the ‘AuthTool’ trick is, and how to reduce risk.
Title Attribute
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
A judge ruled the DOE climate working group was illegal—here’s why that matters
Intel’s Panther Lake laptop chips: why ‘Core Ultra Series 3’ is a reset
Page Content
Malicious OpenClaw ‘skills’ are being used to spread password-stealing malware
Nature
Climate
/
Technology
/ By
Admin
A wave of malicious “skills” (plug-ins) targeting the local AI assistant OpenClaw has been used to deliver information-stealing malware, according to BleepingComputer. The packages were designed to look like helpful tools, but their setup instructions pushed victims into running commands that installed stealers.
This is the familiar supply-chain story, adapted to a new ecosystem: when an automation tool has broad access to files, credentials, and browsers, its plug-in registry becomes an attacker’s ideal distribution channel.
What happened (in broad strokes)
BleepingComputer reports that more than 230 malicious skills were published in under a week across the project’s official registry and GitHub. Some were near-identical clones with randomized names, and a subset became popular.
The skills impersonated “useful” utilities (including crypto and social-media-related tools) but ultimately aimed to steal sensitive data such as API keys, wallet secrets, SSH credentials, and browser passwords.
How the “documentation” became the exploit
Instead of relying only on a hidden binary, the campaign leaned on social engineering.
BleepingComputer describes a separate tool referenced in the docs—“AuthTool”—presented as a required dependency. In reality, it functioned as the malware delivery mechanism.
This mirrors the broader “ClickFix” pattern: the victim is convinced to run a command manually because it looks like a troubleshooting step, not an infection.
Why AI assistants are unusually attractive targets
Local AI assistants often request (or are granted) extensive permissions:
Reading project folders and configuration files
Accessing terminal sessions
Integrating with browsers and password stores
Talking to APIs using developer keys
That makes them “credential concentrators.” A single successful infection can yield a pile of secrets that can be reused elsewhere.
Practical steps to reduce risk
If you use OpenClaw (or any tool with a plug-in ecosystem), treat skills like code you are installing, not “prompts.”
Prefer vetted, well-known publishers.
New accounts, random names, and cloned descriptions are red flags.
Audit install instructions.
Any step that asks you to paste base64 blobs or run curl|sh should be assumed malicious.
Sandbox the assistant.
Run it in a VM/container with minimal filesystem access.
Use least privilege for API keys.
Separate keys per tool; keep scopes narrow; rotate regularly.
Monitor outbound connections.
Unexpected domains during installation/setup are suspicious.
If you suspect you ran a malicious skill, assume credential compromise and rotate:
Browser passwords / password manager tokens
SSH keys
Cloud credentials
API keys and “.env” secrets
What registries can do (and what they can’t)
Registry operators can add scanning, reputation signals, and takedown processes. But when an ecosystem is growing quickly, volume outpaces review.
That means the safety baseline still depends on user behavior and deployment hygiene.
Bottom line
The OpenClaw skill campaign is a warning that “AI toolchains” are now part of the software supply chain. If a plug-in can run code or access secrets, treat it with the same caution you’d apply to installing a random package from npm or PyPI.
Sources
https://www.bleepingcomputer.com/news/security/malicious-moltbot-skills-used-to-push-password-stealing-malware/
Previous Post
Next Post
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
A judge ruled the DOE climate working group was illegal—here’s why that matters
Intel’s Panther Lake laptop chips: why ‘Core Ultra Series 3’ is a reset
BleepingComputer reports hundreds of malicious OpenClaw skills were posted to trick users into running malware droppers. Here’s how plugin ecosystems get abused, what the ‘AuthTool’ trick is, and how to reduce risk.
Document Title
Page not found - Florin.blog
Image Alt
Florin.blog
Title Attribute
Florin.blog » Feed
RSD
Skip to content
Placeholder Attribute
Search...
Page Content
Page not found - Florin.blog
Skip to content
Home
Blog
Garden Decor
Indoor
Main Menu
This page doesn't seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?
Search for:
Search
Quick Links
Outdoors
About
Contact
Explore
Bestsellers
Hot deals
Best of The Year
Featured
Gift Cards
Help
Privacy Policy
Disclaimer
: As an Amazon Associate, we earn from qualifying purchases — at no extra cost to you.
Florin.blog
Florin.blog » Feed
RSD
Search...
t Italiano