endor-license

Scan dependency manifests to identify licenses and assess compliance risks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure license compliance, identify license risks, and check compatibility of dependency licenses with their projects.

Core Features & Use Cases

  • License Discovery: Identify licenses for every dependency across package.json, go.mod, and lockfiles.
  • Risk Assessment: Flag strong copyleft licenses and unknown or restrictive licenses that may require action.
  • Policy Guidance: Provide remediation recommendations aligned with organizational licensing policies.

Quick Start

Run an Endor MCP license scan on your repository to generate license findings, then review and act on remediation guidance.

Frequently Asked Questions about endor-license

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

FAQPage Schema
How do I scan project dependencies for license compliance risks?

To scan dependencies for license compliance, this Skill analyzes manifest files like package.json and go.mod across languages to surface license types, identify restrictive categories, and produce remediation guidance.

What is dependency license compatibility analysis and when do I need it?

Dependency license compatibility analysis identifies whether open-source licenses in your project conflict with organizational policies, which is needed before releasing software to avoid legal risks from restrictive or copyleft terms.

How do I check my dependency tree for strong copyleft licenses?

You can check your dependency tree for strong copyleft licenses by running an Endor MCP license scan on your repository, which flags restrictive licenses and compatibility issues requiring immediate action.

Does this license scan work with Go modules and Node lockfiles?

Yes, this license scan works with Go modules and Node lockfiles by parsing manifest files like go.mod and package.json to extract dependency details and assess licensing across multiple programming languages.

What is the best way to enforce software licensing policies across a repository?

The best way to enforce software licensing policies is to scan dependency trees to identify license risks, then apply the generated remediation guidance to restrict incompatible or unknown licenses before deployment.

What remediation steps are provided for unknown or restrictive dependency licenses?

For unknown or restrictive dependency licenses, the scan provides policy guidance recommending specific actions to resolve compatibility issues and align your project with organizational licensing requirements.