license-comply

A command to scan and report nutritional information for foods and drinks in your inventory.

46|25|Updated May 7, 2026
One-click install
npx skills add https://github.com/LegalQuants/lq-skills --skill license-comply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: license-comply
Source: https://github.com/LegalQuants/lq-skills/tree/main/skills/license-comply
Command: npx skills add https://github.com/LegalQuants/lq-skills --skill license-comply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

license-comply helps teams avoid legal and compliance risk by auditing Python project dependencies and producing clear, policy-based license risk findings.

Core Features & Use Cases

  • Automated license scanning for Python dependencies: Detects dependency license terms from common Python dependency files and classifies them against your organization’s policy.
  • Risk band classification with escalation guidance: Produces Low/Medium/High (and Unknown/Review) outcomes to support a counsel-in-the-loop review process rather than acting as clearance.
  • Multiple report outputs for audits and CI workflows: Generates JSON/CSV/HTML/Markdown outputs and supports CI/CD gates such as failing builds on High-risk findings.

Quick Start

Ask the assistant to run license-comply in scan mode on your current Python project directory and return a compliance report that flags any Medium or High items for counsel review.

Frequently Asked Questions about license-comply

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

FAQPage Schema
How do I audit Python dependencies for open-source license compliance?

To audit Python dependencies for open-source license compliance, use this Skill to scan project directories, map detected license strings to SPDX identifiers, and classify risk against your policy. It outputs findings for engineering and counsel review.

What is SPDX identifier mapping for license risk classification?

SPDX identifier mapping for license risk classification is the process of standardizing detected license strings into SPDX format, then applying allow, restricted, or flagged rules to assign low, medium, high, or unknown risk bands.

Can I use license auditing to gate CI/CD builds on high-risk dependencies?

Yes, you can gate CI/CD builds on high-risk dependencies. The Skill generates compliance reports and supports CI gating configurations that fail builds when high-risk license findings are detected.

What report formats are available for open-source compliance documentation?

Available report formats for open-source compliance documentation include JSON, CSV, HTML, and Markdown. These outputs support audit trails and SBOM-oriented documentation for engineering and counsel review.

Does this compliance reporting tool clear licenses for production use?

No, this compliance reporting tool does not clear licenses for production use. It produces risk bands and escalation guidance to support a counsel-in-the-loop review process rather than acting as legal clearance.

Why are some Python dependencies classified as unknown risk in compliance reporting?

Python dependencies are classified as unknown risk in compliance reporting when their license terms cannot be detected or mapped to SPDX identifiers, requiring manual review to determine policy adherence.