email-sender
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its primary function of compressing folders and sending them via email using standard Python libraries like
smtplib,zipfile, andemail. No external dependencies or unverifiable packages are used. - [SAFE]: Configuration management handles sensitive SMTP credentials by storing them in a local file (
~/.config/email-sender/config.json). The skill explicitly sets file permissions to0600(read/write for the owner only) viaos.chmod, which is a security best practice for local secret storage. - [SAFE]: No evidence of prompt injection, obfuscation, or unauthorized network activity was found. The skill operates within the scope of user-provided paths and SMTP servers.
Audit Metadata