golang-patterns
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Go development, covering core principles like simplicity, zero-value usage, and proper interface design.
- [SAFE]: Concurrency patterns provided (Worker Pool, Context for cancellation, errgroup) are standard and follow security best practices for resource management and leak prevention.
- [SAFE]: References to external packages are limited to the official Go sub-repository
golang.org/x/sync/errgroup, which is a well-known and trusted source. - [SAFE]: The skill includes instructions for using standard Go tooling (
go vet,staticcheck,golangci-lint) which promotes code quality and security through static analysis.
Audit Metadata