send-email
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script (
scripts/send.py) to handle email dispatch. The script uses standard libraries (smtplib,email) and follows a structured positional argument pattern. - [CREDENTIALS_UNSAFE]: While the skill handles SMTP credentials, it follows best practices by instructing the agent to never read or share the
.envfiles and uses environment variables for configuration. No hardcoded secrets were found in the provided files. - [EXTERNAL_DOWNLOADS]: The script attempts to import
python-dotenv. If the package is not present, it fails gracefully. This is a standard dependency for environment management. - [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration were detected. The network operations are limited to the user-configured SMTP server for the primary purpose of sending emails.
Audit Metadata