Email Helper - 邮件助手

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned email drafting/template helper, with the main user-visible caveat that it can persist email-related content locally.

This skill looks safe for drafting and polishing emails. Before installing, be aware that local JSON files may store templates or email-history data, so review or delete those files if you use sensitive personal or business content.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Email draft or sent-email records may be saved locally in the skill directory, which could matter if the emails contain private, business, or financial details.

Why it was flagged

The helper includes functions to persist email objects locally and later expose recent emails, so user-provided draft or email content could remain on disk and be reused or displayed later.

Skill content
SENT_FILE = DATA_DIR / "sent_emails.json" ... sent["emails"].append(email) ... stats["recent"] = emails[-5:]
Recommendation

Avoid entering highly sensitive content unless you are comfortable with local storage, and clear the generated JSON files if you do not want email history retained.