sentry-integration
Integrates Sentry for error tracking and performance monitoring in React/Next.js applications, enhancing reliability and user experience.
Install this skill
or
83/100
Security score
The sentry-integration skill was audited on Mar 1, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 138
Template literal with variable interpolation in command context
SourceSKILL.md
| 138 | ```yaml |
low line 174
Fetch to external URL
SourceSKILL.md
| 174 | await fetch("https://sentry.io/api/envelope/", { |
low line 24
Access to .env file
SourceSKILL.md
| 24 | org: process.env.SENTRY_ORG, |
low line 25
Access to .env file
SourceSKILL.md
| 25 | project: process.env.SENTRY_PROJECT, |
low line 26
Access to .env file
SourceSKILL.md
| 26 | authToken: process.env.SENTRY_AUTH_TOKEN, |
low line 46
Access to .env file
SourceSKILL.md
| 46 | org: process.env.SENTRY_ORG, |
low line 47
Access to .env file
SourceSKILL.md
| 47 | project: process.env.SENTRY_PROJECT, |
low line 48
Access to .env file
SourceSKILL.md
| 48 | authToken: process.env.SENTRY_AUTH_TOKEN, |
low line 64
Access to .env file
SourceSKILL.md
| 64 | dsn: process.env.NEXT_PUBLIC_SENTRY_DSN, |
low line 68
Access to .env file
SourceSKILL.md
| 68 | tracesSampleRate: process.env.NODE_ENV === "production" ? 0.1 : 1.0, |
low line 74
Access to .env file
SourceSKILL.md
| 74 | environment: process.env.NODE_ENV, |
low line 75
Access to .env file
SourceSKILL.md
| 75 | release: process.env.NEXT_PUBLIC_RELEASE, |
low line 174
External URL reference
SourceSKILL.md
| 174 | await fetch("https://sentry.io/api/envelope/", { |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @telum-ai/sentry-integration