bandit

Security oriented static analyzer for Python code - Metapackage

Install

All systems
curl cmd.cat/bandit.sh
Debian Debian
apt-get install bandit
Ubuntu
apt-get install bandit
Arch Arch Linux
pacman -S bandit
image/svg+xml Kali Linux
apt-get install bandit
Fedora
dnf install bandit
Windows (WSL2)
sudo apt-get update sudo apt-get install bandit
Raspbian
apt-get install bandit

bandit

Security oriented static analyzer for Python code - Metapackage

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an Abstract Syntaxt Tree (AST), and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report. This package is a metapackage to install the Python 2.7 or 3.x of bandit.