i18n-and-timezones
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard, well-documented Ruby on Rails patterns for handling I18n and time zones. The instructions promote safe practices like using
Time.currentinstead ofTime.nowto avoid server-local time zone bugs, and usingI18n.with_localeto prevent global state leakage. - [SAFE]: All external references are to official documentation (Rails Guides, GitHub) and reputable open-source gems (rails-i18n, ice_cube). These are well-known resources in the Ruby ecosystem and do not pose a security risk.
- [SAFE]: The code samples for locale switching and time zone management use standard Rails
around_actionpatterns and block-scoping (Time.use_zone,I18n.with_locale) which are considered best practices for thread-safety and request isolation.
Audit Metadata