What problem does it solve?
This Skill automates the multi-language dependency vulnerability audit so you can resolve Go and Node security issues without juggling separate procedures or missing critical modules.
Core Features & Use Cases
- Comprehensive Go Coverage: Runs govulncheck per module, compares versions, defers breaking upgrades, and tidies every module that changes.
- Structured Node.js Remediation: Audits each package.json directory in sequence, removes stale overrides, gathers breaking-change reports, and applies npm audit fix for patchable issues.
- Use Case: For authgear-server, follow the instructions to secure both the Go toolchain and every npm-based subproject, then stage and commit the resulting dependency updates.
Quick Start
Start the audit by running govulncheck in every Go module and npm audit across the portal, authui, portalgraphiql, and scripts/npm directories as described in the SKILL.md instructions.