Your agent can catch dependency relicensing

Watches the licenses of the dependencies you rely on every weekday and catches the moment one relicenses from a permissive license like MIT or Apache to a restrictive one like BSL, SSPL, AGPL, or Elastic. It scrapes each project's LICENSE file and recent release notes, confirms the change against the saved baseline, and explains the commercial impact in plain terms. It remembers the license it last saw for each dependency so a relicense is reported once. Does nothing on a run where no dependency changed its license.

  • Watches your dependencies' licenses every weekday for a relicense
  • Catches moves from permissive MIT or Apache to restrictive BSL, SSPL, AGPL, or Elastic
  • Scrapes the LICENSE file and release notes and explains the commercial impact
  • Reports each relicense once, staying silent when nothing changed