rails-mailers
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill correctly demonstrates the use of the Rails credentials system (
Rails.application.credentials.dig) and environment variables to handle SMTP usernames and passwords, ensuring that no sensitive secrets are hardcoded within the source code. - [EXTERNAL_DOWNLOADS]: The skill references the
letter_openergem within the development group of the Gemfile. This is a well-known and standard industry tool used for previewing emails in a local browser environment without performing actual network-based delivery. - [COMMAND_EXECUTION]: File system access is limited to reading application assets (e.g.,
app/assets/images/logo.png) for inline attachments usingFile.read, which is a standard and safe operation within the context of generating emails.
Audit Metadata