SMTP
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill defines a secure multi-step workflow (Draft, Probe, Canary, Live) that prevents accidental mail sending and ensures connectivity is verified before any message delivery.
- [SAFE]: Credential security is prioritized by forbidding the storage of passwords or tokens in the skill's local memory (~/smtp/), directing the agent to use secure runtime methods instead.
- [COMMAND_EXECUTION]: The skill leverages common diagnostic tools like swaks, openssl, and dig. The provided command recipes are used for legitimate network probing and are structured to use placeholders for sensitive parameters.
- [SAFE]: Data persistence is handled securely using restricted file permissions (chmod 700 for the directory and chmod 600 for files), limiting access to the configuration and logs.
Audit Metadata