Skip to main content

sentry-issue

Investigates Sentry issues for Decentraland Unity Explorer, fetching details and suggesting fixes based on project patterns.

Install this skill

or
80/100

Security score

The sentry-issue skill was audited on May 14, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 18

Access to .env file

SourceSKILL.md
18Before anything else, look for `.env` in the repo root and check that `SENTRY_AUTH_TOKEN` is set.
low line 22

Access to .env file

SourceSKILL.md
22SENTRY_AUTH_TOKEN=$(grep -m1 'SENTRY_AUTH_TOKEN' .env 2>/dev/null | cut -d= -f2)
medium line 25

Access to .env file

SourceSKILL.md
25If `.env` is missing or `SENTRY_AUTH_TOKEN` is empty, tell the user:
medium line 27

Access to .env file

SourceSKILL.md
27> **Setup required**: Create a `.env` file in the repo root with:
low line 43

Access to .env file

SourceSKILL.md
43SENTRY_AUTH_TOKEN=$(grep -m1 'SENTRY_AUTH_TOKEN' .env | cut -d= -f2)
low line 31

External URL reference

SourceSKILL.md
31> To get a read-only token: go to **https://decentraland.sentry.io/settings/account/api/auth-tokens/** (or ask your team lead for a token with `issue:read` scope). Then re-paste the issue ID and I'll
low line 45

External URL reference

SourceSKILL.md
45"https://sentry.io/api/0/organizations/decentraland/issues/?shortId=UNITY-EXPLORER-M94"
low line 59

External URL reference

SourceSKILL.md
59"https://sentry.io/api/0/organizations/decentraland/issues/{id}/events/latest/"
Scanned on May 14, 2026
View Security Dashboard
Installation guide →