Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.
MCP server that audits your project's dependency licenses for compatibility issues. Flags GPL/AGPL conflicts and generates compliance reports. Parses a file (dependencies + devDependencies) Fetches license info for each package from the npm registry Classifies licenses: permissive (MIT, Apache, BSD, ISC), copyleft (GPL, AGPL), weak-copyleft (LGPL, MPL), unknown Detects conflicts (e.g., GPL…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server that audits your project's dependency licenses for compatibility issues. Flags GPL/AGPL conflicts and generates compliance reports. Parses a file (dependencies + devDependencies) Fetches license info for each package from the npm registry Classifies licenses: permissive (MIT, Apache, BSD, ISC), copyleft (GPL, AGPL), weak-copyleft (LGPL, MPL), unknown Detects conflicts (e.g., GPL dependency in an MIT-licensed project) Returns a structured JSON report with risk level and summary Or if…