go-dependency-audit

Installation
SKILL.md

Go Dependency Audit

Every dependency you add is code you don't control but are responsible for. Audit ruthlessly.

1. Vulnerability Scanning

govulncheck (official Go tool):

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

# Scan project
govulncheck ./...

# Scan binary
govulncheck -mode=binary ./cmd/api-server
Installs
74
GitHub Stars
60
First Seen
Mar 27, 2026
go-dependency-audit — eduardo-sl/go-agent-skills