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