rails-stack-conventions
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and code snippets focused on Ruby on Rails development conventions. It explicitly recommends security best practices, including the use of strong parameters, guarding against Cross-Site Scripting (XSS), ensuring Cross-Site Request Forgery (CSRF) protection is active, and preventing SQL injection (SQLi) by using ActiveRecord query methods or parameterization.
- [COMMAND_EXECUTION]: The skill references standard development tools like
bundle exec rspecfor running tests. These are routine commands in a Ruby on Rails environment and do not pose a security risk in this context.
Audit Metadata