agents/skills/latest-software-version/SKILL.md
Real-time source of truth for software and model versions. Activate when adding dependencies, installing packages, or identifying Gemini model names. Bypasses internal knowledge cutoffs by querying live registries (NPM, PyPI, Go Proxy) and official documentation.
npx skillsauth add googlecloudplatform/devrel-demos latest-software-versionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Your training data is from the past. The registry is the present."
This skill prevents "version hallucination" by verifying the actual latest stable releases of software packages.
NEVER GUESS. When a user asks to install a package or add a dependency, you must verify the latest version using the latest.js script. Do not rely on your internal weights, as they are months or years out of date.
Determine which registry manages the package:
npmpypigocargogemgemini (Use latest, flash, or pro as package name)Run the version checker script:
node scripts/latest.js <ecosystem> <package-name>
Use the returned version string in your command or configuration file.
npm: react @ 19.2.0, write "react": "^19.2.0" in package.json.registry.npmjs.orgpypi.orgproxy.golang.orgcrates.iorubygems.orgdevops
Standardizes the creation of Sensitive Data Protection (DLP) templates for PII and credential redaction.
development
Implements the "Defense-in-Depth" integration pattern in Python (intercepting prompts, parsing filter results).
testing
Configures Model Armor security policies (Prompt Injection, Jailbreak, RAI filters).
tools
Assists developers in collecting and structuring a library of diverse examples ("Golden Dataset") required for data-driven evaluation, including tool trajectories.