bandit==1.9.4
# Security oriented static analyser for python code.
$ pip install bandit
downloads/wk
0
license
Apache-2.0
version
1.9.4
python
>=3.10
What is bandit?
Bandit is a static analysis tool that scans Python code for common security vulnerabilities and dangerous coding patterns. Developers use it to identify potential security issues in their codebase before deployment, such as hardcoded passwords, insecure cryptography usage, and SQL injection risks. It integrates into development workflows and CI/CD pipelines to catch security problems early.
Dependencies (16)
Author
PyCQA