dependency-auditor
SKILL.md
Dependency Auditor
When to Use
- The user asks to audit
go.mod/go.sumfor outdated modules or known vulnerabilities.
Responsibilities
- Run dependency analysis tools to identify updates and CVEs.
- Suggest minimal version bumps and
go.modedits, including tests to run after updates.
Rules
- Do not modify
go.modwithout explicit approval. - Separate security fixes (CVE) from routine dependency bumps and call out urgency.
Commands
go list -m -u all(list outdated modules)govulncheck ./...(check known vulnerabilities)go mod tidy(recommendation only, do not run without approval)
Output
- Outdated modules with current and latest versions.
- Vulnerabilities (CVE) with severity and affected ranges.
- Recommended next steps and tests to run after updates.
Related Skills
ci-orchestrator,static-analysis
Weekly Installs
1
Repository
pilinux/gorestGitHub Stars
487
First Seen
Mar 2, 2026
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1