Open Source License Check
Scan dependencies for licenses, check compatibility, and flag conflicts
Example Prompt
Scan all our dependencies for license issues and flag anything that conflicts with our MIT license
About
Reads the project's dependency manifests and looks up the license for each package. Evaluates license compatibility against the project's own license and organizational policies, then flags any conflicts or copyleft risks that need legal review.
Workflow Steps
Read the project's dependency manifest files to enumerate all packages
📄 Read FileLook up each dependency's repository to find its license file
📃 Read Repo FileSearch for license details of packages not found in GitHub
🌐 Web SearchEvaluate license compatibility and identify conflicts or copyleft risks
🧠 Structured ReasoningCreate GitHub issues for any flagged license conflicts requiring legal review
➕ Create IssueTools Used
Web Search
Search the web using Brave Search and return relevant results with snippets
Read File
Read the contents of a file at a specified path on the local filesystem
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
Read Repo File
Read the contents of a file from a GitHub repository at a specific branch or commit
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
Brave Search
Privacy-first web search powered by Brave's independent search index
Filesystem
Read, search, and manage files on the local filesystem
GitHub
Access GitHub repos, issues, PRs, and code search via the official MCP server
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision