Scan Report
5 /100
email-sender-policy
邮件发送政策管理员,自动应用UTF-8编码、表格转清单、RFC 822格式
Legitimate email formatting and sending skill that performs all documented functions (RFC 2047 encoding, Markdown table conversion, Gmail API integration) without malicious behavior.
Safe to install
Approve for use. This skill has no security concerns - it reads local files and sends emails via a documented API gateway as declared.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Dead child_process import Doc Mismatch | index.js:215 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | index.js:219 - fs.readFileSync(args.file) |
| Network | NONE | WRITE | ✓ Aligned | index.js:170-183 - POST to gateway.maton.ai for Gmail API |
8 findings
Medium External URL 外部 URL
https://maton.ai/settings README.md:41 Medium External URL 外部 URL
https://ctrl.maton.ai/connections README.md:43 Medium External URL 外部 URL
https://gateway.maton.ai/google-mail/gmail/v1/users/me/messages/send SKILL.md:94 Info Email 邮箱地址
[email protected] README.md:54 Info Email 邮箱地址
[email protected] README.md:54 Info Email 邮箱地址
[email protected] README.md:57 Info Email 邮箱地址
[email protected] README.md:60 Info Email 邮箱地址
[email protected] README.md:200 File Tree
8 files · 26.0 KB · 997 lines Markdown 5f · 613L
JavaScript 2f · 366L
JSON 1f · 18L
├─
_meta.json
JSON
├─
article.md
Markdown
├─
index.js
JavaScript
├─
README.md
Markdown
├─
SKILL.md
Markdown
├─
test_format.js
JavaScript
├─
test_newsletter.md
Markdown
└─
test_table.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
node (runtime) | required | runtime | No | No npm package dependencies - uses native Node.js modules |
Security Positives
✓ All functionality declared in SKILL.md is implemented correctly
✓ MATON_API_KEY credential access is declared in _meta.json
✓ No credential exfiltration - API key used only for Gmail API authentication
✓ No base64 decoding piped to shell execution
✓ No suspicious network connections to unknown IPs
✓ No file writes outside of documented behavior
✓ Test mode available to verify format without sending
✓ RFC 2047/822 compliant email formatting