Ai Intelligent Email Automation

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-email-automation Version: 1.0.0 The skill bundle contains only metadata and documentation for an email automation tool. No executable code, scripts, or malicious instructions were found in the provided files (SKILL.md, skill.json, _meta.json). The documentation describes standard email management features such as SMTP/IMAP integration and bulk sending without any indicators of data exfiltration or unauthorized access.

Findings (0)

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

If used without strong controls, the agent could send many emails, reply on the user's behalf, or track recipients in ways that damage account reputation or create privacy/compliance issues.

Why it was flagged

The skill advertises bulk outbound email, automatic replies, and recipient tracking, but the artifacts do not define approval gates, recipient limits, opt-out handling, or review before sending.

Skill content
- 批量发送(邮件群发)
- 自动回复(智能回复)
- 邮件追踪(已读/点击)
Recommendation

Require explicit user confirmation before any send or auto-reply, define allowed recipient lists and rate limits, and document consent/unsubscribe and tracking rules.

What this means

Users may not realize the skill needs access to send and read email from their account, and the reviewed artifacts do not clarify which account privileges are required.

Why it was flagged

SMTP/IMAP email automation normally requires mailbox credentials or delegated email access, but the registry metadata does not declare any credential, environment variable, or config requirement.

Skill content
SKILL.md: "- SMTP/IMAP"; metadata: "Required env vars: none" and "Primary credential: none"
Recommendation

Declare the required email credential mechanism, use least-privilege account access where possible, and clearly state what mailboxes, folders, and send permissions the skill may use.

What this means

Installing the skill may execute code that was not reviewed here, potentially with access to email credentials and mailbox data.

Why it was flagged

The reviewed package contains no code files or install spec, yet instructs users to fetch and run external code and dependencies that were not included for review or pinned to a specific commit.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-email-automation
cd ai-intelligent-email-automation
pip install -r requirements.txt
python app.py
Recommendation

Include the runnable source in the reviewed package or pin the external repository to a trusted commit, publish dependency locks, and make the install mechanism explicit in metadata.

What this means

Private inbox contents could be exposed to the automation workflow if the user grants mailbox access.

Why it was flagged

Receiving, analyzing, and classifying email is purpose-aligned for this skill, but it means private email content may be processed as agent context.

Skill content
邮件自动化,发送/接收/分析。 ... - 邮件分类(自动分类)
Recommendation

Use only accounts and folders intended for automation, exclude sensitive mailboxes, and document whether analyzed email content is stored, summarized, or reused.