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 grep and ls to 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-go via standard go get commands. 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
Risk Level
SAFE
Analyzed
Apr 22, 2026, 01:06 PM