cross-posted from: https://discuss.tchncs.de/post/21298994
I'm trying to feel more comfortable using random GitHub projects, basically.
Probably not. Obfuscation works, and might even depend on remote code being downloaded at either build time or run time.
There are a lot of heuristics you can use (e.g. disallowing some functions/modules) to check a codebase, but those already exist no AI required. Unless you call static analysis "AI", who knows.
But an AI can "realise" the code might be downloading something it doesn't need to. That's the point.
AI is "smart" and understands that you told it that the library was supposed to do something specific, and it can understand that and look for things that seem not correlated to the purpose of the repo.
If you're one of those people that think every product is better if there's "AI" on the box then sure. What you're describing is static analysis though, it is not new.