Is This SoundCloud User Script Safe to Use?

0
3
Asked By CuriousCoder123 On

I've come across a user script designed to solve a specific issue with SoundCloud's shuffle feature—it only shuffles tracks currently loaded on the page rather than the entire playlist. The script is hosted on GitHub, but I'm hesitant about using it since it isn't my own code. I'm looking for guidance on whether there's a community or resource where I can find more information about verifying third-party scripts, or if anyone can take a look at the code for any red flags? I have minimal coding experience, just basics from a high school class. You can check out the script here: [GitHub Link](https://github.com/mrketa/soundcloud-true-shuffle). Any insights would be greatly appreciated!

3 Answers

Answered By DetailOrientedAnalyzer On

Here's a quick breakdown of the script. First, it pulls in the full playlist and applies its own shuffle method. However, one potential risk is cross-site scripting if the data pulling isn’t sanitized properly. That said, it doesn’t seem to pull any data to external servers or anything, which is good. If you're cautious, I'd recommend checking it manually against good practices: look for any suspicious API calls and only use the version from the original GitHub repo.

NewbieNerd -

Good tips! I’ll definitely review it closely before deciding to use it.

Answered By TechSavvyGuru On

The script seems straightforward and doesn’t contain anything suspicious. Its main function is just to enhance the shuffling of tracks by fully loading the playlist into the browser before applying a shuffle. It looks like it's just creating new UI elements and automating some actions on SoundCloud, nothing malicious in sight!

CodeEnthusiast88 -

Thanks for checking it out! That puts my mind at ease.

Answered By SkepticalUser77 On

I think it looks a bit like it could be AI-generated based on how it’s written. Just keep in mind that while it seems to do its job, relying solely on automation for code assessment can be risky.

PracticalPal -

True, but isn't AI just one tool among many for reviewing? It’s all about getting opinions from experienced users too.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.