email-sender
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEDATA_EXFILTRATION
Full Analysis
- [Data Exposure & Exfiltration] (LOW): The script
scripts/send_email.pyperforms network operations to an external SMTP server. While necessary for the skill's purpose, this creates a channel for data to leave the environment. - [Indirect Prompt Injection] (LOW): The skill possesses a high attack surface for indirect prompt injection because it can read any file accessible to the agent and send it via email.
- Ingestion points: The
--htmland--attachmentarguments inscripts/send_email.pyallow the agent to specify file paths for reading. - Boundary markers: None. There are no instructions or checks to prevent the agent from accessing sensitive files like SSH keys or environment configurations.
- Capability inventory: The script uses the
open()function for file reading and thesmtpliblibrary for network transmission. - Sanitization: No path validation or sanitization is implemented to restrict the tool to specific directories or file types.
Audit Metadata