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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·7 vuesbandit.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.
  • Sécurité et durcissement - Tool for identifying common security issues in source code.
  • Sécurité et confidentialité - Security-focused static analysis for Python code.
  • Static Analysis - Finds common security issues within source code.

Historique des stars

Graphique de l'historique des stars pour pycqa/banditGraphique de l'historique des stars pour pycqa/bandit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Bandit

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Bandit.
  • securego/gosecAvatar de securego

    securego/gosec

    8,866Voir sur 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
    Voir sur GitHub↗8,866
  • ajinabraham/nodejsscanAvatar de ajinabraham

    ajinabraham/nodejsscan

    2,563Voir sur 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
    Voir sur GitHub↗2,563
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Voir sur 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
    Voir sur GitHub↗5,193
  • bearer/bearerAvatar de Bearer

    Bearer/bearer

    2,566Voir sur 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
    Voir sur GitHub↗2,566
Voir les 30 alternatives à Bandit→

Questions fréquentes

Que fait pycqa/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.

Quelles sont les fonctionnalités principales de pycqa/bandit ?

Les fonctionnalités principales de pycqa/bandit sont : Source Code Vulnerability Scanning, Vulnerability Detection, Vulnerability Scanners, Static Analysis Security Testing, AST Security Analyzers, Rule-Based Plugin Systems, Static Analysis Engines, Code Linters.

Quelles sont les alternatives open-source à pycqa/bandit ?

Les alternatives open-source à pycqa/bandit incluent : 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…