Skip to main content

sentry-cost-tuning

Optimizes Sentry costs and event volume by managing billing and reducing event metrics for efficient quota usage.

Install this skill

or
88/100

Security score

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

Categories Tested

Security Issues

low line 89

Access to .env file

SourceSKILL.md
89dsn: process.env.SENTRY_DSN,
low line 107

Access to .env file

SourceSKILL.md
107dsn: process.env.SENTRY_DSN,
low line 154

Access to .env file

SourceSKILL.md
154dsn: process.env.SENTRY_DSN,
low line 297

Access to .env file

SourceSKILL.md
297dsn: process.env.SENTRY_DSN,
low line 416

Access to .env file

SourceSKILL.md
416dsn: process.env.SENTRY_DSN,
low line 48

External URL reference

SourceSKILL.md
48"https://sentry.io/api/0/organizations/$SENTRY_ORG/stats/usage/?statsPeriod=30d&groupBy=category&field=sum(quantity)&interval=1d" \
low line 63

External URL reference

SourceSKILL.md
63"https://sentry.io/api/0/organizations/$SENTRY_ORG/stats/usage/?statsPeriod=30d&groupBy=project&category=error&field=sum(quantity)" \
low line 234

External URL reference

SourceSKILL.md
234"https://sentry.io/api/0/projects/$SENTRY_ORG/$SENTRY_PROJECT/filters/$filter/"
low line 247

External URL reference

SourceSKILL.md
247"https://sentry.io/api/0/projects/$SENTRY_ORG/$SENTRY_PROJECT/filters/custom-error-messages/"
low line 262

External URL reference

SourceSKILL.md
262"https://sentry.io/api/0/projects/$SENTRY_ORG/$SENTRY_PROJECT/keys/$KEY_ID/"
low line 339

External URL reference

SourceSKILL.md
339"https://sentry.io/api/0/organizations/$SENTRY_ORG/stats/usage/?statsPeriod=7d&groupBy=category&field=sum(quantity)&interval=1d" \
low line 438

External URL reference

SourceSKILL.md
438- [Sentry Pricing](https://sentry.io/pricing/) — current plan tiers and per-category rates
Scanned on May 12, 2026
View Security Dashboard
Installation guide →