Skip to main content

sentry-prod-checklist

Facilitates production deployment readiness for Sentry integration, ensuring proper configuration and error capture verification.

Install this skill

or
58/100

Security score

The sentry-prod-checklist skill was audited on May 12, 2026 and we found 18 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94release: process.env.SENTRY_RELEASE || `myapp@${process.env.npm_package_version}`,
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151```bash
medium line 327

Template literal with variable interpolation in command context

SourceSKILL.md
327```bash
medium line 436

Template literal with variable interpolation in command context

SourceSKILL.md
436```yaml
medium line 359

Curl to non-GitHub URL

SourceSKILL.md
359"[ \$(curl -s -o /dev/null -w '%{http_code}' https://sentry.io/api/0/) = '200' ]"
low line 59

Access to .env file

SourceSKILL.md
59dsn: process.env.SENTRY_DSN,
medium line 70

Access to .env file

SourceSKILL.md
70- [ ] **`SENTRY_DSN` set in production environment** (not just `.env.local`)
low line 79

Access to .env file

SourceSKILL.md
79dsn: process.env.SENTRY_DSN,
low line 80

Access to .env file

SourceSKILL.md
80environment: process.env.NODE_ENV || 'production',
low line 92

Access to .env file

SourceSKILL.md
92dsn: process.env.SENTRY_DSN,
low line 94

Access to .env file

SourceSKILL.md
94release: process.env.SENTRY_RELEASE || `myapp@${process.env.npm_package_version}`,
low line 298

Access to .env file

SourceSKILL.md
298// Sentry.init({ dsn: process.env.SENTRY_DSN, environment: 'production' });
low line 401

Access to .env file

SourceSKILL.md
401dsn: process.env.SENTRY_DSN,
low line 403

Access to .env file

SourceSKILL.md
403release: process.env.SENTRY_RELEASE,
low line 459

Access to .env file

SourceSKILL.md
459dsn: process.env.SENTRY_DSN,
low line 461

Access to .env file

SourceSKILL.md
461release: process.env.SENTRY_RELEASE,
low line 64

External URL reference

SourceSKILL.md
64dsn: 'https://[email protected]/789',
low line 359

External URL reference

SourceSKILL.md
359"[ \$(curl -s -o /dev/null -w '%{http_code}' https://sentry.io/api/0/) = '200' ]"
Scanned on May 12, 2026
View Security Dashboard
Installation guide →