Skip to main content

sentry-helper

Facilitates Sentry operations using sentry-cli and REST API for efficient error tracking and management.

Install this skill

or
44/100

Security score

The sentry-helper skill was audited on Mar 1, 2026 and we found 12 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 518

Template literal with variable interpolation in command context

SourceSKILL.md
518```bash
medium line 574

Template literal with variable interpolation in command context

SourceSKILL.md
574```yaml
high line 48

Piping content to sh shell

SourceSKILL.md
48curl -sL https://sentry.io/get-cli/ | sh
high line 581

Piping content to sh shell

SourceSKILL.md
581curl -sL https://sentry.io/get-cli/ | sh
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -sL https://sentry.io/get-cli/ | sh
medium line 581

Curl to non-GitHub URL

SourceSKILL.md
581curl -sL https://sentry.io/get-cli/ | sh
low line 602

Access to .env file

SourceSKILL.md
602release: process.env.SENTRY_RELEASE,
low line 603

Access to .env file

SourceSKILL.md
603environment: process.env.NODE_ENV,
low line 48

External URL reference

SourceSKILL.md
48curl -sL https://sentry.io/get-cli/ | sh
low line 61

External URL reference

SourceSKILL.md
61export API="https://sentry.io/api/0"
low line 78

External URL reference

SourceSKILL.md
78url=https://sentry.io/
low line 581

External URL reference

SourceSKILL.md
581curl -sL https://sentry.io/get-cli/ | sh
Scanned on Mar 1, 2026
View Security Dashboard