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
·
presidentbeef avatar

presidentbeef/brakeman

0
View on GitHub↗
7,248 stars·772 forks·Ruby·11 viewsbrakemanscanner.org↗

Brakeman

Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It identifies common security vulnerabilities, such as injection and cross-site scripting, by analyzing the application codebase without executing the application.

The tool functions as a security auditor that detects mass assignment risks and template vulnerabilities. It evaluates the final output of rendered views and identifies unrestricted assignment patterns that could allow unauthorized modification of model attributes.

The system provides vulnerability management through the use of confidence-level scoring, warning suppression for false positives, and the ability to compare current scans against previous reports to identify new or resolved flaws. It supports exporting findings in multiple formats and integrating security checks into development pipelines.

Features

  • Rails Security Scanning - Provides specialized static analysis to find security vulnerabilities within Ruby on Rails source code.
  • Static Analysis Security Testing - Analyzes Ruby on Rails source code to identify common security vulnerabilities without executing the application.
  • Rails SAST Scanners - Acts as a dedicated static analysis tool for scanning Ruby on Rails source code for vulnerabilities.
  • Rails Security Auditors - Detects mass assignment risks and template vulnerabilities specifically within the Ruby on Rails framework.
  • Security Scanners - Analyzes codebases to identify common security flaws and unsafe patterns through static scanning.
  • Output Escaping - Evaluates rendered views to ensure user-controlled data is properly escaped to prevent cross-site scripting.
  • Security Pattern Matching - Matches specific code structures and method sequences against a database of known security weaknesses.
  • Syntax Tree Analysis - Implements syntax tree analysis to identify dangerous patterns in source code without executing the application.
  • Source-Sink Taint Tracking - Tracks the flow of untrusted user input from sources to dangerous sinks to detect injection vulnerabilities.
  • Linting File Filters - Provides configuration-based file filters to exclude specific files or directories from static analysis.
  • Analysis Suppressions - Allows suppressing known false positives or accepted risks from future scan results using configuration.
  • Scan Configurations - Loads scanning preferences and operational options from configuration files for consistent execution.
  • CI Pipeline Integrations - Integrates security checks directly into CI/CD pipelines to prevent vulnerabilities in new code.
  • Static Method Call Analysis - Locates specific method invocations across the codebase by searching for target class or method names.
  • Security Finding Management - Tracks the lifecycle of security findings, including the suppression of false positives over time.
  • Differential Analysis - Provides the ability to compare current scans against previous reports to identify newly introduced or resolved security flaws.
  • Template Output Analysis - Evaluates the final output of rendered views to determine if user-controlled data is properly escaped.
  • Vulnerability Reporting Tools - Exports security findings in multiple formats and supports comparison between scan reports.
  • Mass Assignment Vulnerabilities - Identifies unrestricted assignment patterns that could allow unauthorized modification of model attributes.
  • Vulnerability Scoring - Assigns risk levels and certainty scores to identified vulnerabilities to help prioritize remediation.
  • Confidence Level Filtering - Brakeman's ability to limit reported vulnerabilities to a specific certainty level to reduce noise and prioritize critical issues.
  • Differential Analysis - Compares current scan results against previous snapshots to identify newly introduced or resolved security flaws.
  • Code Analysis and Metrics - Security vulnerability scanner for web applications.
  • Application Security - Static analysis scanner for Ruby on Rails applications.
  • Security and Auditing - Scans code for security vulnerabilities.
  • Security Tools - Static analysis for detecting security vulnerabilities in code.
  • Static Analysis - Scans Ruby on Rails applications for security-related vulnerabilities.
  • Static Analyzers - Scans Ruby on Rails applications for security vulnerabilities.

Star history

Star history chart for presidentbeef/brakemanStar history chart for presidentbeef/brakeman

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

Frequently asked questions

What does presidentbeef/brakeman do?

Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It identifies common security vulnerabilities, such as injection and cross-site scripting, by analyzing the application codebase without executing the application.

What are the main features of presidentbeef/brakeman?

The main features of presidentbeef/brakeman are: Rails Security Scanning, Static Analysis Security Testing, Rails SAST Scanners, Rails Security Auditors, Security Scanners, Output Escaping, Security Pattern Matching, Syntax Tree Analysis.

What are some open-source alternatives to presidentbeef/brakeman?

Open-source alternatives to presidentbeef/brakeman include: bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… securego/gosec — gosec is a static analysis security tool designed to scan Go source code for vulnerabilities and common coding flaws.… bridgecrewio/checkov — Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as… flyerhzm/rails_best_practices — This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and… pycqa/bandit — Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It… awslabs/automated-security-helper — The automated security helper is a command-line utility designed to orchestrate multiple security analysis tools into…

Open-source alternatives to Brakeman

Similar open-source projects, ranked by how many features they share with Brakeman.
  • 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
  • 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
  • bridgecrewio/checkovbridgecrewio avatar

    bridgecrewio/checkov

    8,798View on GitHub↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Python
    View on GitHub↗8,798
  • flyerhzm/rails_best_practicesflyerhzm avatar

    flyerhzm/rails_best_practices

    4,166View on GitHub↗

    This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers

    Ruby
    View on GitHub↗4,166
  • See all 30 alternatives to Brakeman→