Scan Report
5 /100
email-suite
IMAP/SMTP email client with local caching for AI agents
This is a legitimate IMAP/SMTP email client with standard email protocol handling. The flagged base64 usage is false positive - it decodes RFC 2047 encoded email subjects, not obfuscated code.
Safe to install
No security concerns identified. The skill is safe to use as documented.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Info | RFC 2047 Subject Decoding | scripts/imap.js:147 |
| Low | Custom IMAP Client ID | scripts/imap.js:13 |
| Info | Dependencies Not Version-Pinned | package.json:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | WRITE | ✓ Aligned | SKILL.md documents cache and attachment storage |
| Network | READ | WRITE | ✓ Aligned | Connects to configured IMAP/SMTP servers only |
| Environment | READ | READ | ✓ Aligned | Reads .env for email credentials only |
1 Critical 10 findings
Critical Encoded Execution Base64 编码执行(代码混淆)
Buffer.from(text, 'base64' scripts/imap.js:147 Medium External URL 外部 URL
https://myaccount.google.com/apppasswords README.md:190 Info Email 邮箱地址
[email protected] README.md:101 Info Email 邮箱地址
[email protected] README.md:145 Info Email 邮箱地址
[email protected] README.md:162 Info Email 邮箱地址
[email protected] README.md:181 Info Email 邮箱地址
[email protected] README.md:182 Info Email 邮箱地址
[email protected] SKILL.md:38 Info Email 邮箱地址
[email protected] SKILL.md:199 Info Email 邮箱地址
[email protected] scripts/imap.js:19 File Tree
8 files · 61.3 KB · 2112 lines JavaScript 2f · 1387L
Markdown 3f · 491L
Shell 1f · 170L
JSON 1f · 36L
Text 1f · 28L
├─
▾
scripts
│ ├─
imap.js
JavaScript
│ └─
smtp.js
JavaScript
├─
CHANGELOG.md
Markdown
├─
env.txt
Text
├─
package.json
JSON
├─
README.md
Markdown
├─
setup.sh
Shell
└─
SKILL.md
Markdown
Dependencies 4 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
imapflow | ^1.2.10 | npm | No | Standard IMAP client library |
nodemailer | ^7.0.13 | npm | No | Standard SMTP library |
mailparser | ^3.9.3 | npm | No | Standard email parsing |
dotenv | ^16.6.1 | npm | No | Version not pinned |
Security Positives
✓ No data exfiltration or unauthorized network connections detected
✓ Credentials are stored locally in .env only (not committed to repo)
✓ No access to sensitive paths (~/.ssh, ~/.aws, etc.)
✓ No reverse shells, C2, or remote code execution patterns
✓ Documentation includes security warnings about credential protection
✓ Uses standard, well-known email libraries (imapflow, nodemailer)
✓ Proper TLS configuration with certificate verification
✓ Local caching is sandboxed to .cache/ directory