golang-samber-slog
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates the creation of robust logging pipelines following Go best practices. It explicitly includes instructions for PII scrubbing using
slogformatter.PIIFormatterand redacting sensitive HTTP headers, demonstrating a security-conscious approach to observability. - [EXTERNAL_DOWNLOADS]: The skill references various legitimate Go packages from the
github.com/samber/slog-*ecosystem and standard backend integrations for services such as Datadog, Sentry, Loki, Kafka, and Slack. These are well-known community resources for the functionality described. - [COMMAND_EXECUTION]: Tool access is appropriately scoped to standard development utilities (
go,git,golangci-lint) and language server protocols (gopls), which are necessary for its stated purpose as a Go logging architect tool.
Audit Metadata