unknowing8343@discuss.tchncs.de to Programming@programming.dev · 6 months agoAny AI tool to analyse a git repo for malicious code?message-squaremessage-square28fedilinkarrow-up146arrow-down117file-text
arrow-up129arrow-down1message-squareAny AI tool to analyse a git repo for malicious code?unknowing8343@discuss.tchncs.de to Programming@programming.dev · 6 months agomessage-square28fedilinkfile-text
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up15·6 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.