rails
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the standard 'rails' gem using the RubyGems package manager.
- [COMMAND_EXECUTION]: Includes common development CLI commands such as
rails new,rails db:migrate, andrails generatefor managing the application lifecycle. - [SAFE]: The code samples demonstrate security best practices, such as
strong_parametersto prevent mass assignment vulnerabilities andbefore_action :authenticate_user!for access control. It also correctly advises users to manage secrets using therails credentialssystem rather than hardcoding them.
Audit Metadata