From 3f4972aeb3913991b09bea045c735a12b5d18dba Mon Sep 17 00:00:00 2001 From: Ram Laxman Yadav Date: Mon, 17 Aug 2026 09:00:35 +0530 Subject: [PATCH] Adding Scryer - An all-in-one security auditing and static analysis tool for Ruby on Rails applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 642521a6..f084910c 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont ## Code Analysis and Metrics * [Brakeman](https://github.com/presidentbeef/brakeman) - A static analysis security vulnerability scanner for Ruby on Rails applications. +* [Scryer](https://github.com/ramlaxmanyadav/scryer) - An all-in-one security auditing and static analysis tool for Ruby on Rails applications, ranking findings across security, performance, dependencies, and code quality by severity. * [Coverband](https://github.com/danmayer/coverband) - Rack middleware to help measure production code coverage. * [Fasterer](https://github.com/DamirSvrtan/fasterer) - Make your Rubies go faster with this command line tool highly inspired by fast-ruby and Sferik's talk at Baruco Conf. * [Flay](https://github.com/seattlerb/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. Making this totally rad.