π¦ ClawHub
Dependency License Audit
by @charlie-morrison
Scan project dependencies for license compatibility issues, GPL contamination, and compliance violations. Supports npm, pip, Go, Rust, and Ruby ecosystems. U...
π‘ Examples
# Basic scan (permissive policy)
python3 scripts/license_audit.py /path/to/projectStrict enterprise scan with CI exit codes
python3 scripts/license_audit.py /path/to/project --policy permissive --ci --format markdownAllow weak copyleft (LGPL, MPL)
python3 scripts/license_audit.py /path/to/project --policy weak-copyleftInclude transitive deps (npm)
python3 scripts/license_audit.py /path/to/project --include-transitiveJSON output for tooling
python3 scripts/license_audit.py /path/to/project --format json
TERMINAL
clawhub install dependency-license-audit