What problem does it solve?
This Skill automates and standardizes dependency updates and security audits across the repository so maintainers can remove vulnerable packages and keep builds passing without manual, error-prone steps.
Core Features & Use Cases
- Performs baseline audits for Rust, the frontend interface, and docs to establish vulnerability counts and change impact.
- Applies semver-compatible updates by default and supports an explicit upgrade mode for researched version bumps to remediate CVEs.
- Verifies outcomes with cargo check, clippy, tests, typechecks, and docs build steps, and stages only dependency files for commit while reporting remaining issues.
- Use case: respond to a Dependabot alert by running audits, applying safe updates, verifying builds, and documenting any remaining transitive vulnerabilities.
Quick Start
Run a full dependency audit and apply safe semver-compatible updates across Rust, interface, and docs, then verify builds and tests before committing lockfiles.