sentry-go-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an official integration guide for the Sentry Go SDK, providing standard documentation, configuration examples, and implementation steps.
- [COMMAND_EXECUTION]: The discovery phase (Phase 1) utilizes
grepandlsto identify project frameworks and dependencies (e.g., Gin, Echo, Logrus). These commands are used solely for environment detection to provide relevant advice and do not incorporate untrusted runtime input into the shell. - [EXTERNAL_DOWNLOADS]: The skill recommends installing official sub-packages from
github.com/getsentry/sentry-govia standardgo getcommands. These references target a well-known service and the vendor's own official repositories. - [DATA_EXPOSURE]: The instructions follow security best practices by recommending the use of environment variables (e.g.,
os.Getenv("SENTRY_DSN")) for sensitive credentials rather than hardcoding them.
Audit Metadata