sentry-go-sdk
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no malicious code, obfuscation, or unauthorized access patterns. It functions as a legitimate developer tool for Sentry SDK integration.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of dependencies from official and trusted repositories (github.com/getsentry/sentry-go). These references are legitimate and do not involve untrusted third-party sources.
- [COMMAND_EXECUTION]: The skill employs standard system commands such as
grepandlsfor environment discovery within the project's root directory. These operations are limited to project metadata (go.mod, directory structure) to help the agent provide accurate configuration recommendations. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing users to manage sensitive data like the Sentry DSN through environment variables (
os.Getenv("SENTRY_DSN")) rather than hardcoding them in the source code.
Audit Metadata