rails
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a purely instructional framework for Ruby on Rails development, containing no executable code within the skill itself and no malicious instructions.
- [SAFE]: Security best practices are emphasized throughout the content, including explicit instructions to avoid unsafe practices like
raworhtml_safewith user data andparams.permit!(mass-assignment). - [SAFE]: The skill promotes secure database interactions by recommending ActiveRecord query methods and the use of
sanitize_sql_liketo prevent SQL injection. - [SAFE]: External references and dependencies (gems) are limited to official documentation sites (
rubyonrails.org,hotwired.dev) and the official package registry (rubygems.org). - [SAFE]: Shell command examples provided (e.g.,
rails server,bundle install) are standard development tools intended for use in a legitimate local development environment.
Audit Metadata