Earlier quoted context omitted.
Which is everybody in the world except for a handful of people.
Not really, and it takes a few minutes because most of these packages (including npm) are small. You don’t have to read the WireGuard codebase because it’s reputable enough, but for obscure or unknown add-ons/package code, it’s on you to double-check, just like reading the ‘readme’.
Keylogger discovered in image generator extension
31–40 of 102 posts
Re: Keylogger discovered in image generator extension
#32Earlier quoted context omitted.
Which is everybody in the world except for a handful of people.
Not really, and it takes a few minutes because most of these packages (including npm) are small. You don’t have to read the WireGuard codebase because it’s reputable enough, but for obscure or unknown add-ons/package code, it’s on you to double-check, just like reading the ‘readme’.
Who’s diving 3-4 layers deep into dependencies?
Re: Keylogger discovered in image generator extension
#33Not surprised at all, ComfyUI extensions are just arbitrary python code. The first time I tried ComfyUI extensions I put it in a podman container with GPU passthrough and blocked network access.
Re: Keylogger discovered in image generator extension
#34Lesson for the people who run and execute stuff without looking at the code first.
Ain't nobody got time for that. LLMs should be capable of analysing code for anything malicious / suspicious.
Re: Keylogger discovered in image generator extension
#35Earlier quoted context omitted.
Which is everybody in the world except for a handful of people.
Not really, and it takes a few minutes because most of these packages (including npm) are small. You don’t have to read the WireGuard codebase because it’s reputable enough, but for obscure or unknown add-ons/package code, it’s on you to double-check, just like reading the ‘readme’.
“It takes a few minutes”
Dude my web dev projects have like 1,000s of dependencies. I’m not going to check the source code of every package tailwind requires.
Re: Keylogger discovered in image generator extension
#36Lesson for the people who run and execute stuff without looking at the code first.
Ain't nobody got time for that. LLMs should be capable of analysing code for anything malicious / suspicious.
Re: Keylogger discovered in image generator extension
#37Lesson for the people who run and execute stuff without looking at the code first.
Ain't nobody got time for that. LLMs should be capable of analysing code for anything malicious / suspicious.
Re: Keylogger discovered in image generator extension
#38Earlier quoted context omitted.
Not really, and it takes a few minutes because most of these packages (including npm) are small. You don’t have to read the WireGuard codebase because it’s reputable enough, but for obscure or unknown add-ons/package code, it’s on you to double-check, just like reading the ‘readme’.
So just sneak the code in a dependency of a dependency. Who’s diving 3-4 layers deep into dependencies?
Re: Keylogger discovered in image generator extension
#39Re: Keylogger discovered in image generator extension
#40Is there no way to defend against a keylogger? What can you do if a simple keylogger can steal your passwords?
Honestly there's quite a lot of malware that go against those files, I wonder if there's a way to require high privilege to accessing chrome/firefox appdata, or just block it entirely from other apps.