awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PyCQA avatar

PyCQA/bandit

0
View on GitHub↗
8,092 stars·780 forks·Python·Apache-2.0·24 viewsbandit.readthedocs.io↗

Bandit

Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It functions as a security-focused linter and static analyzer that identifies common vulnerabilities and architectural flaws without executing the program.

The tool utilizes an abstract syntax tree to analyze code patterns and identifies risky function calls or insecure configurations. It employs a plugin-based rule engine to decouple scanning logic from individual security checks and supports configuration-driven filtering to exclude specific files or ignore certain warnings.

The system processes source files through a static analysis pipeline that includes parsing and node visiting to detect weaknesses. After scanning, it generates detailed security reports summarizing the identified flaws.

Features

  • Source Code Vulnerability Scanning - Scans Python source code for security vulnerabilities and coding flaws before deployment.
  • Vulnerability Detection - Identifies risky function calls and insecure configurations in Python projects to prevent exploits.
  • Vulnerability Scanners - Identifies potential security risks and insecure coding practices by matching code patterns against known weaknesses.
  • Static Analysis Security Testing - Analyzes source code without execution to find security vulnerabilities through a specialized SAST approach.
  • AST Security Analyzers - Analyzes the abstract syntax tree of Python programs to identify insecure patterns and architectural flaws.
  • Rule-Based Plugin Systems - Employs a rule-based plugin system to decouple the scanning engine from individual security check definitions.
  • Static Analysis Engines - Provides a static analysis engine that scans source code to identify potential security vulnerabilities.
  • Code Linters - Functions as a security-focused linter that identifies problematic patterns in Python source code.
  • Secure Coding Practices - Helps maintain secure coding practices by automating the detection of vulnerabilities during development.
  • Security Detection Logic - Uses a sophisticated logic engine combined with plugins to detect common security weaknesses in source code.
  • Security Report Generation - Generates detailed summaries and exports of identified security flaws after scanning project files.
  • AST Node Visitation - Traverses abstract syntax trees using visitor patterns to match specific structural patterns for security validation.
  • Configuration-Driven Rules - Uses configuration files to dictate which files are scanned and which security warnings are ignored.
  • Syntax Tree Analysis - Implements techniques for parsing and comparing code using abstract syntax trees to detect security patterns.
  • Code Analysis - Listed in the “Code Analysis” section of the Awesome Python awesome list.
  • Code Analysis and Quality - Security-focused linter for finding common vulnerabilities.
  • Code Security - Finds common security issues in source code.
  • Security And Hardening - Tool for identifying common security issues in source code.
  • Security And Privacy - Security-focused static analysis for Python code.
  • Static Analysis - Finds common security issues within source code.

Star history

Star history chart for pycqa/banditStar history chart for pycqa/bandit

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Bandit

These projects share indexed features with Bandit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • securego/gosecsecurego avatar

    securego/gosec

    8,866View on GitHub↗

    gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws. It functions as a security analyzer that inspects the abstract syntax tree to identify insecure function calls, API usage, and potential security risks. The tool distinguishes itself by mapping detected vulnerabilities to Common Weakness Enumeration identifiers for standardized reporting and integrating with external AI models to suggest code fixes for identified issues. Its capabilities cover the detection of injection vulnerabilities, hardcoded credentials, weak cryptograph

    Go
    View on GitHub↗8,866
  • ajinabraham/nodejsscanajinabraham avatar

    ajinabraham/nodejsscan

    2,563View on GitHub↗

    nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code for security flaws and common coding vulnerabilities. It functions as a static application security testing tool that analyzes code without executing the program. The tool operates as a security linter that can be integrated into continuous integration pipelines to block insecure code from merging into main branches. It automates the auditing process through rule-based detection and pattern-based static analysis. The project provides capabilities for vulnerability alert autom

    CSScode-analysiscode-reviewdevsecops
    View on GitHub↗2,563
  • rrrene/credorrrene avatar

    rrrene/credo

    5,193View on GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    View on GitHub↗5,193
  • bearer/bearerBearer avatar

    Bearer/bearer

    2,566View on GitHub↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Goappseccode-qualitycompliance
    View on GitHub↗2,566
Compare all 30 related projects→

Frequently asked questions

What does pycqa/bandit do?

Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It functions as a security-focused linter and static analyzer that identifies common vulnerabilities and architectural flaws without executing the program.

What are the main features of pycqa/bandit?

The main features of pycqa/bandit are: Source Code Vulnerability Scanning, Vulnerability Detection, Vulnerability Scanners, Static Analysis Security Testing, AST Security Analyzers, Rule-Based Plugin Systems, Static Analysis Engines, Code Linters.

Which projects share features with pycqa/bandit?

Projects with overlapping indexed features include: securego/gosec — gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws.… ajinabraham/nodejsscan — nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code… rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… flyerhzm/rails_best_practices — This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and…