What problem does it solve? Shipping a Dart or Flutter app without knowing your dependency licenses can expose you to copyleft obligations or unlicensed code. This Skill scans your project's dependencies, flags risky or unknown licenses, and produces a standardized compliance report you can attach to a release ticket. ## Core Features & Use Cases - Automated License Scanning: Runs the Very Good CLI packages_check_licenses MCP tool (or the very_good packages check licenses command as fallback) against any project directory, including monorepo subdirectories. - Risk Categorization: Classifies licenses into permissive, weak copyleft, strong copyleft, and unknown/missing tiers with clear guidance for each. - Fixed-Format Reporting: Delivers a consistent License Compliance Report with summary counts, a flagged-dependencies table, and ranked recommendations. - Use Case: Before a release, ask for a license audit of your Flutter app; the Skill scans direct and transitive dependencies, flags a GPL-3.0 transitive package as high risk, and recommends replacing it. ## Quick Start Ask the assistant to run a license compliance audit on your Flutter project directory and report any flagged dependencies.