@gzlicanyi

imap-smtp-email

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

当前版本
v0.0.10
88 3.8万总安装 423

SKILL.md

text/markdown · 8219 字节

setup.sh

text/plain · 8651 字节

package.json

application/json · 764 字节

scripts/config.js

text/javascript · 4468 字节

scripts/smtp.js

text/javascript · 8759 字节

scripts/imap.js

text/javascript · 17632 字节

Security Scan

OpenClaw

gpt-5-mini

clean

OpenClaw 分析

The skill’s code, instructions, and requirements align with its stated purpose (IMAP/SMTP email access); it stores credentials locally and enforces a file-access whitelist—no signs of hidden exfiltration or unrelated privileges.

置信度: high

VirusTotal

Type: OpenClaw Skill Name: imap-smtp-email Version: 0.0.10 The imap-smtp-email skill provides legitimate email management functionality with proactive security measures. It implements path validation for file reads and writes (scripts/imap.js and scripts/smtp.js) using a whitelist defined in the configuration, preventing unauthorized file access. Credentials are stored in the user's home directory with restricted permissions (600), and the setup script (setup.sh) follows standard practices for configuring third-party email providers like Gmail and 163.com.

元数据

  • 作者: @gzlicanyi
  • 创建时间: 2026/01/29
  • 更新时间: 2026/03/24
  • 版本数: 10
  • 评论数: 7
  • 扫描时间: 2026/03/16

运行要求

官方公开数据里暂未列出运行要求。