Categories: None [Edit]

scryer

https://rubygems.org/gems/scryer
https://github.com/ramlaxmanyadav/scryer
Scryer is an all-in-one security auditing and static analysis tool for Ruby on Rails applications — tells you what to fix first, across security, performance, dependencies, and code quality. It scans a Ruby/Rails codebase for security vulnerabilities, performance problems, dependency risk, and code-quality issues, then ranks everything it finds by severity across all of those categories — so a scan ends with one answer to "what's most worth fixing," not four separate reports to reconcile by hand. (Style/lint is RuboCop's job — Scryer doesn't touch that, except one narrow check.) Detects SQL injection, mass assignment, SSRF, path traversal, IDOR, insecure JWT/CORS/session config, hardcoded secrets, XSS, weak crypto, and more; N+1 queries, missing pagination, and other performance heuristics; near-duplicate code; and known-vulnerable gems via a live OSV.dev dependency audit — on by default, every run. Every finding includes a human-reviewable suggested fix — never auto-applied, optionally rewritten against your actual code by any LLM you configure. Reports in JSON, self-contained HTML, CSV, or SARIF (for GitHub Code Scanning). Zero runtime dependencies beyond Ruby's own stdlib.

Total

Ranking: 44,679 of 196,658
Downloads: 28,254

Daily

Ranking: 3,101 of 196,619
Downloads: 1,004

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,416,600,134rake
141,299,835,948minitest

Owners

#GravatarHandle
1iconyadavramlaxman