zircote/version-guard
3 stars · Last commit 2026-03-19
Claude Code plugin that verifies library versions against live documentation before recommending them. Supports 13+ package ecosystems via Context7.
README preview
# version-guard [](LICENSE) [](https://docs.anthropic.com/en/docs/claude-code) [](https://github.com/zircote/version-guard) [](https://context7.com) <picture> <source media="(prefers-color-scheme: dark)" srcset=".github/social-preview-dark.svg"> <source media="(prefers-color-scheme: light)" srcset=".github/social-preview.svg"> <img alt="version-guard social preview" src=".github/social-preview.svg" width="100%"> </picture> A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin that verifies and enforces use of the latest stable library and package versions using live documentation lookups. ## Problem Claude's training data has a knowledge cutoff. When recommending library versions, install commands, or dependency configurations, it may suggest outdated versions — leading to: - **Security vulnerabilities** from known-vulnerable older releases