check-deps

Verifies project dependencies for GA status, EOL, CVEs, and platform compatibility.

6|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wesleyosantos91/multi-agents --skill check-deps-wesleyosantos91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-deps
Source: https://github.com/wesleyosantos91/multi-agents/tree/main/devin/.devin/skills/check-deps
Command: npx skills add https://github.com/wesleyosantos91/multi-agents --skill check-deps-wesleyosantos91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dependency and platform drift causes builds to fail, security risk to increase, and compatibility to break across environments.

Core Features & Use Cases

  • Version verification via WebSearch: Ensures all dependency versions are checked against current sources rather than assumptions.
  • GA-only policy enforcement: Flags RC, SNAPSHOT, M1, Alpha, Beta, and other non-GA releases to maintain release stability.
  • Compatibility and risk checks: Confirms Java 25 compatibility when applicable, checks for critical/high CVEs, and verifies EOL status, including Terraform providers and Docker base images.

Quick Start

Ask the AI to check dependencies in your project and report any non-GA versions, EOL issues, Java 25 incompatibilities, or critical/high CVEs.

Frequently Asked Questions about check-deps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check project dependencies for GA releases and CVEs before shipping?

Dependency validation checks your project versions against current sources via WebSearch to verify GA status, EOL, CVEs, and platform compatibility. It flags RC, SNAPSHOT, M1, Alpha, and Beta releases to maintain release stability across Java, Python, Go, JavaScript, Docker, and Terraform.

How do I verify Java 25 compatibility for my project dependencies?

You verify Java 25 compatibility by checking dependencies against authoritative sources via WebSearch. The validation includes specific Java 25 compatibility checks when applicable, ensuring your Java dependencies are fully supported and stable before release.

Does dependency validation work for both Docker base images and Terraform providers?

Yes, dependency validation works for Docker base images and Terraform providers. It reviews Docker base image versions and verifies Terraform providers for GA status, EOL issues, and CVEs to prevent unstable or vulnerable releases.

What is the best way to enforce a GA-only dependency policy in a Python or Go project?

The best way to enforce a GA-only dependency policy is to validate all versions against authoritative sources via WebSearch. This flags RC, SNAPSHOT, M1, Alpha, and Beta releases in Python, Go, JavaScript, and other supported projects to ensure only stable versions are used.

How do I identify EOL status and critical CVEs in my JavaScript dependencies?

You identify EOL status and critical CVEs in JavaScript dependencies by running a validation check against authoritative sources via WebSearch. This confirms whether your dependencies are EOL or contain critical and high CVEs, preventing vulnerable releases.