Have you ever found a GitHub project or anything that seemed nice and tempting to install until you dug a bit deeper?

What are some red flags that should detur anyone from installing and running something?

  • calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    If it’s not open source or you are not compiling it:

    Why so much fear about the shell script but no fear from the executable?

    If it’s open source and you are compiling it:

    If you don’t fear the project because you (presumably) have read the source code and determined that it’s fine, why fear a shell script that is most certainly simpler, and you can read it like the rest of the code?

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        If you fear both, and curl | sh is a red flag. Binary blob is also a red flag, if you fear them both equally.

        Has every software that runs in your computer been compiled by you?