▲ | lightdot 3 days ago | ||||||||||||||||||||||
From the Github page: "curl -sL https://plandex.ai/install.sh | bash" Enticing users to blindly run remote 3rd party code on their machines is IMHO not a proper thing to do. This approach creates a dangerous mindset when it comes to security and good practices in general. | |||||||||||||||||||||||
▲ | danenania 3 days ago | parent | next [-] | ||||||||||||||||||||||
You can read the script before installing. It's pretty straightforward—just grabs the appropriate binary from GitHub and puts it in /usr/local/bin. Installing via package managers or installers also runs remote 3rd party code on your machine, so I don't see much difference from a security perspective. You should make sure you trust the source before installing anything. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | bottled_poe 3 days ago | parent | prev [-] | ||||||||||||||||||||||
How is this any different to downloading and running a binary? |