Reek VS Brakeman

Compare Reek vs Brakeman and see what are their differences.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Reek Brakeman
6 19
4,080 7,109
0.2% 0.2%
7.5 8.2
13 days ago 10 days ago
Ruby Ruby
MIT License Q Public License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Reek

Posts with mentions or reviews of Reek. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.

Brakeman

Posts with mentions or reviews of Brakeman. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-12.
  • Tiny JITs for a Faster FFI
    9 projects | news.ycombinator.com | 12 Feb 2025
    If you're looking for static typing a dynamic language is going to be a poor fit. I find a place for both. I love Rust, but trying to write a tool that consumed a GraphQL API with was a brutal exercise in frustation. I'd say that goes for typing of JSON or YAML or whatever structured format in general. It's refreshing being able to just work with data in the form I already know it's in. Ruby can be an incredibly productive language to work with.

    If you're looking for static analysis in general, please note that there are mature tools available. Rubocop¹ is probably the most popular and allows for linting and code formatting. Brakeman² is a vulnerability scanner for Rails. Sorbet³ is a static type checker.

    The tooling is there if you want to try things out. But, if you want a statically typed language then that's a debate that's been going since the dawn of programming language design. I doubt it's going to get resolved in this thread.

    ¹ - https://github.com/rubocop/rubocop

    ² - https://brakemanscanner.org/

    ³ - https://sorbet.org/

  • What are some common strategies for preventing SQL injection vulnerabilities in Rails beyond ActiveRecord?
    2 projects | dev.to | 23 Dec 2024
    Regularly audit your application's codebase to identify potential vulnerabilities. Tools such as Brakeman provide automated security scanning for Rails applications and can help identify injection vulnerabilities early.
  • Open Source Tool List for Web App Security
    2 projects | dev.to | 6 Oct 2024
    Brakeman https://github.com/presidentbeef/brakeman Description: A static analysis security vulnerability scanner specifically designed for Ruby on Rails applications. Usage: Use Brakeman to scan your Rails codebase and identify potential security issues during development.
  • First commits in a Ruby on Rails app
    6 projects | dev.to | 17 Jan 2024
    Brakeman - “Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis”
  • [Tool] An alternative to Brakeman for Security
    2 projects | /r/rails | 11 Jul 2023
    My team and I released Bearer a couple of weeks ago, a newer open and free alternative to Brakeman to check your code for security and privacy risks. In addition to Ruby/Rails, we also cover your JS/TS code, which allows you to use a single solution for your whole Rails application.
  • Brakeman VS bearer - a user suggested alternative
    2 projects | 10 Jul 2023
  • Code Reviewing a Ruby on Rails application.
    6 projects | dev.to | 3 Jul 2023
    Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications. It finds potential security issues in Rails applications by examining the Ruby code. Brakeman helps find and fix security holes before deploying your Rails app.
  • 4 Essential Security Tools To Level Up Your Rails Security
    10 projects | dev.to | 31 May 2023
    brakeman is another useful Ruby gem that is a static analysis security vulnerability scanner for Ruby on Rails applications.
  • How do you guys integrate automated security checks in your CI/CD pipelines?
    2 projects | /r/rails | 21 Jan 2023
    You might find brakeman interesting: https://brakemanscanner.org
  • Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.
    3 projects | dev.to | 28 Aug 2022
    It’s assumed that you already have a Rails app and use Brakeman to keep your app secure and Rspec to run your test cases.

What are some alternatives?

When comparing Reek and Brakeman you can also consider the following projects:

Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]

bundler-audit - Patch-level verification for Bundler

Flay - Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

Rubycritic - A Ruby code quality reporter

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Ruby is
the 12th most popular programming language
based on number of references?