To make a simple scan of your OS packages, please choose your OS type, version and put the list of packages in format retrived using following shell command
Shell command to retrieve list of OS packages
Debian-based osdpkg-query -W -f='${Package} ${Version} ${Architecture}\n'
RedHat-based osrpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'