--- name: license-checker description: Check and validate licenses of project dependencies for legal compliance ---
Scanned 2/12/2026
Install to Claude Code
npx -y skills add lovedragonball/power-ranger-toolkit --skill license-checker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of License Checker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lovedragonball-license-checker)More formats (shields.io, HTML) on the badges page.
# ⚖️ License Checker Skill
---
name: license-checker
description: Check and validate licenses of project dependencies for legal compliance
---
## 🎯 Purpose
ตรวจสอบ licenses ของ dependencies เพื่อความถูกต้องตามกฎหมายและนโยบายบริษัท
## 📋 When to Use
- Before releasing software
- Adding new dependencies
- Compliance audits
- Open source contributions
- Enterprise projects
## 🔧 License Types
### Permissive (Safe for commercial)
| License | Can | Cannot |
|---------|-----|--------|
| **MIT** | Commercial use, modify, distribute | Liability |
| **Apache 2.0** | Commercial, patents, modify | Liability, trademark |
| **BSD** | Commercial, modify, distribute | Liability |
### Copyleft (Careful)
| License | Risk |
|---------|------|
| **GPL** | Must open source derivative works |
| **LGPL** | OK if dynamically linked |
| **AGPL** | Network use = distribution |
### Commercial
| License | Description |
|---------|-------------|
| **Proprietary** | Requires license purchase |
| **Dual-licensed** | Choose open or commercial |
## 📝 Check Commands
```bash
# NPM - license-checker
npx license-checker --summary
npx license-checker --production --csv > licenses.csv
# NPM - license-report
npx license-report
# Python
pip-licenses --format=markdown
```
## 📊 Output Example
```
├─ package-a@1.0.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/...
│ └─ publisher: Author Name
├─ package-b@2.0.0
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/...
│ └─ publisher: Company Inc
```
## 🚨 License Policy Template
```markdown
## Allowed Licenses
- MIT
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- ISC
- CC0-1.0
## Requires Review
- LGPL-3.0
- MPL-2.0
## Not Allowed
- GPL-3.0
- AGPL-3.0
- Unlicensed
```
## ✅ Compliance Checklist
- [ ] All deps have licenses
- [ ] No GPL in commercial
- [ ] Attribution included
- [ ] License files copied
- [ ] NOTICE file updated
- [ ] Legal approved
## 🔗 Related Skills
- `security-audit` - Security compliance
- `dependency-management` - Manage deps
- `documentation` - License docs
No comments yet. Be the first to comment!
Set up the Globalize CLI, create a translation project, and connect a GitHub or GitLab repository. Use this skill when the user asks to set up Globalize, install the Globalize CLI, authenticate with Globalize, or connect their project to the Globalize translation platform. Also use when the user mentions @globalize-now/cli-client or globalise-now-cli. This skill handles installation, authentication, project creation, and repository connection. For managing existing projects (glossaries, style...
Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity by actual exploitability. Use for security review, vulnerability research, exploitability audit, pre-release security check, threat model validation, and `/security-research`. Triggers: 'security-research', 'security research', 'security review', 'vulnerability audit', 'exploitability audit', '보안 리뷰', '취...
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.