awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·6 Aufrufebandit.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.
  • Sicherheit und Härtung - Tool for identifying common security issues in source code.
  • Sicherheit und Datenschutz - Security-focused static analysis for Python code.
  • Static Analysis - Finds common security issues within source code.

Star-Verlauf

Star-Verlauf für pycqa/banditStar-Verlauf für pycqa/bandit

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Bandit

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Bandit.
  • securego/gosecAvatar von securego

    securego/gosec

    8,866Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,866
  • ajinabraham/nodejsscanAvatar von ajinabraham

    ajinabraham/nodejsscan

    2,563Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,563
  • rrrene/credoAvatar von rrrene

    rrrene/credo

    5,193Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,193
  • bearer/bearerAvatar von Bearer

    Bearer/bearer

    2,566Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,566
Alle 30 Alternativen zu Bandit anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von pycqa/bandit?

Die Hauptfunktionen von pycqa/bandit sind: Source Code Vulnerability Scanning, Vulnerability Detection, Vulnerability Scanners, Static Analysis Security Testing, AST Security Analyzers, Rule-Based Plugin Systems, Static Analysis Engines, Code Linters.

Welche Open-Source-Alternativen gibt es zu pycqa/bandit?

Open-Source-Alternativen zu pycqa/bandit sind unter anderem: 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…