audit_project
Scan project dependencies for licensing risk and get CLEAN, REVIEW, or BLOCK verdicts with plain-language reasons, tailored to your distribution context.
Instructions
Scan a project's dependencies and report licensing risk.
Args:
path: Project directory to scan. Defaults to the current directory.
context: How you distribute your product. One of
proprietary (closed-source product you distribute),
saas-backend (you only run it, never distribute),
permissive (your own project is MIT/Apache/BSD),
copyleft-ok (your own project is GPL family).
Returns: Counts per verdict plus every BLOCK and REVIEW item with the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| context | No | proprietary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |