Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Email Auto Reply

邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 27 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
Purpose & Capability
The declared purpose is an email auto-reply tool. The included script only manages local keyword→reply rules and can 'test' matches; it does not connect to any mail server, send messages, handle accounts, or perform auto-CC. The SKILL.md also advertises '多账号支持' and '自动抄送' which are not implemented. Overall capability is limited compared with the description.
Instruction Scope
SKILL.md instructs the agent/user to run the local Python script (add/list/delete/test). The script reads and writes a single file under the user's home (~/.email_auto_reply.json) and does not reference network endpoints, other files, or extra environment variables. However, the instructions imply automatic email sending/integration which the runtime instructions and script do not perform — this is misleading scope.
Install Mechanism
There is no install spec; the skill is instruction-only with a small Python script. _meta.json lists python3 as a required binary which is consistent. No external downloads or archive extraction are requested.
Credentials
The skill requests no environment variables or credentials. The script stores data in ~/.email_auto_reply.json (user home) but does not access network credentials or other sensitive env vars. Requested privileges are proportional to the code's actual actions.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It writes its own config file in the invoking user's home directory, which is expected behavior for a local rule manager.
What to consider before installing
This package is a simple local manager for canned reply rules — it only stores rules in ~/.email_auto_reply.json and can test matching text. It does NOT actually connect to email servers, send emails, support multiple accounts, or auto-CC messages despite those claims in the README. Before installing, consider: 1) Do you expect automatic sending? If so, this skill won't do that — you'd need an integration (SMTP/IMAP/API) which would require credentials. 2) The skill will create/modify ~/.email_auto_reply.json — inspect that file to ensure it contains only rules you expect. 3) The source is unknown and has no homepage; if you need real email automation, prefer a well-maintained tool with explicit mail provider integrations. 4) If you plan to extend it to send mail, be careful handling credentials (store them securely and review network code). If you proceed, run the script in a sandbox or non-production environment first and review the code yourself.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9720ezt9fr16ez87yd0s1yq05830wp1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Email Auto Reply 📧

邮件自动回复工具,根据关键词匹配自动回复。

功能

  • 📝 关键词自动回复
  • 📋 模板管理
  • 🔄 多账号支持
  • ✅ 自动抄送

使用方法

添加回复规则

python3 scripts/auto_reply.py add "关键词" "回复内容"

列出规则

python3 scripts/auto_reply.py list

删除规则

python3 scripts/auto_reply.py delete 1

测试回复

python3 scripts/auto_reply.py test "你好,我想咨询"

示例

# 添加自动回复
python3 scripts/auto_reply.py add "价格" "感谢咨询,我们的价格请访问官网..."

python3 scripts/auto_reply.py add "退款" "您的退款申请已收到,我们将在3个工作日内处理..."

# 测试
python3 scripts/auto_reply.py test "我想问价格"

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…