transparentai.security

This submodule contains functions in the transparentai.security submodule.

Security submodule

transparentai.security.safety.check_packages_security(full_report=True)[source]

Using safety package, check out the known vulnerabilities of the installed packages.

For more details you can look at the package page : https://github.com/pyupio/safety

Parameters:full_report (True) – Whether you want the full report or short report.