It's absolute negligence for anyone to be installing anything at this point in this space. There is no oversight, hardly anyone looking at what's published, no automated scanning and there is no security model in place that works that isn't vulnerable to prompt injection. We need to go back to the drawing board. You might as well just run curl https://example.com/script.sh | sudo bash at this point.
It's far worse than that. `curl | bash` is at least a one-time thing coming from a single source. An autonomous agent like OpenClaw is more like running `slack | bash` or `mail | bash`.
Top downloaded skill in ClawHub contains malware
61–70 of 166 posts
Re: Top downloaded skill in ClawHub contains malware
#62Re: Top downloaded skill in ClawHub contains malware
#63Well it appears https://openclaw.ai/ is down now. I get "Secure Connection Failed"
Works for me? Check the little "more info" button - it sounds like your browser is rejecting the TLS certificate, not completely unable to connect.
Edit: https://docs.openclaw.ai/skills doesn't work for me
Re: Top downloaded skill in ClawHub contains malware
#64Was clawhub not doing any security on skills?
IIRC the creator specifically said he's not reviewing any of the submissions and users should just be careful and vet skills themselves. Not sure who OpenClaw/Clawhub/Moltbook/Clawdbot/(anything I missed) was marketed at, but I assume most people won't bother looking at the source code of skills.
Presented as originally written:
"There's about 1 Million things people want me to do, I don't have a magical team that verifies user generated content. Can shut it down or people us their brain when finding skills."
Re: Top downloaded skill in ClawHub contains malware
#65Earlier quoted context omitted.
Author here, I used AI to help me write this article primarily to generalize the content and remove a lot of the specific links and dangerous commands in the malware. If you are actually curious about the specifics, happy to share here since this is a more technical audience. --- The top downloaded skill at the time of this writing is.... https://www.clawhub.com/moonshine-100rze/twitter-4n "ClawHubTwitter — ClawHubUs…
I agree with your parent that the AI writing style is incredibly frustrating. Is there a difficulty with making a pass, reading every sentence of what was written, and then rewriting in your own words when you see AI cliches? It makes it difficult to trust the substance when the lack of effort in form is evident.
I get the call for "effort" but recently this feels like its being used to critique the thing without engaging.
HN has a policy about not complaining about the website itself when someone posts some content within it. These kinds of complaints are starting to feel applicable to the spirit of that rule. Just in their sheer number and noise and potential to derail from something substantive. But maybe that's just me.
If you feel like the content is low effort, you can respond by not engaging with it?
Just some thoughts!
Re: Top downloaded skill in ClawHub contains malware
#66This just seems like the logical consequence of the chosen system to be honest. "Skills" as a concept are much too broad and much too free-form to have any chance of being secure. Security has also been obviously secondary in the OpenClaw saga so far, with users just giving it full permissions to their entire machine and hoping for the best. Hopefully some of this will rekindle ideas that are decades old at this poin…
Sandboxing and permissions may help some, but when you have self modifying code that the user is trying to get to impersonate them, it’s a new challenge existing mechanisms have not seen before. Additionally, users don’t even know the consequences of an action. Hell, even curated and non curated app stores have security and malware difficulties. Pretending it’s a solved problem with existing solutions doesn’t help us move forward.
Re: Top downloaded skill in ClawHub contains malware
#67This article is so frustrating to read: not only is it entirely AI-generated, but it also has no details: "I'm not linking", "I'm not pasting". And I don't doubt there is malware in Clawhub, but the 8/64 in VirusTotal hardly proves that. "The verdict was not ambiguous. It's malware." I had scripts I wrote flagged more than that! I know 1Password is a "famous" company, but this article alone isn't trustworthy at all.
Author here, I used AI to help me write this article primarily to generalize the content and remove a lot of the specific links and dangerous commands in the malware. If you are actually curious about the specifics, happy to share here since this is a more technical audience. --- The top downloaded skill at the time of this writing is.... https://www.clawhub.com/moonshine-100rze/twitter-4n "ClawHubTwitter — ClawHubUs…
I believe what you wrote here has ten times more impact in convincing people. I would consider adding it to the blog as well (with obfuscated URLs so Google doesn't hurt the SEO).
Thanks for providing context!
Re: Top downloaded skill in ClawHub contains malware
#68Earlier quoted context omitted.
Will do better next time.
[flagged]
Re: Top downloaded skill in ClawHub contains malware
#69Earlier quoted context omitted.
Skills are just more input to a language model, right? That seems bad, but if you're also having your bot read unsanitized stuff like emails or websites I think there's a much larger problem with the security model
You are confused because the security flaws are so obvious it seems crazy that people would do this. It seems that many of us are experiencing the same perplexity when reading news about this.
Is such an obvious statement it loses all relevant meaning to a conversation. It's a core axiom that no one needs stated.
Re: Top downloaded skill in ClawHub contains malware
#70Why is isolation between applications not in place by default? Backwards compatibility is not more important than this. Operating systems are supposed to get in the way of things like this and help us run our programs securely. Operating systems are not supposed to freely allow this to happen without user intervention which explicitly allows this to happen.
Why are we even remotely happy with our current operating systems when things like this, and ransomware, are possible by default?