Some background: I’m a software developer, and I’ve never really participated in the open source software community before. (i.e. I don’t contribute to open source projects, I don’t know anyone who does, and I don’t really know anything about the companies who start these projects to begin with, or what their motivations are for being open source.)

I’m currently trying to find software that my team at work can use to solve a particular problem we have. After doing some googling, it looks like this open source product called OpenReplay is a good fit for what we need: https://openreplay.com/

But when I first visited that website, I noticed that the background artwork looks AI generated. This made me feel skeptical of the project, and it makes me wonder: what if it’s actually a huge scam and it’s actually malware? For example, maybe OpenReplay is actually a copy of a different legitimate product that I’m not aware of. Maybe all of the stars, forks, and discussions on the GitHub page are from fake accounts. When I Google OpenReplay, there aren’t a whole lot of results. How do I know if it’s trustworthy if I can’t find an authoritative source telling me it is?

Maybe I’m just being paranoid. But this is basically the first time in my career where I’ve tried to vet a new piece of software for my team to use, and I want to make sure I’m doing it right. How do you know when a product like this can be trusted?

EDIT: I don’t mean to cast doubt on OpenReplay specifically, I’m just using that as an example because it’s the product I’m currently looking into. My question applies to any piece of software that isn’t widely known about.

  • @grue@lemmy.world
    link
    fedilink
    English
    29
    edit-2
    1 month ago

    Trustworthy as opposed to what, some random proprietary product? Do you think you’re gonna somehow do better on that front with code that’s secret?


    Now, don’t get me wrong: I’m not saying that every Free Software project is trustworthy. I’m just saying that as a first-pass screening criterium, rejecting everything that isn’t Free Software is a pretty good one.

      • @grue@lemmy.world
        link
        fedilink
        English
        12
        edit-2
        1 month ago

        I feel like if the main advantage of something is that it’s easy to sue, it’s probably a bad choice to begin with. Instead, your criteria should probably be more about minimizing the chance of things going that wrong.

        Free Software has an important advantage on that front too, by the way: you have the recourse of being allowed to fix it yourself. That is kinda the whole point of why RMS invented it in the first place, after all!

        • @Kecessa@sh.itjust.works
          link
          fedilink
          3
          edit-2
          1 month ago

          Minimizing the chance of things going that wrong… So not trusting anonymous people on the internet?

          How many FOSS users are actually able to understand or fix the programs they use? Do you systematically check the code of everything you get from GitHub?

          I understand the principle and I do use FOSS, I just don’t make myself believe that more than a ridiculously small minority of people actually check the code of what they’re installing.

          • John
            link
            fedilink
            41 month ago

            @Kecessa @grue knowing that the source will be published discourages bad actors from putting crap into the program in the first place.

            And if they do it anyway, other people can come along and repackage it without the bad bits, like vscodium.

            • @Kecessa@sh.itjust.works
              link
              fedilink
              21 month ago

              That’s as long as someone takes the time to check the code, that’s my whole point.

              There’s torrents with malware that are well seeded even though you can see comments from people saying they’re infected, people don’t care and you over estimate people’s capacities if you think the majority understands what they’re installing when downloading stuff online, as long as it fills its purpose, they’ll never know that they just installed a crypto miner without realizing it.

              • John
                link
                fedilink
                01 month ago

                @Kecessa no you missed my point. You change the behaviour of the producer, not the consumer.

                • @Kecessa@sh.itjust.works
                  link
                  fedilink
                  11 month ago

                  People are publishing programs anonymously! They don’t care about it, there’s no consequence to it.

                  Hell, that’s like believing the introduction of a prison system stops all crime. People just try to find better ways to hide.

    • haui
      link
      fedilink
      41 month ago

      I will get shit on for this but „rejecting everything where I cant look in the source code“ makes more sense imo from a security standpoint.

      The „free“ as in everyone can put in into their software and sell it without contributing back isnt security relevant from my pov (neither do I like that ideology tbf).

      • @grue@lemmy.world
        link
        fedilink
        English
        41 month ago

        In other words, you’re saying it has to be specifically copyleft (which is the only kind that guarantees that all downstream users will always be able to look at the source code), not merely permissively-licensed. Sounds good to me!

        • haui
          link
          fedilink
          21 month ago

          I appreciate the elaborate response. The intricacies of licensing arent fluent in me and the reminder helps.

          Copyleft is cool but for OPs question, I would suggest source available at least. My criterion is that I (or op for that matter) can look at the source code of this project, not everyone on every downstream project.

          I‘d also distinguish between in and out licensing. If they want to make a product that is not foss, copyleft wont work so reviewing the code would be the smallest denominator imo although I would not use or recommend their software.