go-security-vulnerability

Installation
SKILL.md

Go Security Vulnerability Skill

Use Go tooling to identify, assess, and fix security vulnerabilities in Go modules. This skill helps detect and remediate vulnerabilities while maintaining application functionality.

Vulnerability Detection

Scan for vulnerabilities in your Go project:

go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...

Check specific modules for known vulnerabilities:

govulncheck -show verbose ./...
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 4, 2026
go-security-vulnerability — openclaw/skills