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: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-Plugin-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
[![Ecosystems](https://img.shields.io/badge/Ecosystems-13%2B-green)](https://github.com/zircote/version-guard)
[![MCP: Context7](https://img.shields.io/badge/MCP-Context7-orange)](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

View full repository on GitHub →