18
Any AI tool to analyse a git repo for malicious code?
(discuss.tchncs.de)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
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.
Its got a dataset of billions for tokens, youre better off running the stock market as an antivirus.
Instead if you care use specifically curated programs for the task, like antivirus'