Skip to main content

golang-backend-development

Provides a comprehensive guide for building scalable backend systems with Go, focusing on concurrency, web servers, and microservices.

Install this skill

or
74/100

Security score

The golang-backend-development skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 977

Direct command execution function call

SourceSKILL.md
977_, err := stmt.Exec(user.Name, user.Email)
low line 1595

External URL reference

SourceSKILL.md
1595- Go Documentation: https://go.dev/doc/
low line 1596

External URL reference

SourceSKILL.md
1596- Effective Go: https://go.dev/doc/effective_go
low line 1597

External URL reference

SourceSKILL.md
1597- Go Blog: https://go.dev/blog/
low line 1598

External URL reference

SourceSKILL.md
1598- Go by Example: https://gobyexample.com/
low line 1601

External URL reference

SourceSKILL.md
1601- Go Concurrency Patterns: https://go.dev/blog/pipelines
low line 1602

External URL reference

SourceSKILL.md
1602- Context Package: https://go.dev/blog/context
low line 1603

External URL reference

SourceSKILL.md
1603- Share Memory By Communicating: https://go.dev/blog/codelab-share
low line 1606

External URL reference

SourceSKILL.md
1606- net/http: https://pkg.go.dev/net/http
low line 1607

External URL reference

SourceSKILL.md
1607- database/sql: https://pkg.go.dev/database/sql
low line 1608

External URL reference

SourceSKILL.md
1608- context: https://pkg.go.dev/context
low line 1609

External URL reference

SourceSKILL.md
1609- sync: https://pkg.go.dev/sync
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →