sentry-prod-checklist
Facilitates production deployment readiness for Sentry integration, ensuring proper configuration and error capture verification.
Install this skill
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
Template literal with variable interpolation in command context
| 94 | release: process.env.SENTRY_RELEASE || `myapp@${process.env.npm_package_version}`, |
Template literal with variable interpolation in command context
| 151 | ```bash |
Template literal with variable interpolation in command context
| 327 | ```bash |
Template literal with variable interpolation in command context
| 436 | ```yaml |
Curl to non-GitHub URL
| 359 | "[ \$(curl -s -o /dev/null -w '%{http_code}' https://sentry.io/api/0/) = '200' ]" |
Access to .env file
| 59 | dsn: process.env.SENTRY_DSN, |
Access to .env file
| 70 | - [ ] **`SENTRY_DSN` set in production environment** (not just `.env.local`) |
Access to .env file
| 79 | dsn: process.env.SENTRY_DSN, |
Access to .env file
| 80 | environment: process.env.NODE_ENV || 'production', |
Access to .env file
| 92 | dsn: process.env.SENTRY_DSN, |
Access to .env file
| 94 | release: process.env.SENTRY_RELEASE || `myapp@${process.env.npm_package_version}`, |
Access to .env file
| 298 | // Sentry.init({ dsn: process.env.SENTRY_DSN, environment: 'production' }); |
Access to .env file
| 401 | dsn: process.env.SENTRY_DSN, |
Access to .env file
| 403 | release: process.env.SENTRY_RELEASE, |
Access to .env file
| 459 | dsn: process.env.SENTRY_DSN, |
Access to .env file
| 461 | release: process.env.SENTRY_RELEASE, |
External URL reference
| 64 | dsn: 'https://[email protected]/789', |
External URL reference
| 359 | "[ \$(curl -s -o /dev/null -w '%{http_code}' https://sentry.io/api/0/) = '200' ]" |