Skip to main content

eventbrite

Integrates with the Eventbrite API for managing events, attendees, and orders using OAuth authentication.

Install this skill

or
72/100

Security score

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

Categories Tested

Security Issues

medium line 516

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
512const response = await fetch(
low line 516

Access to .env file

SourceSKILL.md
516'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/eventbrite/v3/users/me/')
low line 37

External URL reference

SourceSKILL.md
37https://gateway.maton.ai/eventbrite/{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 Eventbrite 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=eventbrite&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/eventbrite/v3/users/me/')
low line 513

External URL reference

SourceSKILL.md
513'https://gateway.maton.ai/eventbrite/v3/users/me/',
low line 530

External URL reference

SourceSKILL.md
530'https://gateway.maton.ai/eventbrite/v3/users/me/',
low line 580

External URL reference

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

External URL reference

SourceSKILL.md
590- Correct: `https://gateway.maton.ai/eventbrite/v3/users/me/`
low line 591

External URL reference

SourceSKILL.md
591- Incorrect: `https://gateway.maton.ai/v3/users/me/`
low line 595

External URL reference

SourceSKILL.md
595- [Eventbrite API Documentation](https://www.eventbrite.com/platform/api)
low line 596

External URL reference

SourceSKILL.md
596- [API Basics](https://www.eventbrite.com/platform/docs/api-basics)
low line 597

External URL reference

SourceSKILL.md
597- [API Explorer](https://www.eventbrite.com/platform/docs/api-explorer)
low line 598

External URL reference

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