skills/4444zyf/skills/email-sender/Gen Agent Trust Hub

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, and email. 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 to 0600 (read/write for the owner only) via os.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
Risk Level
SAFE
Analyzed
Mar 18, 2026, 02:02 PM