sentry
Enables users to inspect Sentry issues and events, summarize production errors, and retrieve health data via the Sentry API.
Install this skill
or
54/100
Security score
The sentry skill was audited on May 12, 2026 and we found 4 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
critical line 18
Piping content to bash shell
SourceSKILL.md
| 18 | 1. Install the Sentry CLI: `curl https://cli.sentry.dev/install -fsS | bash` |
high line 18
Curl to non-GitHub URL
SourceSKILL.md
| 18 | 1. Install the Sentry CLI: `curl https://cli.sentry.dev/install -fsS | bash` |
medium line 12
Access to .env file
SourceSKILL.md
| 12 | - The CLI auto-detects org/project from DSNs in `.env` files, source code, config defaults, and directory names. Only specify `<org>/<project>` if auto-detection fails or picks the wrong target. |
low line 18
External URL reference
SourceSKILL.md
| 18 | 1. Install the Sentry CLI: `curl https://cli.sentry.dev/install -fsS | bash` |
Scanned on May 12, 2026
View Security Dashboard