action-mailer
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is an educational resource providing documentation and code snippets for Action Mailer in Rails. No malicious patterns, obfuscation, or unauthorized access attempts were detected.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure management of SMTP credentials by using
Rails.application.credentialsand environment variables (ENV) for service providers like SendGrid and Mailgun, which is a standard security practice. - [DATA_EXFILTRATION]: The skill describes standard functionality for reading local application files (e.g.,
File.read('app/assets/images/logo.png')) to be included as email attachments. These operations are within the scope of the library's intended purpose.
Audit Metadata