CMD + K

bandit

Community

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::bandit

Usage Tracking

1.9.3
1.9.2
1.9.1
1.8.6
1.8.5
5 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.

Last Updated

Jan 19, 2026 at 06:43

License

Apache-2.0

Total Downloads

578.7K

Version Downloads

2.5K

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 1.7.8
macOS-64 Last supported version: 1.7.8
win-64 Last supported version: 1.7.8