Skip to main content

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
174await fetch("https://sentry.io/api/envelope/", {
low line 24

Access to .env file

SourceSKILL.md
24org: process.env.SENTRY_ORG,
low line 25

Access to .env file

SourceSKILL.md
25project: process.env.SENTRY_PROJECT,
low line 26

Access to .env file

SourceSKILL.md
26authToken: process.env.SENTRY_AUTH_TOKEN,
low line 46

Access to .env file

SourceSKILL.md
46org: process.env.SENTRY_ORG,
low line 47

Access to .env file

SourceSKILL.md
47project: process.env.SENTRY_PROJECT,
low line 48

Access to .env file

SourceSKILL.md
48authToken: process.env.SENTRY_AUTH_TOKEN,
low line 64

Access to .env file

SourceSKILL.md
64dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
low line 68

Access to .env file

SourceSKILL.md
68tracesSampleRate: process.env.NODE_ENV === "production" ? 0.1 : 1.0,
low line 74

Access to .env file

SourceSKILL.md
74environment: process.env.NODE_ENV,
low line 75

Access to .env file

SourceSKILL.md
75release: process.env.NEXT_PUBLIC_RELEASE,
low line 174

External URL reference

SourceSKILL.md
174await fetch("https://sentry.io/api/envelope/", {
Scanned on Mar 1, 2026
View Security Dashboard