api-gateway
Enables seamless integration with over 100 APIs using managed OAuth for secure external service interactions.
Install this skill
Security score
The api-gateway skill was audited on Mar 3, 2026 and we found 51 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 508 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 504 | const response = await fetch('https://gateway.maton.ai/slack/api/chat.postMessage', { |
Webhook reference - potential data exfiltration
| 297 | - [Asana](references/asana.md) - Tasks, projects, workspaces, webhooks |
Webhook reference - potential data exfiltration
| 303 | - [Calendly](references/calendly.md) - Event types, scheduled events, availability, webhooks |
Webhook reference - potential data exfiltration
| 304 | - [Cal.com](references/cal-com.md) - Event types, bookings, schedules, availability slots, webhooks |
Webhook reference - potential data exfiltration
| 307 | - [ClickFunnels](references/clickfunnels.md) - Contacts, products, orders, courses, webhooks |
Webhook reference - potential data exfiltration
| 309 | - [ClickUp](references/clickup.md) - Tasks, lists, folders, spaces, webhooks |
Webhook reference - potential data exfiltration
| 320 | - [Fathom](references/fathom.md) - Meeting recordings, transcripts, summaries, webhooks |
Webhook reference - potential data exfiltration
| 325 | - [Gumroad](references/gumroad.md) - Products, sales, subscribers, licenses, webhooks |
Webhook reference - potential data exfiltration
| 349 | - [JotForm](references/jotform.md) - Forms, submissions, webhooks |
Webhook reference - potential data exfiltration
| 373 | - [Quo](references/quo.md) - Calls, messages, contacts, conversations, webhooks |
Webhook reference - potential data exfiltration
| 381 | - [Systeme.io](references/systeme.md) - Contacts, tags, courses, communities, webhooks |
Webhook reference - potential data exfiltration
| 382 | - [Tally](references/tally.md) - Forms, submissions, workspaces, webhooks |
Access to .env file
| 508 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 6 | Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect f |
External URL reference
| 13 | homepage: "https://maton.ai" |
External URL reference
| 21 | Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by [Maton](https://maton.ai). The API gateway lets you call native API endpoints directly. |
External URL reference
| 30 | req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') |
External URL reference
| 41 | https://gateway.maton.ai/{app}/{native-api-path} |
External URL reference
| 66 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 67 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 72 | Connection management uses a separate base URL: `https://ctrl.maton.ai` |
External URL reference
| 79 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=slack&status=ACTIVE') |
External URL reference
| 98 | "url": "https://connect.maton.ai/?session_token=5e9...", |
External URL reference
| 112 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 124 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 138 | "url": "https://connect.maton.ai/?session_token=5e9...", |
External URL reference
| 152 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 166 | req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') |
External URL reference
| 411 | # Native Slack API: POST https://slack.com/api/chat.postMessage |
External URL reference
| 415 | req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') |
External URL reference
| 425 | # Native HubSpot API: POST https://api.hubapi.com/crm/v3/objects/contacts |
External URL reference
| 429 | req = urllib.request.Request('https://gateway.maton.ai/hubspot/crm/v3/objects/contacts', data=data, method='POST') |
External URL reference
| 439 | # Native Sheets API: GET https://sheets.googleapis.com/v4/spreadsheets/{id}/values/{range} |
External URL reference
| 442 | req = urllib.request.Request('https://gateway.maton.ai/google-sheets/v4/spreadsheets/122BS1sFN2RKL8AOUQjkLdubzOwgqzPT64KfZ2rvYI4M/values/Sheet1!A1:B2') |
External URL reference
| 451 | # Native Salesforce API: GET https://{instance}.salesforce.com/services/data/v64.0/query?q=... |
External URL reference
| 454 | req = urllib.request.Request('https://gateway.maton.ai/salesforce/services/data/v64.0/query?q=SELECT+Id,Name+FROM+Contact+LIMIT+10') |
External URL reference
| 463 | # Native Airtable API: GET https://api.airtable.com/v0/meta/bases/{id}/tables |
External URL reference
| 466 | req = urllib.request.Request('https://gateway.maton.ai/airtable/v0/meta/bases/appgqan2NzWGP5sBK/tables') |
External URL reference
| 475 | # Native Notion API: POST https://api.notion.com/v1/data_sources/{id}/query |
External URL reference
| 479 | req = urllib.request.Request('https://gateway.maton.ai/notion/v1/data_sources/23702dc5-9a3b-8001-9e1c-000b5af0a980/query', data=data, method='POST') |
External URL reference
| 490 | # Native Stripe API: GET https://api.stripe.com/v1/customers |
External URL reference
| 493 | req = urllib.request.Request('https://gateway.maton.ai/stripe/v1/customers?limit=10') |
External URL reference
| 504 | const response = await fetch('https://gateway.maton.ai/slack/api/chat.postMessage', { |
External URL reference
| 521 | 'https://gateway.maton.ai/slack/api/chat.postMessage', |
External URL reference
| 552 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 562 | - Correct: `https://gateway.maton.ai/google-mail/gmail/v1/users/me/messages` |
External URL reference
| 563 | - Incorrect: `https://gateway.maton.ai/gmail/v1/users/me/messages` |
External URL reference
| 570 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-mail&status=ACTIVE') |
External URL reference
| 605 | - [API Reference](https://www.maton.ai/docs/api-reference) |
External URL reference
| 606 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |