sentry-go-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the Sentry Go SDK and related sub-packages from the official GitHub repository at github.com/getsentry/sentry-go. This is a standard practice for managing dependencies from a well-known service.
- [COMMAND_EXECUTION]: The skill utilizes standard shell commands like grep and ls to scan the project's go.mod and directory structure. This process is necessary to identify existing dependencies and suggest the correct framework-specific middleware.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests project configuration data to provide setup guidance. 1. Ingestion points: go.mod, go.sum, and project directory listings. 2. Boundary markers: None mentioned. 3. Capability inventory: Uses standard detection commands (grep/ls) and package installation (go get). 4. Sanitization: Not present, as the skill uses static code templates.
Audit Metadata