Skip to main content

sentry-performance-tuning

Optimizes Sentry performance monitoring by tuning sample rates and reducing overhead for improved data quality.

Install this skill

or
86/100

Security score

The sentry-performance-tuning skill was audited on May 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252async () => fetch(`${USER_SERVICE_URL}/users/${userId}`).then(r => r.json())
low line 55

Access to .env file

SourceSKILL.md
55dsn: process.env.SENTRY_DSN,
low line 95

Access to .env file

SourceSKILL.md
95dsn: process.env.SENTRY_DSN,
low line 180

Access to .env file

SourceSKILL.md
180dsn: process.env.SENTRY_DSN,
low line 219

Access to .env file

SourceSKILL.md
219dsn: process.env.SENTRY_DSN,
low line 263

Access to .env file

SourceSKILL.md
263dsn: process.env.SENTRY_DSN,
low line 336

Access to .env file

SourceSKILL.md
336dsn: process.env.SENTRY_DSN,
low line 337

Access to .env file

SourceSKILL.md
337environment: process.env.NODE_ENV,
low line 338

Access to .env file

SourceSKILL.md
338release: process.env.SENTRY_RELEASE,
low line 427

External URL reference

SourceSKILL.md
427- [Span Operations](https://develop.sentry.dev/sdk/performance/span-operations/) — Naming conventions for `op` field
Scanned on May 12, 2026
View Security Dashboard
Installation guide →