this post was submitted on 21 May 2025
1134 points (99.2% liked)

Technology

70266 readers
3960 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

https://fosstodon.org/@keepassxc/114544480029903918

edit: looks like its been taken down

you are viewing a single comment's thread
view the rest of the comments
[–] DarkCloud@lemmy.world 23 points 2 days ago* (last edited 2 days ago) (3 children)

This is why I never feel safe downloading a program from Github. I need a recognisable domain name website that google or duckduckgo has picked as the product.

No it's not perfect, but it feels safer than a random github.

[–] ABasilPlant@lemmy.world 45 points 2 days ago (1 children)

I need a recognisable domain name website that google or duckduckgo has picked as the product.

This doesn't always work. For example, I used to (and still do) see a lot of fake websites when I l type revanced (https://revanced.app/) on duckduckgo, and I've nearly fallen for two of the fake ones before (I think two of .com / .org / .to...?)

Thankfully ublock origin warns users of this:

Otherwise, I'd have 100% downloaded some malware-loaded crap.

[–] Imhotep@lemmy.world 5 points 2 days ago (1 children)

Just tried a search for Magisk and uBlock indeed does a great job at blocking all the scam websites.

[–] JcbAzPx@lemmy.world 4 points 2 days ago

It's important to note that new scam sites won't be picked up until someone reports them, so there's still a chance you'll be one of the first to a new domain.

[–] Imhotep@lemmy.world 22 points 2 days ago* (last edited 2 days ago)

I need to install Magisk.

Google:
1st result: their Github page
2: magisk-manager.fr.uptodownDOTcom/android
3: magiskmanagerDOTcom/
4: magisk-manager.fr.softonicDOTcom/android

Kagi:
1st result: their Github page
2: magiskDOTme/ (icon showing it may be scam)
3: magiskmanagerDOTcom/ (scam icon)
4: themagiskDOTcom/ (scam icon)

No way I'm clicking on anything but the Github page.
Kagi is somewhat better than Google, but you have to pay attention to the small warning icon.
I would say bot search engines do a bad job and shouldn't show those results (or have an option "show me unsafe websites")

edit: uptodown and softonic might not be as bad. Still wouldn't download from them.

[–] Serinus@lemmy.world 18 points 2 days ago (2 children)
[–] jjjalljs@ttrpg.network 11 points 2 days ago

This reminds me of the new vector for malware that targets "vibe coders". LLMs tend to hallucinate libraries that don't exist. Like, it'll tell you to add, install, and use jjj_image_proc or whatever. The vibe coder will then get an error like "that library doesn't exist" and "can't call jjj_image_proc.process()`.

But you, a malicious user, could go and create a library named jjj_image_proc and give it a function named process. Vibe coders will then pull down and run your arbitrary code, and that's kind of game over for them.

You'd just need to find some commonly hallucinated library names

[–] dependencyinjection@discuss.tchncs.de 2 points 2 days ago (1 children)

As a Typescript developer, npm is a damn mess. I ain’t got a clue how to handle these dependencies.

[–] Serinus@lemmy.world 3 points 2 days ago

It's taught me that bigger standard libraries are better. You still have similar issues, but at least nobody's importing LeftPad. And your remaining dependency probably isn't importing LeftPad either.