Skip to main content

sentry-advanced-troubleshooting

Facilitates advanced troubleshooting for Sentry SDK issues, ensuring effective debugging of events, source maps, and performance anomalies.

Install this skill

or
61/100

Security score

The sentry-advanced-troubleshooting skill was audited on May 30, 2026 and we found 19 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104console.log('DSN:', `${dsn.protocol}://${dsn.host}/${dsn.projectId}`);
medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153```bash
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243heapUsed: `${(mem.heapUsed / 1024 / 1024).toFixed(1)} MB`,
medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244rss: `${(mem.rss / 1024 / 1024).toFixed(1)} MB`,
medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139curl -v -X POST "https://yourapp.com/api/sentry-tunnel" \
low line 62

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
250dsn: process.env.SENTRY_DSN,
low line 294

Access to .env file

SourceSKILL.md
294dsn: process.env.SENTRY_DSN,
low line 295

Access to .env file

SourceSKILL.md
295environment: process.env.NODE_ENV || 'development',
low line 296

Access to .env file

SourceSKILL.md
296release: process.env.SENTRY_RELEASE,
low line 297

Access to .env file

SourceSKILL.md
297debug: process.env.SENTRY_DEBUG === 'true',
low line 299

Access to .env file

SourceSKILL.md
299tracesSampleRate: process.env.NODE_ENV === 'production' ? 0.2 : 1.0,
low line 307

Access to .env file

SourceSKILL.md
307if (process.env.SENTRY_DEBUG === 'true') {
low line 139

External URL reference

SourceSKILL.md
139curl -v -X POST "https://yourapp.com/api/sentry-tunnel" \
low line 141

External URL reference

SourceSKILL.md
141-d '{"dsn":"https://[email protected]/123"}
low line 186

External URL reference

SourceSKILL.md
186**Check the URL matching rule:** The stack frame URL (e.g., `https://example.com/static/js/main.abc123.js`) must match the artifact URL (e.g., `~/static/js/main.abc123.js`) after the tilde prefix subs
low line 367

External URL reference

SourceSKILL.md
367r"^https://api\.yourapp\.com",
low line 368

External URL reference

SourceSKILL.md
368r"^https://internal\.",
Scanned on May 30, 2026
View Security Dashboard
Installation guide →