rails-contexts
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a purely instructional reference for Rails development patterns.
- [SAFE]: Includes specific security-focused sections advising against mass assignment vulnerabilities (warning against
permit!) and unsafe dynamic class instantiation (warning againstconstantize). - [SAFE]: Authentication and token generation examples follow standard security practices, using
SecureRandomand referencingRails.application.credentialsfor secret management rather than hardcoding credentials. - [SAFE]: Database interaction examples correctly use ActiveRecord's parameterized query syntax to prevent SQL injection.
Audit Metadata