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 12, 2026 and we found 19 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 103

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
152```bash
medium line 242

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Curl to non-GitHub URL

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

Access to .env file

SourceSKILL.md
61dsn: process.env.SENTRY_DSN,
low line 218

Access to .env file

SourceSKILL.md
218dsn: process.env.SENTRY_DSN,
low line 249

Access to .env file

SourceSKILL.md
249dsn: process.env.SENTRY_DSN,
low line 292

Access to .env file

SourceSKILL.md
292dsn: process.env.SENTRY_DSN,
low line 293

Access to .env file

SourceSKILL.md
293environment: process.env.NODE_ENV || 'development',
low line 294

Access to .env file

SourceSKILL.md
294release: process.env.SENTRY_RELEASE,
low line 295

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
305if (process.env.SENTRY_DEBUG === 'true') {
low line 138

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
185**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 365

External URL reference

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

External URL reference

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