rubocop-and-code-quality
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several well-known and official Ruby gems and tools, including
rubocop-rails-omakase(maintained by the Rails core team),erb_lint(Shopify), andSimpleCov. These are standard dependencies for Ruby on Rails development and originate from trusted organizations. - [COMMAND_EXECUTION]: The instructions include standard development commands such as
bundle exec rubocopandbundle exec erblint. These are intended for local static analysis and code linting as part of a standard development workflow. - [SAFE]: The skill follows established best practices for Rails code quality and static analysis. It provides clear guidance on when to disable linting rules surgically and emphasizes the importance of human review during automated code corrections.
Audit Metadata