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
| 15 | homepage: "https://maton.ai" |
low line 23
External URL reference
SourceSKILL.md
| 23 | 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. |
low line 32
External URL reference
SourceSKILL.md
| 32 | req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') |
low line 43
External URL reference
SourceSKILL.md
| 43 | https://gateway.maton.ai/{app}/{native-api-path} |
low line 68
External URL reference
SourceSKILL.md
| 68 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
low line 69
External URL reference
SourceSKILL.md
| 69 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
low line 74
External URL reference
SourceSKILL.md
| 74 | Connection management uses a separate base URL: `https://ctrl.maton.ai` |
low line 81
External URL reference
SourceSKILL.md
| 81 | req = 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
| 115 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
low line 131
External URL reference
SourceSKILL.md
| 131 | req = 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
| 159 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
low line 173
External URL reference
SourceSKILL.md
| 173 | req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') |
low line 216
External URL reference
SourceSKILL.md
| 216 | req = 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
| 234 | req = 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