Any AI tool to analyse a git repo for malicious code? unknowing8343 ( @unknowing8343@discuss.tchncs.de ) Programming@programming.dev • 7 months ago message-square9fedilinkarrow-up130
arrow-up130message-squareAny AI tool to analyse a git repo for malicious code? unknowing8343 ( @unknowing8343@discuss.tchncs.de ) Programming@programming.dev • 7 months ago message-square9fedilink
minus-square MajorHavoc ( @MajorHavoc@programming.dev ) linkfedilink11•7 months agoPrivado CLI will produce a list of data exfilration points in the code. If the JSON output file points out a bunch of endpoints you don’t recognize from the README, then I wouldn’t trust the project. Privado likely won’t catch a malicious binary file, but your local PC antivirus likely will.
Privado CLI will produce a list of data exfilration points in the code.
If the JSON output file points out a bunch of endpoints you don’t recognize from the README, then I wouldn’t trust the project.
Privado likely won’t catch a malicious binary file, but your local PC antivirus likely will.