bandit

v 1.7.8 Updated: 3 weeks, 1 day ago

Security oriented static analyser for python code.

Security oriented static analyser for python code. 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.

https://bandit.readthedocs.io/en/latest

To install bandit, paste this in macOS terminal after installing MacPorts

sudo port install bandit

Add to my watchlist

Installations 1
Requested Installations 1