Comment by larpingscholar 2 months ago curl -fsSL https://x.ai/cli/install.sh | bash this is unauditable trust in XAI. 6 comments larpingscholar Reply avaer 2 months ago It's auditable, just redirect, don't pipe. Or fix your bash to not allow this.It has nothing to do with XAI, other than maybe not enforcing good practice (which most devs don't follow anyway). sroussey 2 months ago Or they are sending different code to different people from the same url… mgambati 2 months ago Just build it spott 2 months ago huh?``` curl -fsSL https://x.ai/cli/install.sh | \ llm -s "Review this shell script and tell me what it does" ```That isn't unauditable trust...
avaer 2 months ago It's auditable, just redirect, don't pipe. Or fix your bash to not allow this.It has nothing to do with XAI, other than maybe not enforcing good practice (which most devs don't follow anyway). sroussey 2 months ago Or they are sending different code to different people from the same url…
spott 2 months ago huh?``` curl -fsSL https://x.ai/cli/install.sh | \ llm -s "Review this shell script and tell me what it does" ```That isn't unauditable trust...
It's auditable, just redirect, don't pipe. Or fix your bash to not allow this.
It has nothing to do with XAI, other than maybe not enforcing good practice (which most devs don't follow anyway).
Or they are sending different code to different people from the same url…
Just build it
huh?
``` curl -fsSL https://x.ai/cli/install.sh | \ llm -s "Review this shell script and tell me what it does" ```
That isn't unauditable trust...