Back to skills
Security & PasswordsMarkdown

go-security-vulnerability

Identify, assess, and fix security.

Installs

1.5K

Stars

1

Forks

0

Updated

Feb 26, 2026

Install command

clawhub install irook661/go-security-vulnerability

What it does

Scans Go modules for known security vulnerabilities using govulncheck, identifies affected dependencies, and guides remediation through updates, replacements, or removals. Covers both direct and transitive dependencies, with verification steps to confirm fixes without breaking builds.

Why it's useful

govulncheck uses the Go vulnerability database and call graph analysis to report only vulnerabilities reachable in your code, reducing noise compared to generic dependency scanners.

Use cases

Auditing a Go project before a production release
Fixing a flagged CVE in a transitive dependency
Checking whether a vulnerable function is actually called in your code
Updating JWT libraries after a security advisory
Setting up a routine vulnerability scan in a Go monorepo

Community reviews

Comments from operators using this skill

0 comments

Log in to leave a review, rate the skill, and help the best community tools rise to the top.

Related skills

More in Security & Passwords

Browse all skills →