Skip to main content

golang-concurrency

Provides best practices and patterns for writing and reviewing concurrent Go code, ensuring correctness and leak-freedom.

Install this skill

or
91/100

Security score

The golang-concurrency skill was audited on Jun 1, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 138

Curl to non-GitHub URL

SourceSKILL.md
138curl http://localhost:6060/debug/pprof/goroutineleak?debug=2
low line 138

External URL reference

SourceSKILL.md
138curl http://localhost:6060/debug/pprof/goroutineleak?debug=2
low line 139

External URL reference

SourceSKILL.md
139go tool pprof http://localhost:6060/debug/pprof/goroutineleak
low line 151

External URL reference

SourceSKILL.md
151- [Go Concurrency Patterns: Pipelines](https://go.dev/blog/pipelines)
low line 152

External URL reference

SourceSKILL.md
152- [Effective Go: Concurrency](https://go.dev/doc/effective_go#concurrency)
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →