Skip to main content

mailerlite

Integrates with MailerLite API for managing email subscribers, campaigns, and automations using OAuth authentication.

Install this skill

or
24/100

Security score

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

Categories Tested

Security Issues

medium line 690

Template literal with variable interpolation in command context

SourceSKILL.md
690'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 686

Fetch to external URL

SourceSKILL.md
686const response = await fetch(
medium line 20

Webhook reference - potential data exfiltration

SourceSKILL.md
20Access the MailerLite API with managed OAuth authentication. Manage subscribers, groups, campaigns, automations, forms, fields, segments, and webhooks.
medium line 586

Webhook reference - potential data exfiltration

SourceSKILL.md
586### Webhook Operations
medium line 588

Webhook reference - potential data exfiltration

SourceSKILL.md
588#### List Webhooks
low line 591

Webhook reference - potential data exfiltration

SourceSKILL.md
591GET /mailerlite/api/webhooks
medium line 594

Webhook reference - potential data exfiltration

SourceSKILL.md
594#### Get Webhook
low line 597

Webhook reference - potential data exfiltration

SourceSKILL.md
597GET /mailerlite/api/webhooks/{webhook_id}
medium line 600

Webhook reference - potential data exfiltration

SourceSKILL.md
600#### Create Webhook
low line 603

Webhook reference - potential data exfiltration

SourceSKILL.md
603POST /mailerlite/api/webhooks
low line 609

Webhook reference - potential data exfiltration

SourceSKILL.md
609"url": "https://example.com/webhook"
medium line 613

Webhook reference - potential data exfiltration

SourceSKILL.md
613#### Update Webhook
low line 616

Webhook reference - potential data exfiltration

SourceSKILL.md
616PUT /mailerlite/api/webhooks/{webhook_id}
low line 620

Webhook reference - potential data exfiltration

SourceSKILL.md
620"name": "Updated Webhook",
medium line 625

Webhook reference - potential data exfiltration

SourceSKILL.md
625#### Delete Webhook
low line 628

Webhook reference - potential data exfiltration

SourceSKILL.md
628DELETE /mailerlite/api/webhooks/{webhook_id}
low line 690

Access to .env file

SourceSKILL.md
690'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 6

External URL reference

SourceSKILL.md
6For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
low line 28

External URL reference

SourceSKILL.md
28req = urllib.request.Request('https://gateway.maton.ai/mailerlite/api/subscribers?limit=10')
low line 37

External URL reference

SourceSKILL.md
37https://gateway.maton.ai/mailerlite/{native-api-path}
low line 58

External URL reference

SourceSKILL.md
581. Sign in or create an account at [maton.ai](https://maton.ai)
low line 59

External URL reference

SourceSKILL.md
592. Go to [maton.ai/settings](https://maton.ai/settings)
low line 64

External URL reference

SourceSKILL.md
64Manage your MailerLite OAuth connections at `https://ctrl.maton.ai`.
low line 71

External URL reference

SourceSKILL.md
71req = urllib.request.Request('https://ctrl.maton.ai/connections?app=mailerlite&status=ACTIVE')
low line 83

External URL reference

SourceSKILL.md
83req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 95

External URL reference

SourceSKILL.md
95req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}')
low line 109

External URL reference

SourceSKILL.md
109"url": "https://connect.maton.ai/?session_token=...",
low line 123

External URL reference

SourceSKILL.md
123req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE')
low line 136

External URL reference

SourceSKILL.md
136req = urllib.request.Request('https://gateway.maton.ai/mailerlite/api/subscribers')
low line 609

External URL reference

SourceSKILL.md
609"url": "https://example.com/webhook"
low line 646

External URL reference

SourceSKILL.md
646"first": "https://connect.mailerlite.com/api/subscribers?cursor=...",
low line 649

External URL reference

SourceSKILL.md
649"next": "https://connect.mailerlite.com/api/subscribers?cursor=eyJpZCI6MTIzNDU2fQ"
low line 652

External URL reference

SourceSKILL.md
652"path": "https://connect.mailerlite.com/api/subscribers",
low line 687

External URL reference

SourceSKILL.md
687'https://gateway.maton.ai/mailerlite/api/subscribers?limit=10',
low line 704

External URL reference

SourceSKILL.md
704'https://gateway.maton.ai/mailerlite/api/subscribers',
low line 718

External URL reference

SourceSKILL.md
718'https://gateway.maton.ai/mailerlite/api/subscribers',
low line 767

External URL reference

SourceSKILL.md
767req = urllib.request.Request('https://ctrl.maton.ai/connections')
low line 777

External URL reference

SourceSKILL.md
777- Correct: `https://gateway.maton.ai/mailerlite/api/subscribers`
low line 778

External URL reference

SourceSKILL.md
778- Incorrect: `https://gateway.maton.ai/api/subscribers`
low line 782

External URL reference

SourceSKILL.md
782- [MailerLite API Documentation](https://developers.mailerlite.com/docs/)
low line 783

External URL reference

SourceSKILL.md
783- [MailerLite Subscribers API](https://developers.mailerlite.com/docs/subscribers.html)
low line 784

External URL reference

SourceSKILL.md
784- [MailerLite Groups API](https://developers.mailerlite.com/docs/groups.html)
low line 785

External URL reference

SourceSKILL.md
785- [MailerLite Campaigns API](https://developers.mailerlite.com/docs/campaigns.html)
low line 786

External URL reference

SourceSKILL.md
786- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 16, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorymarketing
UpdatedApril 4, 2026
openclaw/skills