sentry-python-setup
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
sentry-sdkpackage usingpip. This is the official SDK provided by the vendor (getsentry) and is a standard dependency for the described functionality. - [CREDENTIALS_UNSAFE]: The documentation includes references to sensitive environment variables such as
SENTRY_AUTH_TOKENandSENTRY_DSN. However, these are provided as generic examples or use placeholders (e.g.,sntrys_xxx,YOUR_SENTRY_DSN) and do not expose real credentials. - [SAFE]: The initialization code provided for various frameworks (Django, Flask, FastAPI) follows standard vendor-recommended practices for error monitoring and tracing.
Audit Metadata