Skip to main content

sentry-release-management

Facilitates Sentry release management by associating commits, uploading source maps, and automating workflows for efficient tracking.

Install this skill

or
79/100

Security score

The sentry-release-management skill was audited on May 12, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233```bash
low line 131

Access to .env file

SourceSKILL.md
131org: process.env.SENTRY_ORG,
low line 132

Access to .env file

SourceSKILL.md
132project: process.env.SENTRY_PROJECT,
low line 133

Access to .env file

SourceSKILL.md
133authToken: process.env.SENTRY_AUTH_TOKEN,
low line 134

Access to .env file

SourceSKILL.md
134release: { name: process.env.VERSION },
low line 172

Access to .env file

SourceSKILL.md
172dsn: process.env.SENTRY_DSN,
low line 173

Access to .env file

SourceSKILL.md
173release: process.env.SENTRY_RELEASE, // Must match CLI $VERSION exactly
low line 174

Access to .env file

SourceSKILL.md
174environment: process.env.NODE_ENV,
low line 189

Access to .env file

SourceSKILL.md
189dsn: process.env.SENTRY_DSN,
low line 190

Access to .env file

SourceSKILL.md
190release: process.env.SENTRY_RELEASE,
low line 38

External URL reference

SourceSKILL.md
38- **Auth token** with `project:releases` and `org:read` scopes from [sentry.io/settings/auth-tokens/](https://sentry.io/settings/auth-tokens/)
low line 95

External URL reference

SourceSKILL.md
95| `https://example.com/static/js/app.js` | `~/static/js` |
low line 96

External URL reference

SourceSKILL.md
96| `https://cdn.example.com/assets/bundle.js` | `~/assets` |
low line 97

External URL reference

SourceSKILL.md
97| `https://example.com/app.js` (root) | `~/` |
low line 203

External URL reference

SourceSKILL.md
203"https://sentry.io/api/0/organizations/$SENTRY_ORG/releases/"
low line 219

External URL reference

SourceSKILL.md
219| `error: API request failed: 401` | Auth token invalid, expired, or missing `project:releases` scope | Regenerate at [sentry.io/settings/auth-tokens/](https://sentry.io/settings/auth-tokens/) with `p
low line 273

External URL reference

SourceSKILL.md
273"https://sentry.io/api/0/organizations/$SENTRY_ORG/releases/$VERSION/" \
Scanned on May 12, 2026
View Security Dashboard
Installation guide →