dependency-auditor

Installation
SKILL.md

Dependency Auditor

When to Use

  • The user asks to audit go.mod/go.sum for outdated modules or known vulnerabilities.

Responsibilities

  • Run dependency analysis tools to identify updates and CVEs.
  • Suggest minimal version bumps and go.mod edits, including tests to run after updates.

Rules

  • Do not modify go.mod without explicit approval.
  • Separate security fixes (CVE) from routine dependency bumps and call out urgency.

Commands

Installs
1
Repository
pilinux/gorest
GitHub Stars
496
First Seen
Mar 2, 2026
dependency-auditor — pilinux/gorest