Skip to main content

api-gateway

Facilitates authenticated API calls to over 100 services using a secure gateway, simplifying third-party integrations.

Install this skill

or
80/100

Security score

The api-gateway skill was audited on Jun 5, 2026 and we found 20 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 15

External URL reference

SourceSKILL.md
15homepage: "https://maton.ai"
low line 23

External URL reference

SourceSKILL.md
23Passthrough 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.
low line 32

External URL reference

SourceSKILL.md
32req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST')
low line 43

External URL reference

SourceSKILL.md
43https://gateway.maton.ai/{app}/{native-api-path}
low line 68

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
74Connection management uses a separate base URL: `https://ctrl.maton.ai`
low line 81

External URL reference

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

External URL reference

SourceSKILL.md
100"url": "https://connect.maton.ai/?session_token=5e9...",
low line 115

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
145"url": "https://connect.maton.ai/?session_token=5e9...",
low line 159

External URL reference

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

External URL reference

SourceSKILL.md
173req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST')
low line 216

External URL reference

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

External URL reference

SourceSKILL.md
226- Correct: `https://gateway.maton.ai/google-mail/gmail/v1/users/me/messages`
low line 227

External URL reference

SourceSKILL.md
227- Incorrect: `https://gateway.maton.ai/gmail/v1/users/me/messages`
low line 234

External URL reference

SourceSKILL.md
234req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-mail&status=ACTIVE')
low line 270

External URL reference

SourceSKILL.md
270- [API Reference](https://www.maton.ai/docs/api-reference)
low line 271

External URL reference

SourceSKILL.md
271- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →
GitHub Stars 4
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
netanel-abergel/pa-skills