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 May 12, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 47
External URL reference
SourceSKILL.md
| 47 | **Test for leaks** with [go.uber.org/goleak](https://pkg.go.dev/go.uber.org/goleak). |
low line 146
External URL reference
SourceSKILL.md
| 146 | [go.uber.org/atomic](https://pkg.go.dev/go.uber.org/atomic)) for type-safe |
low line 214
External URL reference
SourceSKILL.md
| 214 | stop](https://dave.cheney.net/2016/12/22/never-start-a-goroutine-without-knowing-how-it-will-stop) |
low line 217
External URL reference
SourceSKILL.md
| 217 | Patterns](https://www.youtube.com/watch?v=5zXAHh5tJqQ) — Bryan Mills |
low line 219
External URL reference
SourceSKILL.md
| 219 | - [When Go programs end](https://changelog.com/gotime/165) — Go Time podcast |
low line 220
External URL reference
SourceSKILL.md
| 220 | - [go.uber.org/goleak](https://pkg.go.dev/go.uber.org/goleak) — Goroutine leak |
low line 222
External URL reference
SourceSKILL.md
| 222 | - [go.uber.org/atomic](https://pkg.go.dev/go.uber.org/atomic) — Type-safe |
Scanned on May 12, 2026
View Security Dashboard