I found a repository on GitHub (https://github.com/wasifijaz/BlackJack-Bot) and decided to run it, but it didn't seem to do anything. Now I'm concerned that my computer might be compromised or encrypted. What should I look for to figure out if this repository is malicious?
3 Answers
Running unverified code can be risky! To check for malicious activity, you should review the repository's code. Look for any suspicious functions, such as those that modify files or connect to unknown servers. If you’re not experienced in programming, try using antivirus software or malware scanners.
Also, check the comments and issue history on the repo; others might have flagged problems.
Before running anything from GitHub, it's best to read through the code first. Even if you ran it without issues, you should double-check any potential harmful commands. If anything feels off, don't hesitate to delete it and run a malware check on your system!
Agreed! Better safe than sorry, especially with suspicious repositories.
It seems like there might be some poorly written code in there. If it's doing nothing, that's usually okay, but it’s still wise to be cautious. You could also check the repo for recent activity or any issues raised by other users.

Makes sense! I’ll definitely run a scan just to be safe.