Loading...
Loading...
Run ScanCode Toolkit for comprehensive license and copyright detection. Identifies license types, copyright holders, and compliance obligations across codebases.
npx skill4agent add vchirrav/owasp-secure-coding-md license-scan-scancodepip install scancode-toolkitscancode --versionscancode -l -c --json-pp scancode-results.json <target-path>scancode -l --json-pp results.json <path>scancode -c --json-pp results.json <path>scancode -l -c -p --json-pp results.json <path>scancode -l -c -n 4 --json-pp results.json <path>| # | File | License | Score | Category | Copyright |
|---|------|---------|-------|----------|-----------|| Category | Risk Level | Examples |
|---|---|---|
| Permissive | Low | MIT, Apache-2.0, BSD |
| Weak Copyleft | Medium | LGPL, MPL-2.0 |
| Strong Copyleft | High | GPL-2.0, GPL-3.0, AGPL-3.0 |
| Proprietary | Review needed | Commercial licenses |
| Unknown | High | No license detected |