presidentbeef/brakeman

A static analysis security vulnerability scanner for Ruby on Rails applications

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 9th, 2026
Created on August 27th, 2010
Open Issues & Pull Requests: 118 (+0)
GitHub issues: Enabled
Number of forks: 776
Total Stargazers: 7,267 (+0)
Total Subscribers: 159 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.5 days
Mean response time: 46.6 days
90th percentile: 82.2 days
Tracked items: 90

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 691 days
Stale 30+ days: 19
Stale 90+ days: 19

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications.

Brakeman addresses the challenge of identifying security vulnerabilities in Rails codebases without executing them. It performs static analysis by parsing Rails application code and checking for common vulnerability patterns such as SQL injection, cross-site scripting, insecure redirects, and unsafe default configurations. The tool works by analyzing the application structure from its root directory and reporting findings in multiple formats including text, HTML, JSON, and specialized formats for CI/CD integration.

Teams maintaining Rails applications from version 2.3.x through 8.x should consider Brakeman as part of their security workflow. It suits projects that need automated vulnerability detection integrated into development pipelines, particularly those using Docker for containerized scanning or those requiring compliance reporting. The tool offers flexibility through configurable checks—specific vulnerability types can be skipped or isolated for targeted scanning—and supports comparison between successive scans to track remediation progress. A faster mode trades some detection capability for speed when performance becomes a constraint. The tool requires Ruby 3.2.0 or later to run but can analyze code written with Ruby 2.0 syntax and newer.

The project maintains active engagement with security scanning needs, regularly updating checks to address emerging vulnerability patterns in Rails applications. Development shows responsiveness to compatibility requirements across a wide range of Rails versions. The tool demonstrates maturity in its output handling, supporting numerous reporting formats and integration points for different CI/CD systems and security platforms. Brakeman provides mechanisms for teams to manage false positives through ignore configurations and offers debugging capabilities for troubleshooting analysis issues.