Skip to main content

agentmail

Provides email infrastructure for AI agents, enabling account creation, email management, and webhook integration via a REST API.

Install this skill

or
10/100

Security score

The agentmail skill was audited on May 14, 2026 and we found 30 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -X POST https://api.theagentmail.net/v1/accounts \
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -X POST https://api.theagentmail.net/v1/accounts/{accountId}/messages \
medium line 54

Curl to non-GitHub URL

SourceSKILL.md
54curl https://api.theagentmail.net/v1/accounts/{accountId}/messages \
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl https://api.theagentmail.net/v1/accounts/{accountId}/messages/{messageId} \
medium line 65

Curl to non-GitHub URL

SourceSKILL.md
65curl https://api.theagentmail.net/v1/karma \
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -X POST https://api.theagentmail.net/v1/accounts/{accountId}/webhooks \
medium line 98

Curl to non-GitHub URL

SourceSKILL.md
98curl https://api.theagentmail.net/v1/accounts/{accountId}/messages/{messageId}/attachments/{attachmentId} \
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Email infrastructure for AI agents. Create accounts, send/receive emails, manage webhooks, and check karma balance via the AgentMail API.
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
16- You need to provision AgentMail accounts, send messages, read inbox contents, or register inbound webhooks.
medium line 71

Webhook reference - potential data exfiltration

SourceSKILL.md
71### Register webhook (real-time inbound)
low line 74

Webhook reference - potential data exfiltration

SourceSKILL.md
74curl -X POST https://api.theagentmail.net/v1/accounts/{accountId}/webhooks \
medium line 80

Webhook reference - potential data exfiltration

SourceSKILL.md
80Webhook deliveries include two security headers:
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81- `X-AgentMail-Signature` -- HMAC-SHA256 hex digest of the request body, signed with the webhook secret
low line 89

Webhook reference - potential data exfiltration

SourceSKILL.md
89const verifyWebhook = (body: string, signature: string, timestamp: string, secret: string) => {
medium line 116

Webhook reference - potential data exfiltration

SourceSKILL.md
116| POST | `/v1/accounts/:id/webhooks` | Register webhook | |
medium line 117

Webhook reference - potential data exfiltration

SourceSKILL.md
117| GET | `/v1/accounts/:id/webhooks` | List webhooks | |
medium line 118

Webhook reference - potential data exfiltration

SourceSKILL.md
118| DELETE | `/v1/accounts/:id/webhooks/:whId` | Delete webhook | |
low line 167

Webhook reference - potential data exfiltration

SourceSKILL.md
167// Webhooks
low line 168

Webhook reference - potential data exfiltration

SourceSKILL.md
168await mail.webhooks.create(account.id, {
low line 12

External URL reference

SourceSKILL.md
12Base URL: `https://api.theagentmail.net`
low line 26

External URL reference

SourceSKILL.md
26curl -X POST https://api.theagentmail.net/v1/accounts \
low line 37

External URL reference

SourceSKILL.md
37curl -X POST https://api.theagentmail.net/v1/accounts/{accountId}/messages \
low line 54

External URL reference

SourceSKILL.md
54curl https://api.theagentmail.net/v1/accounts/{accountId}/messages \
low line 58

External URL reference

SourceSKILL.md
58curl https://api.theagentmail.net/v1/accounts/{accountId}/messages/{messageId} \
low line 65

External URL reference

SourceSKILL.md
65curl https://api.theagentmail.net/v1/karma \
low line 74

External URL reference

SourceSKILL.md
74curl -X POST https://api.theagentmail.net/v1/accounts/{accountId}/webhooks \
low line 77

External URL reference

SourceSKILL.md
77-d '{"url": "https://my-agent.example.com/inbox"}'
low line 98

External URL reference

SourceSKILL.md
98curl https://api.theagentmail.net/v1/accounts/{accountId}/messages/{messageId}/attachments/{attachmentId} \
low line 102

External URL reference

SourceSKILL.md
102Returns `{"data": {"url": "https://signed-download-url..."}}`.
low line 169

External URL reference

SourceSKILL.md
169url: "https://my-agent.example.com/inbox",
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 39.2K
Rate this skill
Categorymarketing
UpdatedJune 10, 2026
sickn33/antigravity-awesome-skills