sentry-go-sdk
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install official packages from the 'getsentry' GitHub organization (e.g.,
github.com/getsentry/sentry-go). These are legitimate vendor-owned resources and do not pose a security risk. - [CREDENTIALS_UNSAFE]: All configuration examples use environment variables (e.g.,
os.Getenv("SENTRY_DSN")) instead of hardcoding sensitive keys, aligning with security best practices. - [DATA_EXFILTRATION]: No unauthorized data exfiltration patterns were detected. The skill specifically includes documentation on how to use the
BeforeSendhook to scrub Personally Identifiable Information (PII) before it is sent to Sentry's servers. - [COMMAND_EXECUTION]: The shell commands used in the detection phase (e.g.,
grep,ls) are standard utilities used for project discovery and do not involve suspicious or high-risk operations.
Audit Metadata