Skip to main content

sentry

Integrates with Sentry API for error monitoring and project management, enabling users to manage issues and application performance.

Install this skill

or
76/100

Security score

The sentry skill was audited on Mar 3, 2026 and we found 20 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 436

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
432const response = await fetch(
low line 436

Access to .env file

SourceSKILL.md
436'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 13

External URL reference

SourceSKILL.md
13homepage: "https://maton.ai"
low line 29

External URL reference

SourceSKILL.md
29req = urllib.request.Request('https://gateway.maton.ai/sentry/api/0/projects/{organization_slug}/{project_slug}/issues/')
low line 38

External URL reference

SourceSKILL.md
38https://gateway.maton.ai/sentry/{native-api-path}
low line 59

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
65Manage your Sentry OAuth connections at `https://ctrl.maton.ai`.
low line 72

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
110"url": "https://connect.maton.ai/?session_token=...",
low line 124

External URL reference

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

External URL reference

SourceSKILL.md
137req = urllib.request.Request('https://gateway.maton.ai/sentry/api/0/organizations/')
low line 433

External URL reference

SourceSKILL.md
433'https://gateway.maton.ai/sentry/api/0/organizations/',
low line 450

External URL reference

SourceSKILL.md
450'https://gateway.maton.ai/sentry/api/0/organizations/',
low line 463

External URL reference

SourceSKILL.md
463'https://gateway.maton.ai/sentry/api/0/issues/12345/',
low line 501

External URL reference

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