Skip to main content

xobni

Enables AI agents to manage emails with real addresses, providing functionalities like sending, receiving, and searching emails via Xobni.ai.

Install this skill

or
42/100

Security score

The xobni skill was audited on Feb 16, 2026 and we found 22 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Email infrastructure for AI agents via Xobni.ai. Provides real email addresses (@xobni.ai) with REST API and MCP server access. Use when an AI agent needs to send/receive email, search in
medium line 18

Webhook reference - potential data exfiltration

SourceSKILL.md
18Each API key is scoped to a **single agent**. The key can only access that agent's emails, threads, attachments, and webhooks. No need to pass `account_id` or `agent_id` — they're auto-resolved from y
medium line 22

Webhook reference - potential data exfiltration

SourceSKILL.md
22- Create and manage webhooks
medium line 113

Webhook reference - potential data exfiltration

SourceSKILL.md
113| `list_webhooks` | List configured webhooks |
medium line 114

Webhook reference - potential data exfiltration

SourceSKILL.md
114| `create_webhook` | Create webhook for email.received/email.sent |
medium line 115

Webhook reference - potential data exfiltration

SourceSKILL.md
115| `delete_webhook` | Remove a webhook |
medium line 116

Webhook reference - potential data exfiltration

SourceSKILL.md
116| `list_webhook_deliveries` | View webhook delivery history |
medium line 118

Webhook reference - potential data exfiltration

SourceSKILL.md
118## Webhooks
low line 127

Webhook reference - potential data exfiltration

SourceSKILL.md
127"url": "https://your-endpoint.com/webhook",
medium line 144

Webhook reference - potential data exfiltration

SourceSKILL.md
144- **Webhooks**: Real-time notifications for email events via n8n, Zapier, Make, or any HTTP endpoint.
low line 12

External URL reference

SourceSKILL.md
121. Create agent at [xobni.ai/agents/new](https://xobni.ai/agents/new) → gets email like `[email protected]`
low line 13

External URL reference

SourceSKILL.md
132. Create API key at [xobni.ai/settings/api-keys](https://xobni.ai/settings/api-keys) scoped to your agent
low line 32

External URL reference

SourceSKILL.md
32**URL**: `https://api.xobni.ai/mcp/`
low line 41

External URL reference

SourceSKILL.md
41"url": "https://api.xobni.ai/mcp/",
low line 55

External URL reference

SourceSKILL.md
55"https://api.xobni.ai/api/v1/emails?status=received&limit=20"
low line 62

External URL reference

SourceSKILL.md
62"https://api.xobni.ai/api/v1/emails/send" \
low line 70

External URL reference

SourceSKILL.md
70"https://api.xobni.ai/api/v1/emails/send" \
low line 83

External URL reference

SourceSKILL.md
83"https://api.xobni.ai/api/v1/search" \
low line 90

External URL reference

SourceSKILL.md
90"https://api.xobni.ai/api/v1/agents"
low line 96

External URL reference

SourceSKILL.md
96"https://api.xobni.ai/api/v1/emails/storage-usage"
low line 125

External URL reference

SourceSKILL.md
125"https://api.xobni.ai/api/v1/event-hooks" \
low line 127

External URL reference

SourceSKILL.md
127"url": "https://your-endpoint.com/webhook",
Scanned on Feb 16, 2026
View Security Dashboard