Skip to main content

go-concurrency

Covers Go concurrency patterns for managing goroutines, channels, and synchronization, ensuring efficient and safe concurrent programming.

Install this skill

or
93/100

Security score

The go-concurrency skill was audited on Feb 25, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 180

External URL reference

SourceSKILL.md
180Use [go.uber.org/goleak](https://pkg.go.dev/go.uber.org/goleak) to test for
low line 350

External URL reference

SourceSKILL.md
350Use [go.uber.org/atomic](https://pkg.go.dev/go.uber.org/atomic) for type-safe
low line 470

External URL reference

SourceSKILL.md
470stop](https://dave.cheney.net/2016/12/22/never-start-a-goroutine-without-knowing-how-it-will-stop)
low line 473

External URL reference

SourceSKILL.md
473Patterns](https://www.youtube.com/watch?v=5zXAHh5tJqQ) - Bryan Mills
low line 475

External URL reference

SourceSKILL.md
475- [When Go programs end](https://changelog.com/gotime/165) - Go Time podcast
low line 476

External URL reference

SourceSKILL.md
476- [go.uber.org/goleak](https://pkg.go.dev/go.uber.org/goleak) - Goroutine leak
low line 478

External URL reference

SourceSKILL.md
478- [go.uber.org/atomic](https://pkg.go.dev/go.uber.org/atomic) - Type-safe atomic
Scanned on Feb 25, 2026
View Security Dashboard