This scans your project dependencies and flags anything that doesn't match your approved license whitelist. You'd typically wire it into CI/CD as a blocking check to catch GPL creeping into proprietary code, or run it before releases to avoid legal surprises. It handles the tedious work of checking transitive dependencies across different package ecosystems. The main limitation is it can't replace actual legal review, especially for dual-licensed packages or custom license text that isn't in SPDX registries. It's read-only and doesn't touch your code, just parses manifest files to pull license metadata.
npx -y skills add jorgealves/agent_skills --skill license-compliance-auditor --agent claude-codeInstalls into .claude/skills of the current project.
The license-compliance-auditor ensures that software projects remain legally compliant by automatically verifying that all direct and transitive dependencies use licenses approved by the organization.
ecosystem input will fail.sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot