RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rails GuardDog: Advanced Security Scanner for Rails

Rails GuardDog is a new open-source security scanner for Rails that goes beyond tools like Brakeman.

It includes 12 comprehensive security checkers: - SQL Injection, XSS, CSRF detection - Mass Assignment (fixes Brakeman bugs) - DoS/ReDoS patterns - IDOR (broken authorization) - AI/LLM Prompt Injection (ORIGINAL) - Supply Chain typosquatting (ORIGINAL) - GraphQL authorization gaps - Rate limiting audit

All findings include CWE/OWASP mappings. Three report formats: Console, HTML, JSON. Production-ready.

GitHub: https://github.com/sghani001/rails-guarddog Gem: https://rubygems.org/gems/rails-guarddog

rails, security, gem, open-source, rubygems, development

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in