upgrade-rails
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Ruby on Rails and Bundler commands such as
bundle update,bundle outdated, andrails -v. These are routine development operations for managing project dependencies and framework versions. - [COMMAND_EXECUTION]: It uses
bundler-auditto check for security vulnerabilities in dependencies, which is a recommended security practice. - [COMMAND_EXECUTION]: The skill uses local
make testandgrepcommands to verify application stability and identify deprecation warnings during the upgrade process. - [SAFE]: All operations are performed locally within the application directory (
apps/rails_application). There are no unauthorized network requests, credential accesses, or obfuscated scripts.
Audit Metadata