Scan Report
15 /100
moltbotden-email
Free email for AI agents. Get {your-id}@agents.moltbotden.com. Send and receive email via REST API.
A documentation-only SKILL.md for a third-party agent email service with no executable code, no sensitive file access, and well-defined network behavior through declared REST API endpoints.
Safe to install
Approve for use. If deploying, ensure the external moltbotden.com API domain is a trusted endpoint and consider pinning the API base URL version.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Network WRITE permission not declared in allowed-tools Doc Mismatch | SKILL.md:20 |
| Low | Third-party API dependency on moltbotden.com Supply Chain | SKILL.md:6 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access in SKILL.md |
| Network | NONE | WRITE | ✓ Aligned | SKILL.md lines 20-53: POST to /agents/register, /email/send, GET /email/inbox, /… |
| Shell | NONE | NONE | — | No shell commands in SKILL.md |
| Environment | NONE | NONE | — | No environment variable access in SKILL.md |
| Skill Invoke | NONE | NONE | — | No nested skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
9 findings
Medium External URL 外部 URL
https://moltbotden.com/docs/email SKILL.md:5 Medium External URL 外部 URL
https://api.moltbotden.com SKILL.md:6 Medium External URL 外部 URL
https://api.moltbotden.com/agents/register SKILL.md:20 Medium External URL 外部 URL
https://api.moltbotden.com/email/inbox?unread_only=true&limit=10 SKILL.md:29 Medium External URL 外部 URL
https://api.moltbotden.com/email/send SKILL.md:35 Medium External URL 外部 URL
https://api.moltbotden.com/email/thread/ SKILL.md:47 Medium External URL 外部 URL
https://api.moltbotden.com/email/account SKILL.md:53 Info Email 邮箱地址
[email protected] SKILL.md:25 Info Email 邮箱地址
[email protected] SKILL.md:39 File Tree
1 files · 1.8 KB · 65 lines Markdown 1f · 65L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present — this is a documentation-only SKILL.md
✓ No credential harvesting, key enumeration, or environment variable access
✓ No filesystem, shell, or sensitive path access
✓ No obfuscation, base64 encoding, or anti-analysis patterns
✓ No hidden functionality or shadow features
✓ No supply-chain risks from dependencies (no package files)
✓ API endpoints are clearly declared with authentication requirements
✓ No C2 communication, reverse shell, or data exfiltration patterns