endor-upgrade

Identify safe dependency upgrades from pre-computed Endor Labs Upgrade Impact Analysis data.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endor-upgrade
Source: https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills/tree/main/.claude/skills/endor-upgrade
Command: npx skills add https://github.com/Endor-Solutions-Architecture/endor-solutions-claude-skills --skill endor-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps software teams avoid introducing new vulnerabilities or breaking changes by recommending safe, pre-vetted dependency upgrades using Endor Labs Upgrade Impact Analysis data.

Core Features & Use Cases

  • Pre-computed upgrades: Retrieve vetted upgrade options from Endor Labs VersionUpgrade data without running a new scan.
  • Risk-aware guidance: Each recommendation includes findings fixed, upgrade_risk, and whether it is the best and/or latest.
  • Use Case: When a repository contains vulnerable dependencies, quickly identify safe upgrade paths with minimal risk.

Quick Start

Run the Endor MCP server setup if needed by executing /endor-setup. Then register and scan your project with /endor-scan to ensure it appears in the Endor Labs catalog. Finally, retrieve upgrade recommendations through the Endor CLI or UIA interface as described in the workflow.

Frequently Asked Questions about endor-upgrade

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

FAQPage Schema
How do I identify safe dependency upgrades without introducing breaking changes?

To identify safe dependency upgrades, you retrieve vetted options from pre-computed Upgrade Impact Analysis data. Each recommendation includes findings fixed, upgrade risk, and whether it is the best or latest version, minimizing the chance of introducing breaking changes.

What is dependency upgrade impact analysis and how does it help vulnerability remediation?

Dependency upgrade impact analysis assesses safe upgrades before applying them by using pre-computed data. It helps vulnerability remediation by recommending pre-vetted dependency upgrades that fix security findings while minimizing the risk of breaking changes.

Do I need to run a new scan to get upgrade risk assessment for my project?

No, you do not need to run a new scan to get upgrade risk assessment. The system retrieves vetted upgrade options from pre-computed VersionUpgrade data, providing risk-aware guidance based on existing Endor Labs scans.

What do I need to do before retrieving safe upgrade recommendations for vulnerable dependencies?

Before retrieving safe upgrade recommendations, you must run the Endor MCP server setup and register and scan your project. This ensures your software project with vulnerable dependencies appears in the Endor Labs catalog.

Can I check if an upgrade is the best or latest version when fixing vulnerabilities?

Yes, you can check if an upgrade is the best or latest version when fixing vulnerabilities. Risk-aware guidance for each recommendation explicitly states whether the suggested dependency upgrade is the best and/or latest available option.

What are the limitations of using pre-computed VersionUpgrade data for software maintenance?

The limitation of using pre-computed VersionUpgrade data for software maintenance is that it applies only to software projects previously scanned with the Endor MCP server. Projects without a prior scan and Project UUID cannot retrieve upgrade recommendations.