Perform a full license compliance audit on this project.
Context
Package manifest:
!ls package.json go.mod Cargo.toml requirements.txt pyproject.toml pom.xml build.gradle 2>/dev/null
Project license:
!cat LICENSE 2>/dev/null | head -5 || echo "No LICENSE file found"
Instructions
- •Identify all direct and transitive dependencies
- •Extract license information for each dependency
- •Classify by risk level (Permissive/Weak Copyleft/Strong Copyleft/Unknown)
- •Check compatibility with project license
- •Generate structured audit report
- •Flag any violations or missing licenses
$ARGUMENTS