dvxtawa5lrwb
New Member
- Joined
- Jun 1, 2025
- Messages
- 28 (0.62/day)
I am coding a shell script similar to WinUtil. Without any coding knowledge, it is going really well thanks to AI. The script has app download function. Let's say I told AI to add WhatsApp installation button and it uses Winget method. How can I verify that the source is safe? Because I want to add many programs to it, but I'm not sure if all the programs are officially added to winget or how it really works.
Let's say I want to add WhatsApp and WARP to my script. Should I use those codes is this page?
winget.run
winget.run
Is there a possibility that AI may accidentally choose sketchy sites and use their line in my code and I download a fake Telegram, etc.?
Could you please give me some basic and short information and explanation?
Let's say I want to add WhatsApp and WARP to my script. Should I use those codes is this page?
Download and install WhatsApp with winget
WhatsApp Messenger, or simply WhatsApp, is an American freeware, cross-platform centralized messaging and voice-over-IP (VoIP) service owned by Facebook, Inc. It allows users to send text messages and voice messages, make voice and video calls, and share images, documents, user locations, and...
Download and install Cloudflare WARP with winget
1.1.1.1 with WARP replaces the connection between your device and the Internet with a modern, optimized, protocol.
Is there a possibility that AI may accidentally choose sketchy sites and use their line in my code and I download a fake Telegram, etc.?
Could you please give me some basic and short information and explanation?