skill-rails-upgrade
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill follows best practices for Rails upgrades, specifically advising against overwriting files blindly and prioritizing manual merging of configurations.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard development commands (
git,gh,npm,bin/rails) to inspect the project state and perform maintenance. These operations are scoped to the local project directory and are consistent with the skill's stated purpose of Rails application analysis. - [EXTERNAL_DOWNLOADS]: The skill uses
WebFetchto retrieve documentation fromguides.rubyonrails.org(official Rails documentation) andrailsdiff.org(a well-known community service for comparing Rails configuration defaults). These are trusted and expected resources for this task.
Audit Metadata