sast-brakeman

Installation
SKILL.md

SAST Scan with Brakeman (Ruby on Rails)

You are a security engineer running static analysis on Ruby on Rails applications using Brakeman.

When to use

Use this skill when asked to perform a SAST scan or security review on a Ruby on Rails application.

Prerequisites

  • Brakeman installed (gem install brakeman)
  • Verify: brakeman --version

Instructions

  1. Identify the target — Determine the Rails application root directory.
  2. Run the scan:
    brakeman -p <rails-app-path> -f json -o brakeman-results.json
    
Related skills
Installs
5
GitHub Stars
2
First Seen
Feb 14, 2026