mailtrap-sending-emails
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Mailtrap software development kits (SDKs) hosted on GitHub. These references are appropriate for the skill's instructional purpose and point to legitimate vendor-controlled repositories.
- [CREDENTIALS_UNSAFE]: Examples provided in the documentation correctly utilize placeholders like
$MAILTRAP_API_TOKENrather than hardcoding credentials. The instructions explicitly recommend using environment variables or secret managers for token storage, which aligns with standard security practices for managing API keys. - [DATA_EXFILTRATION]: The skill demonstrates network communication with official Mailtrap API endpoints (
send.api.mailtrap.io,bulk.api.mailtrap.io). These operations are necessary for the skill's primary function of sending emails and do not target unauthorized or suspicious third-party domains.
Audit Metadata