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.current instead of Time.now to avoid server-local time zone bugs, and using I18n.with_locale to 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_action patterns and block-scoping (Time.use_zone, I18n.with_locale) which are considered best practices for thread-safety and request isolation.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 03:48 AM
Security Audit — agent-trust-hub — i18n-and-timezones