eventbrite
Integrates with the Eventbrite API for managing events, attendees, and orders using OAuth authentication.
Install this skill
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
Template literal with variable interpolation in command context
| 516 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 512 | const response = await fetch( |
Access to .env file
| 516 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 6 | For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). |
External URL reference
| 28 | req = urllib.request.Request('https://gateway.maton.ai/eventbrite/v3/users/me/') |
External URL reference
| 37 | https://gateway.maton.ai/eventbrite/{native-api-path} |
External URL reference
| 58 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 59 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 64 | Manage your Eventbrite OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 71 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=eventbrite&status=ACTIVE') |
External URL reference
| 83 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 95 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 109 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 123 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 136 | req = urllib.request.Request('https://gateway.maton.ai/eventbrite/v3/users/me/') |
External URL reference
| 513 | 'https://gateway.maton.ai/eventbrite/v3/users/me/', |
External URL reference
| 530 | 'https://gateway.maton.ai/eventbrite/v3/users/me/', |
External URL reference
| 580 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 590 | - Correct: `https://gateway.maton.ai/eventbrite/v3/users/me/` |
External URL reference
| 591 | - Incorrect: `https://gateway.maton.ai/v3/users/me/` |
External URL reference
| 595 | - [Eventbrite API Documentation](https://www.eventbrite.com/platform/api) |
External URL reference
| 596 | - [API Basics](https://www.eventbrite.com/platform/docs/api-basics) |
External URL reference
| 597 | - [API Explorer](https://www.eventbrite.com/platform/docs/api-explorer) |
External URL reference
| 598 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |