sentry-go-sdk
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
grepandlscommands to analyze the project'sgo.modand directory structure. This is a standard and necessary procedure to identify which Go web frameworks and logging libraries are being used to provide tailored setup instructions. - [EXTERNAL_DOWNLOADS]: The skill recommends downloading the official Sentry SDK packages using
go get github.com/getsentry/sentry-go. These downloads target the official repositories of the vendor, ensuring the integrity of the dependencies. - [CREDENTIALS_UNSAFE]: The skill correctly advises users to manage sensitive information, such as the Sentry DSN, using environment variables (
os.Getenv("SENTRY_DSN")). This follows security best practices for secret management.
Audit Metadata